Adobe Flash Question:
Download Questions PDF

What appears in the Output window after executing this ActionScript on the first frame of a movie?

Answer:

Code:
myVar = 20;
_ global.myVar = 10;
trace(myVar);


A. 10
B. 20
C. null
D. error message

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
What is the output of the following code?Which ActionScript classes are used to play FLV formatted video?