dynamic path finder in Flash MX
dynamic path finder in Flash MX
Out of context: Reply #1
- Started
- Last post
- 1 Response
- autonoma0
To make an instane name global, place this on the root timeline:
_global.gBackground1 = _root.movieClip1.movieClip2.back...
Then you can use 'gBackground1' to call that MC from anywhere.