MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 346

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
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
loop,
while
to the top of the loop, where the condition is tested.
In a
loop,
do while
jump to the bottom of the loop, where the condition is tested.
In a
loop,
for
continue
the evaluation of the
In a
loop,
for..in
and jump back to the top of the loop, where the next value in the enumeration is processed.
See also
,
,
do while
for
346
Chapter 12: ActionScript Dictionary
causes the Flash interpreter to skip the rest of the loop body and jump
continue
causes the Flash interpreter to skip the rest of the loop body and
continue
causes the Flash interpreter to skip the rest of the loop body and jump to
loop's post-expression.
for
causes the Flash interpreter to skip the rest of the loop body
continue
,
for..in
while
.
true

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents