|
#1
|
|||||||||
|
|||||||||
|
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
__________________
|
|
#2
|
|||||||||
|
|||||||||
|
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:
|
|
#3
|
|||||||||
|
|||||||||
|
yu should make a stupid little game for while it loads like a car trying to pass a bus for something like that
|
|
#4
|
||||
|
||||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
| Please support this website by checking out our sponsors! |