Shiki

I'm so bad with words that I can't even make a cool tagline

Category Archives: Flash Games

Flash Games

Creating custom Box2D shape components in PushButton Engine

If you ever need to use other ways of creating Box2D shapes that are not currently available in PushButton Engine, you can simply make one yourself. You’ll just need to create a subclass of CollisionShape and use it just like the PBE shape classes. Here’s a sample class we use to create an oriented box [...]

Experiment: Using SWF MovieClips in PushButton Engine

Important: This tutorial is now deprecated due to the new and awesome, fully rewritten, rendering components. You can see some discussions about it here. I’ve been working with PushButton Engine for a short while now but last night was actually the first time I tried integrating/using a MovieClip from a SWF into PBE. Unfortunately, there [...]