⟩ What appears in the Output window after executing this ActionScript on the first frame of a movie?
Code:
myVar = 20;
_ global.myVar = 10;
trace(myVar);
A. 10
B. 20
C. null
D. error message
Code:
myVar = 20;
_ global.myVar = 10;
trace(myVar);
A. 10
B. 20
C. null
D. error message
Which ActionScript classes are used to play FLV formatted video?
What methods are used to pass variables out of flash to a server side solution? (Choose Three)?
You have a rectangle shape with rounded corners. You want to ensure that the corners do NOT distort when the rectangle is scaled. What should you do?
Which is the quickest way to make the stroke around an oval shape into a dotted line?
You are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out?
Which two panels can be used to change the label text of a Button component? (Choose two)?
Which of the following statements uses proper for loop syntax?
Which two are symbol options when converting an object into a symbol? (Choose two)?
You want to skin Flash CS3 components. What should you do?
To what does object drawing model refer?