actionscript preloader
Started by: Cizzil | Replies: 7 | Views: 508
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?
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
type this into the first frame
May 10, 2009 9:34 PM #416428
As2 right?
if so thanks
if so thanks
May 11, 2009 3:32 PM #416766
It is.............
May 11, 2009 3:57 PM #416772
Wow, no need to use THAT many fullstops.
May 11, 2009 6:13 PM #416903
Yes, I couldn't be bothered to move my finger to the space bar.
May 11, 2009 6:14 PM #416904
Even though the letter keys are further away.
May 11, 2009 6:17 PM #416908
Yes .