If you want to call an external swf file into your main movie on clip event event
Action Script:
-------------------------------------------------
onClipEvent (load) {
_root.base_mc.loadMovie("yourfile.swf");
}
Posted by action script 2.0 at 10:55 PM
0 comments:
Post a Comment