Could you make it possible that you can make sprites solid,
For instance if you made the floor of a lift solid or a wall solid, then make your character solid, the character is unable to pass into or through them. This would make life so much easier!!!
Parragon,
Offline
there are some programming techniques for doing this. One reliable method is to create a sprite the size of your character that is a rectangle with each side a different colour. in this sprite you have scripts such as: when left arrow pressed, if not colour of left of rectangle over colour of wall change X by -2. Do the same for the right hand side and top and bottom if you want jumping. Then you make this sprite have ghost effect of 100 so you cant see it. then make your character, forever goto rectangle.
Offline