| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2003
Posts: 53
|
Preloader Question
I'm trying to create a preloader but I don't know how to or where to start... This is what I want it to do: I want a rectangle to fill up depending on how much it has loading and on the center display the percentage of the load. And on top of the rectangle, I want text: "Loading" to flash in and out... How can I do this? |
|
|
|
|
|
#3 (permalink) |
|
Royalty™
Join Date: Feb 2003
Location: Manchester (UK)
Posts: 3,211
|
http://www.flashkit.com/movies/Scrip...-147/index.php to be more direct ========= If you wanna keep it simpler just use the easy actionscript commands 1) IfFrameLoaded (searches and checks for a loaded frame) 2) GoTo (goes to a specified frame) should look like/or you paste this into action script (Expert Mode) ifFrameLoaded (your last frame ) { gotoAndPlay(your 1st frame ); } Last edited by VeteraN : 10-06-2003 at 06:13. |
|
![]() |