Thursday, April 30, 2009

Movement on Touch and Status Bar Removal

I implemented most of the finger/touch tool that moves worms to the tapped location. It starts with a short random delay on each worm before moving to the destination point within a random tolerance using the usual swimming circular motion. The overall effect is pretty realistic, though it gets slightly jumpy with the max number of worms on screen. I also removed the menu bar using the Info.plist file, which happens much faster than removing it through code (which I was doing before).

No comments:

Post a Comment