I have a animation! Now how do I make it a preloader?
It’s basically a 14 framed gif and I have NO IDEA how to make it a preloader
Please help
Ryan
I have a animation! Now how do I make it a preloader?
It’s basically a 14 framed gif and I have NO IDEA how to make it a preloader
Please help
Ryan
http://www.kirupa.com/developer/mx/percentagepreloader.htm
or
http://www.kirupa.com/developer/mx/preloader.htm
you should check the kirupa tutorials more often.
just go to google and type in "flash (version number here) preloader tutorial.
Yes Yes Yes I’ve Tried the Turtorials and all that But I have the Mac version of Flash and The Turtorials are PC Turtorials! I need someone who can explain it to me step by step! Or for someone to just send me a example of a preloader!!! PLEASE PLEASE PLEASE HELP!!! :’(
This is a really simple one:
http://www.kirupa.com/developer/actionscript/preloader.htm
The tutorials on kirupa are not PC tutorials, you can use them for the Mac too no problem.
Oh… Well Noctorn… See in the turtorial you sent me there is some PC things. First of all I <b><u>CANNOT</u></b> <s>right click!</s>. All I would really like is a really easy turtorial for mac or a sample of a preloader in .fla file! Or a website I can download one!
P.S. I <b>REALLY</b> need to find out how!
Oh forget what I said Above! I’ll tell you everything! Basically I have About 2-3 Scenes or 3-4 including the preloader! I want the preloader having its own scene but I want the preloader to load the entire thing including the rest of the scenes! If someone can send me an example of something like that or explain it to me step by step then I’d be <b><u><font size=4>REALLY! HAPPY!</font></u></b>
Thanks! and I hope someone helps!
“Right click the first frame and select Actions from the menu that appears.”
Is this what you mean? Is this what’s preventing you from using that tutorial???
I don’t have a Mac but I think it’s Command-click or something, either way look it in Flash help, how you add a frame action.
There are other tutorials at kirupa for preloaders that do what you want and it DOESN’T make a difference if you use Windows or Mac.
Nobody is going to hold your hand through everything ryankop…
Oh Its ok Thanks one of your turtorials helped! Now I Have 2 more questions!
Thanks!
1] Select the image, Insert -> New Simbol -> Button
2]
on (release) {
gotoAndPlay(“scene_name”, framenumber);
}
That was very good information! It helped alot!
Now I have <b>ONE</b> more question similar to the last!
How do you make text a button and make it go to a new scene!
Also can you explain more easily like step by step on the image button! Sorry But I’m real new to this!
Thanks
Have you ever tried Flash Lessons and Flash Help?
They’re located under Help menu inside flash.
How do you make text a button and make it go to a new scene!
in the same way you make something a button. Select it -> Insert -> New Symbol -> button
To apply an action to a button, select the button and in the Action Panel insert
on (release) {
gotoAndPlay(“scene_name”, framenumber);
}
:: Copyright KIRUPA 2024 //--