Adobe Flash Question:
Download Questions PDF

A button instance is named circle_btn. Actionscript is placed on the main timeline so that the button is clicked a movie clip instance named rec_mc s width is changed to 100?

Answer:

A. circle_btn.onRelease = function() {this.width=100;}
B. circle_btn.onRelease = function() {rec_mc.width=100;}
C. Circle_btn.onRelease = function() {rec_mc.width=100;}
D. circle_btn.onRelease = function() {rec_mc._width=100;}

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
What is needed when using static text to have font outline embedded in SWF file?Which of the following charactor can be added to the identifire mylengthyvariable, to make it more redable?