Advertisement

Moving objects on....

Started by January 04, 2001 02:41 PM
1 comment, last by JSCFaith 24 years ago
Hey, Well, my question is this. How would you go about moving an object on an isometric map. My problem is that, lets say the object is at WorldCoordinates(20,15), how would I relate that to screen coordinates? Also, how should I go about animation? What is the best way to do it. Thanks. Later...
If someone has any idea on how to do this, or know any place that has a lot of info then could you please respond? Thanks.
Advertisement
It all depends. If you want to, firstly scroll ur map, u have to set some kind of ViewX and ViewY positions where when u press sirtain keys they''ll be incr. or decr. and secondly it depends on how u want to move ur object - isometrically or just in a 0 - 90 - 180 - 270 system (eg flat 2d)

Now, u press down key - ur viewy val is +, say 32 pixels. and so on.
Also, u render all objects as viewx+objectx and viewy+objecty
Get it?
if not , download my map editor at www.planet-source-code.com/vb/ and search for Advanced Map Editor/RPG editor
Cheers!

This topic is closed to new replies.

Advertisement