anthonyds
09-05-2005, 11:19 PM
Hello there. I absolutely love old-fashioned RPG's, and am thus trying to create one myself. But I'm facing a few problems at the moment.
I designed the game like this : I have 6 layers
-Actions
-Status
-Player
-Text
-Plaque
-Mainscene
The main problem is movement. I have no trouble moving the player movieclip around the scene, but I don't know how to make walls or other objects block the player. If I want the player to be blocked, I have to (at this point) repeat the movement code for the player in every frame, and manually implement the "blocked spots" into the program. How can I let my player always be blocked by a wall tile ?
Thanks in advance,
Anthony
I designed the game like this : I have 6 layers
-Actions
-Status
-Player
-Text
-Plaque
-Mainscene
The main problem is movement. I have no trouble moving the player movieclip around the scene, but I don't know how to make walls or other objects block the player. If I want the player to be blocked, I have to (at this point) repeat the movement code for the player in every frame, and manually implement the "blocked spots" into the program. How can I let my player always be blocked by a wall tile ?
Thanks in advance,
Anthony