Swingpants is game designer/developer and manager for a major broadcaster. He has built many games and applications, including 3D immersive, sidescrollers, physics games and multiplayer.
The main weapon of choice is AS3, though some experimentation with HTML5/JS.
‘How to build 3 games in 3 minutes’ was presented at Flash on the Beach 09. See the whole presentation
here
Hello i’m sure i know who you are, but unfortunately i don’t, do you know me ?
cheers
Ant
Hi Ant.
Check papervision3d+FLARtoolkit for vrml integration.
Hey swingpants. I am tring to use your genie package but I can’t figure out where you set the bitmap’s (to be sucked up) x and y coordinates. The default is x=0,y=0.
Help would be much appreciated, and thanks again for building this into a neat little package.
-Kevin Fielding
To move the bitmaps coordinates around you should just match the GenieBMD effect coordinates with it.
So if your bitmap has x=64, y=23 then set the GenieBMD x=64, y=23 and the effects should match.
Hope this helps.