46 :: Which of the following statements uses proper for loop syntax?
A. for(i=0, i<10, i++){}B. for(i=0 ; i<10; i++){})
C. for((i=0)),(i<10),(i++){}
D. for(i=0 i<10 i++){}
|
47 :: To what does object drawing model refer?
A. drawing of regular shaped objects onlyB. drawing of irregular shaped objects only
C. drawing of objects within symbol editing mode
D. drawing of objects that merge with other shapes
E. drawing of objects that cannot merge with other shapes
|
48 :: Which two statements about device fonts are true? (Choose two)?
A. rotated text set in a device font can be renderedB. device fonts are NOT embedded in the Flash SWF file
C. device fonts cannot be masked by using a mask layer on the Stage
D. device fonts can only be used with static horizontal text and input text
E. using device fonts results in a somewhat smaller SWF fi le then all of the other font options
|
49 :: Which code should be added to create a second blue square to the right of the
first?
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());
|
50 :: Which two TextField events can be captured to trigger scripts to run? (Choose
two)?
A. onChangedB. onScrolled
C. onRelease
D. onScroller
E. onClick
|




Webmaster Said:
Thank you.
Mahesh Said: