Choose Sprite
Add collision event for object and add score action. Set your score to plus 100 and check relative
Add collision event and actions for wall –set the horizontal and vertical speed
To enter a new room you must first create room. c
Create a sprite and object for entering the new room c c c c
Add collision event and set action –Go to next room. c c
Add event Keyboard, and choose up,down,left, right
Actions- Jump to position
Set Left to 0y and -3 x. Make sure to check relative
Set Up to -3y and 0 x. Make sure to check relative
Set Right to 0y and 3 x. Make sure to check relative
Set Down to 3y and 0 x. Make sure to check relative