Question
Simple (i think...) actionscript question.
Hi....
I'm updating my site, and i have a preloader for every section. I need the preloaders, but i only need them once, after the section is loaded there is no need to wait for the preloader effect.
So i tried to add this code at the beginning of every preloader FX:
if (framesLoaded > 859)
{
gotoAndPlay(860);
} else play();
But it's not working :-(
Can anyone help me on this?
I'm updating my site, and i have a preloader for every section. I need the preloaders, but i only need them once, after the section is loaded there is no need to wait for the preloader effect.
So i tried to add this code at the beginning of every preloader FX:
if (framesLoaded > 859)
{
gotoAndPlay(860);
} else play();
But it's not working :-(
Can anyone help me on this?