HOW TO PLAY: Use the left and right arrow keys to move the cute yellow alien across the bottom of the screen. Food is covering each individual letter of my name. To reveal the letters, get the alien to jump and touch the food. Press the up arrow key to get the alien to jump up. None
PURPOSE OF THIS PROJECT: An interactive game to reveal my name. HOW TO PLAY: Use the left and right arrow keys to move the cute yellow alien across the bottom of the screen. Food is covering each individual letter of my name. To reveal the letters, get the alien to jump and touch the food. Press the up arrow key to get the alien to jump up. SPECIAL NOTES: To get the food to disappear when the alien touched it, this is what I did: forever if touching Sprite 13 repeat 25 change ghost effect by 4 The ghost effect makes the food fade away instead of disappearing directly. This leaves a really cool effect. To reset the game, press the space key. The sprite will move back to the middle of the screen. To make the food re-appear: When space key pressed Repeat 25 change ghost effect by -4 I figured this out by reversing the disappearing effect. (i.e. change ghost effect by positive 4 -> change ghost effect by negative 4. IDEAS: Instead of having food cover the words, have the the sprite alien say the letter to the corresponding text. Ex. When the alien touches the letter 'A', she will say "A".