Tuesday, July 14, 2009

In flash: Movie A has a frame rate of 24 fps. Movie B has a frame?

2 What is the difference between Event sounds and Stream


sounds?





3 Briefly explain what the following line of code does:


var foo:Tween = new Tween(title, "_alpha", Back.easeOut, 10, 80, .5, true);





4 What keyword allows new properties or methods to be


added to a class at run time?


A. void


B. final


C. static


D. dynamic





5 Where can I expect to find the Class file for the


following Classes assuming that I have not modfied the


import path in the Flash settings.


A. import com.lemans.gui.GenericButton;


B. import net.lollypop.Candy;


C. import MonsterTruck;





6 What happens when you select Control %26gt; Test Movie with


the following code in the first frame of a movie?


MyArray =["one", "two", "three"];


for (i=0, i%26lt;myArray.length, i++){


trace(myArray[i]);


}


A. Nothing is seen because trace statements are ignored


B. It does not compile generating an error in the


Output panel.


C. The developer should put "var " in front of the


first occurrence of the 'i' variable.


D. The developer should first store myArray.length in


a variable and use that variable in place of


myArray.length.


E. The developer must cast myArray as an array by


changing the first line to:


myArray:Array =["one", "two", "three"];

In flash: Movie A has a frame rate of 24 fps. Movie B has a frame?
Wow this is a long process and need to have a long answer, try posting to any flash forums.

birthday flowers

No comments:

Post a Comment