loading ext mc's
loading ext mc's
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- lostnation0
pseudo code:
var mcs=['clip1.swf','clip2.swf', 'clip3.swf'];
this.loadIt=function(i){
this.cage_mc.onLoad=function(){
i<mcs.length ? this._parent.loadIt(i++) : null;
}
this.cage_mc.loadMovie(this._par...
var mc=this.cage_mc;
}
this.loadIt(0);