How to make system like in racing games?
When you press right, you icon rotates to right and if you press forward you will go not up, but but that direction..
Please someone give link to this lib/demo, or make it =)
Thanks for your time
ID:166578
![]() Jul 19 2006, 3:56 am
|
|
Keep in mind this is not 360 degree motion, and it doesn't account for things like inertia. If you want to get THAT detailed, you'll probably want to get into pixel offsets and modifying icons a LOT. BYOND really isn't the best system for that level of precision. If you just want a steer/foward/backward system on an 8 directional tile based grid, that oughtta do the trick.
The above can be done on several levels, as well. That's at the client level, it might be more appropriate to make a few different movement styles for your particular game.