trying to make this claudio preloader tutorial complitly dynamic
but something is killing my ONENTERFRAME event
fla-file is attached, please HELP!
notice that this line39
trace(“pleas dont stop”);
stops executing as soon as the trans-mc timeline reach the 9th-frame
if u omit this line 30 from maintimeline
attachMovie(“tr”, “transition”, 20);
enterFrame suddenly keep going
so far, something inside of trans-mc is stoping my onEnterFrame
bu i cant figure out what, specialy couse ther is very simple stuff inside of trans-mc, like:
_root.section = “profile.swf”;//frame1
_root.content.loadMovie(_root.section);stop();//frame9
stop();//frame 24
so what is it???