Which code should be added to create a second blue square to the right of the
first?

Submitted by: Administrator
A. anotherClip. _ x = 300;
myBit.draw(thisClip);

B. anotherClip.lineTo(300,100);
myBit.draw(thisClip);

C. anotherClip.moveTo(anotherClip. _ x+300,anotherClip. _ y)
myBit.draw(thisClip)

D. anotherClip. _ x = 300;
myBit.duplicateMovieClip(“anotherClip”, “blueSQ”,
getNextHighestDepth());
Submitted by: Administrator

Read Online Adobe Flash Job Interview Questions And Answers