enterFrame
enterFrame
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- Solid0
If your placing the code directly on a movieclip:
onClipEvent (load) {
_root.some_mc.gotoAn dPlay("scene");
}
If your placing the code directly on a movieclip:
onClipEvent (load) {
_root.some_mc.gotoAn dPlay("scene");
}