User Guide
Manuals
Brands
Macromedia Manuals
Other
FLASH MX 2004-ACTIONSCRIPT LANGUAGE REFERENCE
291
292
293
294
295
296
297
298
299
300
296
Chapter 2: ActionScript Language Reference
Y
ou can also use the following A
ctionScript:
for (var i = 1; i<=3; i++) {
this["square"+i+"_mc"]._rotation = -5;
}
See also
Array class
,
set variable
1
...
...
294
295
296
297
298
...
...
1104