Im trying to work out how I would create a vertical scrolling maze...
My aim is to have 2 players "race" side by side on two separate scrolling thin maps.
Im having trouble with what I thought would be a simple concept...
turns out collision detection sucks...I was hoping to get the scrolling to stop if the player ran into a wall, yet allow movement left and right of the player...grrrr!
That prob didnt make sense!
Basically, could someone give me a rundown on how I could make a vertical scrolling maze that can be linked to collision detection that inhibits the maze movement when touched??
Thanks in advance