VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: The map (editor) is tilebased.... Jay Wheeler (3 replies, 0 views) (2000-Jul-4) If your character has no interaction with the map it's because you haven't programmed it! Just divide the player's location by the width in pixels to determine which tile he WOULD be in IF the movement was tilebased. Then, if you detect that the character is moving to a new square, make sure it's vacant before you allow it.
|