I'm trying to make a RPG. I want my character to not walk though walls and other obstacles. I cannot seem to come up with an efficient and effective way to do this. Does any have any ideas?
Offline
What kind of view is your RPG? Bird's eye? Side view?
If it's bird's eye view, you can do something like this:
(Black would be the color of your walls, but obviously you can change that color in the script. You can also substitute that color with a sprite, just change it to [if touching "Sprite"])
Last edited by Kileymeister (2011-04-21 11:02:36)
Offline
Thank you so much! It worked perfectly!
Offline