Copy link to clipboard
Copied
Hello i am currently working on the engine for a tiled based game. I have set up the map using a 2 dimensional array. Movement wise i have just increased/decreased the x/y position of my characer by the same amount of pixels as my tiles. Anyway of course this does not look good as my character is just "teleporting" to the next tile. Perhaps anyone can help me how to make some smooth movement and still ensure that my character will end up in the middle of a tile (Just like in the pokemon games).
Any help is much appreciated - John
Copy link to clipboard
Copied
Use a tween engine:
Copy link to clipboard
Copied
Thank you i'll take a look at that tomorrow, and hopefull i can get on with my game
Find more inspiration, events, and resources on the new Adobe Community
Explore Now