Answers

Question and Answer:

  Home  Adobe Flash

⟩ 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

 285 views

More Questions for you: