Tag: 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: [as3] function getFlashVars():Object { return Object(LoaderInfo(this.loaderInfo).parameters); } [/as3] 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…
