1.
Examine the following code:
var keyListener:Object = new Object();
keyListener.onKeyDown = function():Void
{
// code runs if any hotspot is pressed
trace("A hotspot was pressed!");
}
Key.addListener(keyListener);
In the code above, what would be known as the broadcaster?
2.
What assigns the my_mc MovieClipss height to the value of 100 if the variable myProperty = _height?
3.
Where are variables that are loaded via a LoadVars object referenced?
4.
What defines a class named Car that receives additional properties and methods from a superclass named Vehicle?
5.
What method loads external JPGs into a MovieClip instance?
6.
A phone supporting SMS is selected in the device profile of the mobile emulator. What does the command trace(_capSMS); return when run?
7.
Your are using the attachMovie method. What happens when you attach two MovieClips at the same depth?
8.
An event object is generated:
9.
How does the mobile emulator in the Flash 8 authoring tool test device video?
10.
You have selected a device in the Flash Lite emulator and you have ActionScript that loads in an image.
However, this image type is unsupported in the device you have selected. What happens when you test the application in the emulator?