Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Adobe Interviews:Adobe Edge AnimationAdobe FlashAdobe Flex ActionscriptAdobe IllustratorAdobe PhotoshopPhotoshop Expert
Copyright © 2018. All Rights Reserved
Adobe Flash Interview Question:
What appears in the Output window after executing this ActionScript on the first frame of a movie?
Submitted by: AdministratorAd
Code:
myVar = 20;
_ global.myVar = 10;
trace(myVar);
A. 10
B. 20
C. null
D. error message
Submitted by: Administrator
myVar = 20;
_ global.myVar = 10;
trace(myVar);
A. 10
B. 20
C. null
D. error message
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
