Play free games online!


Go Back   The Game Homepage Forums > Development > Flash Development

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 02-02-2009, 12:11 PM
Cloud's Avatar
Gamer
Tin Can
Better than 8.92% Better than 8.92% Better than 8.92%
 
Join Date: Jan 2009
Posts: 20
Cloud is on a distinguished road
Default game preloader??

i want a game preloader on my game.... same as loading screen... if i uploaded my game... will i be able to have a preloader on my game automatically... if not... help me to put a preloader on it
__________________
Reply With Quote
  #2  
Old 02-04-2009, 02:45 AM
Bigmutha's Avatar
Gamer
Power Drill
Better than 72.36% Better than 72.36% Better than 72.36%
 
Join Date: Aug 2007
Location: Chico, California
Posts: 2,072
Bigmutha is a splendid one to beholdBigmutha is a splendid one to beholdBigmutha is a splendid one to beholdBigmutha is a splendid one to beholdBigmutha is a splendid one to beholdBigmutha is a splendid one to behold
Default

You have to put a preloader into your game yourself to have one. Otherwise it will be a blank screen while it loads.

Just Google "Flash Preloader" or anything similar and you will find thousands of tutorials for how to make them. (It's pretty simple.)
__________________
02/21/2014

Take On Me - Literal Version

Quote:
[15:59] NoobSlice: I think you would be good in a porno.

[23:52] NoobSlice: ...I just want some ****ing head.
Reply With Quote
  #3  
Old 02-05-2009, 04:25 PM
PARTYBOY1000000's Avatar
Gamer
Tin Can
Better than 18.53% Better than 18.53% Better than 18.53%
 
Join Date: Nov 2008
Location: monaco, miami, annapolis, south africa
Posts: 30
PARTYBOY1000000 will become famous soon enoughPARTYBOY1000000 will become famous soon enough
Send a message via AIM to PARTYBOY1000000
Default

yu should make a stupid little game for while it loads like a car trying to pass a bus for something like that
__________________
Reply With Quote
  #4  
Old 02-10-2009, 12:42 AM
elyas10's Avatar
Gamer
Tin Can
 
Join Date: Feb 2009
Location: Adobe Shipping Center
Posts: 15
elyas10 is on a distinguished roadelyas10 is on a distinguished road
Send a message via MSN to elyas10
Default

lawl you guys are basically trying to get your posts up.

Get a the rectangle tool (press R) and make a desired loader.
Click on it and press f8 and select movie clip and assign it to the left (those 9 squares, put it on the left).

Give the movie clip an instance name of "Bar123".

Create a text, make it dynamic and set the var to "text1337".

create two frames.
On the first frame put:
bytesl = Math.round(_root.getBytesLoaded());
bytest = Math.round(_root.getBytesTotal());
getPercent = bytesl/bytest;
_root.bar123._width = getPercent*400; //CHANGE 400 TO YOUR BARS WIDTH ~ ELYAS10
_root.text1337 = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3); // change this to what you want to happen when it fully
// loads
}

On frame 2: gotoAndStop(2);

And make sure you add hella crap afterwards so you see your bar actually load something

If you don't add stuff after it will load the preloader.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Please support this website by checking out our sponsors!

All times are GMT. The time now is 11:38 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2007, Crawlability, Inc.