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 [...]
All posts tagged as3
Jollibug now with parallax
Posted by zerojuan on February 12, 2010
http://codeanginamo.com/blog/2010/02/jollibug-now-with-parallax/
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 || [...]
Posted by zerojuan on February 9, 2010
http://codeanginamo.com/blog/2010/02/how-to-use-flashvars-in-as3/