JumpWorlds day 5

Not that I've been working on JumpWorlds for 5 days, but there you go.

I think Flash might be a dead-end for now. Over the past couple of
years I have run the same basic experiment: using Flash to make a
bitmap-based platformer (think Mario) rather than vector based. It
seems the raw animation grunt is just not there, the animation becomes
very flickery at any speed.

I have played Flash platformers, but I suspect they use movie clips
for all the onscreen entities which does not scale well
performance-wise either.

Sooo, I'm going to experiment with Java applets and compare the
performance. My concern with applets is that the browser will be
sluggish when an applet loading, but we shall see.

Filed under  //  ActionScript   Flash   JumpWorlds  
Comments (2)
Posted

JumpWorlds day 1

I'm relearning the basics of bitmaps in Flash (I use the open-source FlashDevelop IDE), for use on my JumpWorlds project. More on JumpWorlds later. :)

Filed under  //  ActionScript   Flash   JumpWorlds  
Comment (1)
Posted