Some updates to 'catch the egg' (#1588)

This commit is contained in:
Galen Nickel
2018-11-05 09:07:50 -08:00
committed by Peli de Halleux
parent 54695601fa
commit ec45f388df
3 changed files with 40 additions and 38 deletions

View File

@ -9,7 +9,7 @@ Variables
## Quick Links
* [activity](/lessons/catch-the-egg-game/activity)
* [tutorial](/lessons/catch-the-egg-game/tutorial)
* [challenge](/lessons/catch-the-egg-game/challenge)
* [quiz](/lessons/catch-the-egg-game/quiz)
* [quiz answers](/lessons/catch-the-egg-game/quiz-answers)
@ -29,7 +29,7 @@ basic.pause(300);
input.acceleration(Dimension.X);
Math.min(0,0);
Math.max(0,1);
Math.randomRange(0, 5);
Math.randomRange(0, 4);
game.addScore(1);
game.score();
game.removeLife(1);