Groups | Blog | Home
all groups > flash actionscript > october 2004 >

flash actionscript : Simple Preloader


OmarCorrea
10/8/2004 8:15:05 PM
I cannot get my Preloader to work properly. Its a very simple loader with a
movie clip that blinks LOADING. No Progress Bars! I want the movie to start
after it loads the first 130 frames and everytime I input 130 frames it doesn't
work correctly. This is the script I'm using, please let me know if I'm typing
it incorrectly.

if (_framesloaded == 130) {
gotoAndPlay("start");
}

Omar@atlynn.com
ONE_MASTERT
10/8/2004 8:37:57 PM
what does it do?

did u try if(_framesloaded >= 130)

kglad
10/8/2004 9:00:00 PM
i assume that code is being looped or it won't work no matter where it's
located? if it's looped and if it's in the preloader the _framesloaded
reference is incorrect. if it's looped and if it's in the loading movie, the
code may work with the suggestion given by on_mastert.
AddThis Social Bookmark Button