Getting Started > What's new in Flash 5 ActionScript > New actions
New actions
You can use new actions such as do..while
and for
to create complex loops. Other new actions are implemented as methods of the MovieClip object; for example, getBounds
, attachMovie
, hitTest
, swapDepths
, and globalToLocal
.