actionscript preloader

Started by: Cizzil | Replies: 7 | Views: 508

Cizzil
2

Posts: 1,369
Joined: Jun 2008
Rep: 10

View Profile
May 10, 2009 9:02 PM #416409
Does any one have the download for that preloader from shiftlimits everyone is using? The one with whatever words you want and then when you click it starts?
Kieran.
2

Posts: 3,358
Joined: Jan 2009
Rep: 10

View Profile
May 10, 2009 9:20 PM #416424
stop() createEmptyMovieClip ("ploader",-1) ploader._x = 0 ploader._y = 0 ploader.createTextField("T",1,2,2,Stage.width,Stage.height) ploader.T.selectable = false ploader.T.setTextFormat(fmt); ploader.blendMode = "invert" function preload(){ ploader.T.text = Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100) + "% loaded" if(ploader.T.text=="100% loaded"){ ploader.T.text = " Load Complete - Click anywhere to continue" clearInterval(Int) Loaded = true } } var Loaded:Boolean = false var Int:Number = setInterval(preload,100) function onMouseDown(){ if(Loaded){ _root.play() unloadMovie(ploader) delete preload delete Loaded delete Int delete onMouseDown } }

type this into the first frame
Cizzil
2

Posts: 1,369
Joined: Jun 2008
Rep: 10

View Profile
May 10, 2009 9:34 PM #416428
As2 right?


if so thanks
Kieran.
2

Posts: 3,358
Joined: Jan 2009
Rep: 10

View Profile
May 11, 2009 3:32 PM #416766
It is.............
Raffi
2

Posts: 4,326
Joined: Aug 2006
Rep: 10

View Profile
May 11, 2009 3:57 PM #416772
Wow, no need to use THAT many fullstops.
Kieran.
2

Posts: 3,358
Joined: Jan 2009
Rep: 10

View Profile
May 11, 2009 6:13 PM #416903
Yes, I couldn't be bothered to move my finger to the space bar.
Raffi
2

Posts: 4,326
Joined: Aug 2006
Rep: 10

View Profile
May 11, 2009 6:14 PM #416904
Even though the letter keys are further away.
Kieran.
2

Posts: 3,358
Joined: Jan 2009
Rep: 10

View Profile
May 11, 2009 6:17 PM #416908
Yes .