Preloader! PLEASE!
- Pweeb
-
Pweeb
- Member since: Dec. 13, 2001
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
I am in dire need for a preloader....
Anyone know of a link where I could see how it's done?
I know it's here at Newgrounds somewhere.
I made that Startreklove and I need a preloader.
Check it out here see what you think...
http://www.newgrounds.com/portal/view.php?id=71737
It's not finished yet...
- flibit
-
flibit
- Member since: Jun. 11, 2002
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
http://newgrounds.com/flash/index.html
and download the tutorials
- Pweeb
-
Pweeb
- Member since: Dec. 13, 2001
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
- nbh-old-movies
-
nbh-old-movies
- Member since: Mar. 15, 2002
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
- Wormtail
-
Wormtail
- Member since: Apr. 1, 2001
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
At 12/6/02 12:10 PM, nbh wrote: I cant understand the tutorials!
You are a special boy.
- Mr-Y
-
Mr-Y
- Member since: Apr. 28, 2000
- Offline.
-
- Forum Stats
- Member
- Level 38
- Blank Slate
If you want to make YOUR OWN preloader and don't like tutorials or already made up add-on preloaders, just use simple actionscript to make one. Stop the movie or order it to go in a continuous cycle of frames. Then, on one of the frames in the cycle or in the frame that stops, type this in the actions box (after "stop, or "goto" - after all the actionscript that is already there in the frame): "ifframeisloaded", and right after the line, before the statement ends, make it do something like play or go to another frame and play or stop. Make sure that the location does not lead back to repeat the cycle. Set the value of "ifframeloaded" to the last frame of your movie, or the frame you want the user to wait to be loaded. This is pretty simple stuff compared to other actionscript in FLASH.

