Please check this file out !( Attachment )
The movie is 12 frames long !
I have an action placed in frame no. 11 which says :
if(_framesloaded = 12) {
gotoAndStop(12);
}else{
gotoAndPlay(10);
}
This means that if the movie is not loaded , it will loop between 10 and 11.
I have a movie clip on frame no. 10 and frame 11 is empty, this means that , the movie clip (a square ) should blink !
Also , the movie when its loaded stops at 11 rather than going to stop at frame no 12 as per the actionscript !
Please help !
:hangover: