Recent content by Ian Murray

  1. I

    Loader in flash CS5 AS3 help?

    So im trying to make a loader cause my flash file is getting to big. i made a new project and instered the following code: var l:Loader = new Loader(); l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop); l.contentLoaderInfo.addEventListener(Event.COMPLETE, done)...
Back
Top