Tuesday, July 13, 2010

Access the _root (AS2) in AS3

In AS2, we can use _root to access the first level movie.

In AS3, we use

(stage.getChildAt(0as MovieClip)

No comments: