All posts tagged as3

Jollibug now with parallax

My friend is making a game called Jollibug. He made it during the Global Game Jam. It isn’t about a certain fastfood mascot – although I personally believe otherwise. He forced me at gunpoint to upload some updates of his game in my blog. He said he put some parallaxing on the layered backgrounds now. He [...]

How to use flashvars in as3

I use flashvars heavily to create customizable swfs. After some time I got tired of copy pasting my code and found this: I only need to call this method (which returns an object) and chain it with the flashvar I want. This only works on timeline code though. Here’s how I use it: The || [...]