⟩ Which of the following methods is most likely an event handler?
A. MouseDown()
B. _mouseDown
C. MouseDown
D. onMouseDown
A. MouseDown()
B. _mouseDown
C. MouseDown
D. onMouseDown
Which of the following is a true statement about custom event handlers?
What is the downside of Macromedia UI components making extensive use of ingeritance and encapsulation?
Which ActionScript method should be used to bring a component from the library to the stage?
Which of the following is NOT a benefit of using Macromedias pre-built UI components
Which of the following is NOT a disadvantage of using the fscommand?
Which of the following is the best reason for using the getURL command, instead of the fscommand, when communicating with the host application?
Which of the following is the correct way to create an alert box using getURL and JavaScript?
What will be the result of the following line of ActionScript?
The class that is inheritingt another is known as the
For methods within objects,what does the keyword this specifically refer to?