What additional information is needed in between the parentheses of the command gotoAndStop()? What information is needed in between the parentheses of the command stop()?
What will be an ideal response?
The gotoAndStop() command requires the destination frame number or name
of the frame label, in quotation marks. The stop() command doesn’t require
any information between its parentheses.
You might also like to view...
What is an operating system?
What will be an ideal response?
Describe how PowerPivot can be used to create a simple dashboard and discuss a few simple ways to enhance the value of a dashboard
What will be an ideal response?
When you create parent and child classes of your own, the child classes use ____ constructors.
A. two B. three C. four D. six
What is another way that the condition below could be written? ? ( num
A. (num < 11 || num < 10) B. (num > 9) C. ( (num < 10) && (num = 10) ) D. ( (num < 10) || (num = 10) )