OK, so in the game pacman the sprite is unable to touch or pass the walls. How do i do that?
Offline
ZebraCrazy122 wrote:
OK, so in the game pacman the sprite is unable to touch or pass the walls. How do i do that?
Depends. Are you using one sprite for all of the walls? Or are they just on the stage picture? Or are there different sprites for the wall parts?
Offline
The walls are in the stage picture.
Offline
Use this script for the sprite.
when gf clicked forever if <tocuching colour [wall colour]> // substitute wall colour for whatever colour your walls are. go to [start position] // would be x -- y -- block. These co-ordinates are up to you. end
Offline
Sorry, i guess i was not as specific. I would like to know how to play the game and be able to touch the walls without anything happening but just not be able to pass over it. Thank you though.
Offline