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

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


A. 10
B. 20
C. null
D. error message
Submitted by: Administrator

Read Online Adobe Flash Job Interview Questions And Answers