HOME | DD

Published: 2010-04-15 22:56:50 +0000 UTC; Views: 3210; Favourites: 49; Downloads: 80
Redirect to original
Description
Ever wondered how to make a loading screen in Flash?No? Well then you're in the wrong place.
Yes? Well then you're in luck 8D
I've always wanted to make Tutorials with Flash for Flash, because its ironic and Flash is a great system to make things like tutorials because you can pause at intervals throughout the tutorial and do what you need to and then click "Continue" or whatever.
I tried really hard to make everything seem understandable, which is hard, because Flash can be so confusing and nonsensical.
I hope ya like it.
(c) MJstudios 2010
Related content
Comments: 10
RM-Keyblade-Mistress [2016-07-22 20:11:13 +0000 UTC]
i tried to test it out, all it showed was a white blank screen...
👍: 0 ⏩: 0
dragonmastrcrashrokz [2013-07-18 07:59:06 +0000 UTC]
So, if I want to make a loading screen for a game, do I just move everything forward five frames, orrrrr.....?
👍: 0 ⏩: 1
Neiaku In reply to dragonmastrcrashrokz [2013-07-29 06:20:24 +0000 UTC]
Er, yes... experiment, and try to make it work. I hope it works out for you!
👍: 0 ⏩: 0
Neiaku In reply to xinkedx [2011-03-12 17:48:25 +0000 UTC]
Sorry, I hope it wasn't too bad. D:
👍: 0 ⏩: 1
xinkedx In reply to Neiaku [2011-03-12 23:57:11 +0000 UTC]
:C naw, i just fail at making loading screens
👍: 0 ⏩: 0
waltzy [2010-04-17 11:40:49 +0000 UTC]
there is no need to round getBytesLoaded() and getBytesTotal() as they return Integers anyways.
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
and the lack of a back button could cause people trouble, espicially when creating something like a peloader.
apart from that, nice and simple. good job
👍: 0 ⏩: 1
Neiaku In reply to waltzy [2010-04-18 03:20:15 +0000 UTC]
Well thanks for the input, it'svery kind of you to look at my inferior tutorial; your tutorial is much better than mine in almost every way, but thanks 8D
As for the code stuff, if I actually knew more about the code itself then I'd adjust it and remove unnecessary bits from it but I'm actually not rly very good at the code and I have a very very basic understanding and I use copy and paste a bit.
You probably wouldn't want to help me with this but do you have any info on creating a loading screen where it says things like "1847 / 9000 bytes loaded" and it changes and stuff, cause I'd like to try making one like that...
👍: 0 ⏩: 1
waltzy In reply to Neiaku [2010-04-18 19:11:14 +0000 UTC]
he, no sweat
if you wanted to talk code, drop into #FLAnimate s Flash Help Desk
Its really no bother, in fact, I'd be happy to help.
👍: 0 ⏩: 0