1 decade ago by ShawnSwander
I've tried some things but its not working.
My game is like a board game with an overhead view players move up to 3 tiles per turn. When the player moves over a water tile I want to stop his movement for that turn. When he moves over sand I want it to reduce the number of tiles he can move from 3 to 2. I also would like to play sound files when the player moves on a water tile. How do I implement special behaviors when a player moves on a specific tile. Nothing I've tried works well.
My game is like a board game with an overhead view players move up to 3 tiles per turn. When the player moves over a water tile I want to stop his movement for that turn. When he moves over sand I want it to reduce the number of tiles he can move from 3 to 2. I also would like to play sound files when the player moves on a water tile. How do I implement special behaviors when a player moves on a specific tile. Nothing I've tried works well.