346
Chapter 12: ActionScript Dictionary
ContextMenuItem.visible
Availability
Flash Player 7.
Usage
menuItem_cmi
.visible
Description
Property; a Boolean value that indicates whether the specified menu item is visible when the Flash
Player context menu is displayed. By default, this property is
true
.
continue
Availability
Flash Player 4.
Usage
continue
Parameters
None.
Returns
Nothing.
Description
Statement; appears within several types of loop statements; it behaves differently in each type
of loop.
In a
while
loop,
continue
causes the Flash interpreter to skip the rest of the loop body and jump
to the top of the loop, where the condition is tested.
In a
do while
loop,
continue
causes the Flash interpreter to skip the rest of the loop body and
jump to the bottom of the loop, where the condition is tested.
In a
for
loop,
continue
causes the Flash interpreter to skip the rest of the loop body and jump to
the evaluation of the
for
loop’s post-expression.
In a
for..in
loop,
continue
causes the Flash interpreter to skip the rest of the loop body
and jump back to the top of the loop, where the next value in the enumeration is processed.
See also
do while
,
for
,
for..in
,
while
Summary of Contents for FLASH MX 2004 - ACTIONSCRIPT
Page 1: ...ActionScript Reference Guide...
Page 8: ...8 Contents...
Page 12: ......
Page 24: ...24 Chapter 1 What s New in Flash MX 2004 ActionScript...
Page 54: ...54 Chapter 2 ActionScript Basics...
Page 80: ...80 Chapter 3 Writing and Debugging Scripts...
Page 82: ......
Page 110: ...110 Chapter 5 Creating Interaction with ActionScript...
Page 112: ......
Page 120: ...120 Chapter 6 Using the Built In Classes...
Page 176: ......
Page 192: ...192 Chapter 10 Working with External Data...
Page 202: ...202 Chapter 11 Working with External Media...
Page 204: ......
Page 782: ...782 Chapter 12 ActionScript Dictionary...
Page 793: ...Other keys 793 221 222 Key Key code...
Page 794: ...794 Appendix C Keyboard Keys and Key Code Values...
Page 798: ...798 Appendix D Writing Scripts for Earlier Versions of Flash Player...
Page 806: ...806 Appendix E Object Oriented Programming with ActionScript 1...
Page 816: ...816 Index...