Monthly Archives: February 2009

Grumm by Methuup: Dizzzy Grumm and Oppp-art Grumm

Methuup da Funky One, a member of NPT has created a custom in an way that I forgot about: print the blank Grumm template print a pattern on the other side of the paper and build your one-of-a-kind Grumm So here the example of Methuup: Read more at NPT: Dizzzy Grumm Custom and Oppp-art Grumm [...]

Loop mp3 in Flash

Oke, here come my problem. I’m trying to create a sound looping engine in Flash, and because I don’t want files to be embedded in the FLA (in the library) I only can use MP3 as a sound file which I can load dynamically. I didn’t know this, but mp3 has a silence at the [...]

Document Class in AS3

A while back a read this post about the AS3 Pills #1 – Document class and it reminded me to write something about the “Document Class”. The title of this post is a little misleading: there is no “Document Class” in Actionscript 2 but this is probably the way you are searching for this problem. [...]

Tiled background AS3

Sometimes you just need a pattern in the background that is fullscreen, of course you can use a big .PNG file but that is not always necessary. You can use a pattern that you need to tile, I’ve written about this before: my post about tiled-background in Flash 8 AS2. The code over there is [...]