8
Going to keep this short for now but I wanted to upload some example files for the EventManager to help anyone having trouble understanding it or getting it working. I’ll post more soon about any specific questions people have but for now I’ve got to run and earn my rent money. Read the rest of this entry »
filed under: Misc | comments (3) | read more...
9
Write an XMLLoader, wait for an event. Parse the xml, wait for some event. Start up some animations, wait for an event. Show some images. wait for an event. Sounds pretty tedious doesn’t it? Well if you’ve ever gotten tired of sequencing things here’s a simple class for you.
filed under: Misc, Scripts | comments (4) | read more...
9
Ever find that you have about 4350823498 different MovieClips in your library that you would like to ‘attach’ ? Yeah yeah it’s not attach in AS3 but you know what I mean! Anyways this was inspired by a code snippet I first read on Blitz Agency’s blog but have seen in many shapes and form since. So here’s my version of using getDefinitionByName with string constants to help centralize things.
filed under: Scripts | comments (0) | read more...
