HOME | DD

Published: 2005-08-04 23:22:16 +0000 UTC; Views: 30477; Favourites: 811; Downloads: 3352
Redirect to original
Description
THIS TUTORIAL IS MADE FOR ACTIONSCRIPT 2. IT WILL NOT WORK FOR ACTIONSCIPT 3.YOU CAN STILL USE AS2 IN CS3, JUST MAKE SURE TO CLICK THE RIGHT BUTTON IN THE "NEW FILE" DIALOG THINGY. ALLCAP BOLD TEXT!
Have you ever wanted to make a good loading screen?
Then call for the Loading Wizard - A mighty wizard who is way too enthusiastic about loading screens. Join him and Tommy Joe as they quest their way through creating things such as loading bars and... more loading bars, while accompanied by the Info Fish, Script Genie, Contents Troll and Adventure Squid! (Adventure Squid does not appear in this tutorial.)
Fun for the whole family. Only $19.99. Don't delay, buy today!
-EDIT- Changed the section, since the Flash > Utilities section is always filled with crap, and the Utilities > Tutorials > Flash section was the right one all along.
Related content
Comments: 332
Chococat101 [2008-07-09 16:15:33 +0000 UTC]
Lol! This is great! Thank you for taking the time to do this.
👍: 0 ⏩: 1
Pigbuster In reply to Chococat101 [2008-07-10 20:39:50 +0000 UTC]
Thannnnnnnnnnnnnnnnnnnnnnnnnnnk U.
👍: 0 ⏩: 1
elkindragon [2008-07-06 08:36:40 +0000 UTC]
That's so helpful! Thanks for making it!
What's more is it also works XD Unlike some of the other tutorials.
Great Work!
👍: 0 ⏩: 1
LittlexLights In reply to ??? [2008-06-23 21:08:44 +0000 UTC]
I failed. I've only seen the good tutorials for mac's, and I have a PC. I guess I'll just use someone's premade one. >_>
👍: 0 ⏩: 1
Pigbuster In reply to LittlexLights [2008-07-06 04:23:44 +0000 UTC]
There's not that much of a difference. Macs just have shinier buttons.
👍: 0 ⏩: 1
LittlexLights In reply to Pigbuster [2008-07-06 16:06:19 +0000 UTC]
i know, but for some reason, macs have a different layout. i think it was yours or someone else's that told me to do this one thing that apperently was visible, and i did not see anything.... it always confuses me, but oh well. =/ i'll just have to learn flash in school, lol.
👍: 0 ⏩: 1
Pigbuster In reply to LittlexLights [2008-07-07 06:07:57 +0000 UTC]
May you be blessed by lady luck on your noble quest!
👍: 0 ⏩: 1
Pigbuster In reply to carmiecarmela [2008-06-17 06:50:49 +0000 UTC]
Thank you.
Confusing yet funny is what I was going for, I guess.
👍: 0 ⏩: 0
Pigbuster In reply to Ecoblood [2008-05-29 21:43:24 +0000 UTC]
Surely you understood one or two.
And that's good enough!
...aha! It isn't!
👍: 0 ⏩: 1
Ecoblood In reply to Pigbuster [2008-05-30 17:33:26 +0000 UTC]
well i did understand some words but the thing is still confusing and even if i do it step by step it co,es out wrong TT-TT
👍: 0 ⏩: 0
thefreaks [2008-04-19 10:08:09 +0000 UTC]
I see errors in the AS which are supposed to go to the 2nd frame.
Quote:
if (percentLoaded==100){
gotoAndPlay(3);
}else{
gotoAndPlay(1);
}
Supposed to be:
if (percentLoaded == 100){
gotoAndPlay(3);
} else {
gotoAndPlay(1);
}
Am I wrong?
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-04-26 22:45:57 +0000 UTC]
Spaces don't really hurt or help anything. It reads it fine either way.
Your suggestion will only make it easier to read.
👍: 0 ⏩: 1
thefreaks In reply to Pigbuster [2008-04-27 04:28:26 +0000 UTC]
I have some problems with the percent/KB counters.
I prefer percentage over KB, so I'll prefer displaying % than KB.
👍: 0 ⏩: 1
thefreaks In reply to Pigbuster [2008-05-30 02:41:01 +0000 UTC]
I have doubt.
Is it supposed to be if(percentDone == 100) or if(percentDone = 100) ??
Or is it just that my Flash MX sucks?
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-06-09 20:27:25 +0000 UTC]
"if(percentDone == 100)" is correct.
"==" means "Is equal to", so the whole thing asks "If percentDone is equal to 100..."
"=" means "Set equal to", so "percentDone = 100" would make percentDone equal to 100.
Then, the code "if(percentDone = 100)" is basically asking "if(100)", which makes no sense.
I cannot tell you how many days I spent trying to find out the problem in a block of code only to find out that an "=" was causing the trouble.
I should really make a more in-depth tutorial sometime. BUT I'M LAAAAZYYYY!
👍: 0 ⏩: 1
thefreaks In reply to Pigbuster [2008-06-11 11:23:34 +0000 UTC]
Asking splapp on msn was more of a help than this >_>
Although he used your tutorial, and it worked. Somehow.
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-06-13 07:30:29 +0000 UTC]
Dude, I couldn't have possibly explained that better. I was proud of myself after that reply, and now I'm not.
...though I didn't know that Splapp used my tutorial. That makes me proud of myself. Hey hoh, we've come full circle!
👍: 0 ⏩: 1
thefreaks In reply to Pigbuster [2008-06-13 10:15:57 +0000 UTC]
LOL... anyways good job.
once you've decided to make a new updated tutorial, inform me!
*adds myself to an inexistent subscription list*
👍: 0 ⏩: 1
GaaraChakra In reply to ??? [2008-04-06 01:02:55 +0000 UTC]
how exactly do u make the shape tween
👍: 0 ⏩: 2
Pigbuster In reply to GaaraChakra [2008-04-26 22:44:34 +0000 UTC]
Right click on frame.
Choose "Make shape tween".
TWEEEEN.
👍: 0 ⏩: 0
thefreaks In reply to GaaraChakra [2008-04-19 10:10:14 +0000 UTC]
lol...
Highlight the first frame you want to tween until the last frame you want to tween. Then, at the bottom of the screen, there is this "Tween: None [v]" section.
Click on the [v] arrow, then click "Shape".
No credit needed
👍: 0 ⏩: 0
Forest-of-Stars [2008-03-14 00:53:09 +0000 UTC]
Holy crap, this is hilarious AND educational.
👍: 0 ⏩: 1
fireworksgreat [2008-02-25 23:05:37 +0000 UTC]
i failed in making a load bar...again..
i suck... i don't really have experience with flash at all...
👍: 0 ⏩: 1
Pigbuster In reply to fireworksgreat [2008-02-26 03:32:37 +0000 UTC]
My first couple flash things sucked, too. You'll get it if you keep at it.
👍: 0 ⏩: 0
thefreaks In reply to ??? [2008-02-23 07:26:18 +0000 UTC]
Arrhhh I tried to apply everything I could in every manner possible to my other project, but it wont work!
I tried to make the loading simulation thingy, but the frame wont come in at all. It'll be stuck at a blank frame, and then only (after loading) the animation play... including the "loader".
[link]
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-02-24 16:16:08 +0000 UTC]
There has to actually be some content for the preloader to load. Or something. If there's nothing there it will spend all it's time loading the preloader and nothing else.
This may not be your problem at all, but it might.
👍: 0 ⏩: 2
thefreaks In reply to Pigbuster [2008-02-26 10:33:28 +0000 UTC]
Wait, I found an actionscript somewhere on the internet which is more or less like this:
stop();
if (_framesloaded>=_totalframes) {
gotoAndPlay(3);
} else {
gotoAndPlay(2);
}
...Which is supposed to be in the second frame.
Does it work?
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-03-03 00:54:07 +0000 UTC]
Possibly.
I'm not sure if _framesloaded is a real thingy or not. If it is, then... yes?
👍: 0 ⏩: 1
thefreaks In reply to Pigbuster [2008-03-03 10:28:53 +0000 UTC]
Will this actionscript work the same way as yours, master?
_root.stop()
totalFrames = Math.round(_root.getFramesTotal());
loadedFrames = Math.round(_root.getFramesLoaded());
percentDone = int((loadedFrames/totalFrames)*100);
bar.gotoAndStop(percentDone);
if (percentDone == 100) {
_root.gotoAndStop(3);
}
👍: 0 ⏩: 1
thefreaks In reply to thefreaks [2008-03-03 11:29:58 +0000 UTC]
Sorry, made a few changes:
_root.stop();
totalFrames = Math.round(_root.getTotalFrames());
loadedFrames = Math.round(_root.getFramesLoaded());
percentDone = int((loadedFrames/totalFrames)*100);
bar.gotoAndStop(percentDone);
if (percentDone == 100) {
_root.gotoAndStop(3);
}
(changed getFramesTotal to getTotalFrames)
👍: 0 ⏩: 1
Pigbuster In reply to thefreaks [2008-03-14 19:37:06 +0000 UTC]
Well, try it out. If it works, it works! If it doesn't, it doesn't!
I don't see a problem with it.
And seeing as I haven't replied to your post in over a week, I have a nagging suspicion that this reply is pointless.
👍: 0 ⏩: 0
fumblies In reply to ??? [2008-02-05 18:52:58 +0000 UTC]
Funny tutorial, very entertaining, lol. I'll try this!
👍: 0 ⏩: 1
Pigbuster In reply to fumblies [2008-02-07 03:21:16 +0000 UTC]
If will try... WILL YOU SUCCEED?
Who knows? Not I.
👍: 0 ⏩: 0
Temari9999 [2008-02-03 02:15:54 +0000 UTC]
how did u make the pop up menu diasppear wen u right click?
👍: 0 ⏩: 1
Pigbuster In reply to Temari9999 [2008-02-07 03:22:58 +0000 UTC]
I forgot.
That information is likely, probably, most likely, possibly, maybe elsewhere on the internet.
👍: 0 ⏩: 1
Temari9999 In reply to Pigbuster [2008-02-07 22:54:34 +0000 UTC]
ive searched everywhere! but all the codes dont work, or work only on html
👍: 0 ⏩: 1
Pigbuster In reply to Temari9999 [2008-02-16 03:47:57 +0000 UTC]
Stage.showMenu = false;
Ta daaaabah.
No idea if it works in 3.0 or nott.
👍: 0 ⏩: 1
<= Prev | | Next =>