Hello and welcome to my first game! here are all the things to do. ~use your arrow key left to move left ~Use the right arrow key to move right ~Grab the apples in the amount of time it’s falling This game is still in experimental And I am adding more things into this
I want to thank my MCT teacher who helped me make this. How to make the game. Bowl code~ The bowl code is easy, all you have to do is Go to events and put "when right Arrow clicked" and under it put "move 10 steps". Do the same for the left but instead of "move 10 steps" put "move -10 steps". Apple code~ This part is the hard part so I am putting this in steps 1. Go to variables and make a variable, Name it to "score". 2. Go to Events and place "when green flag is clicked". 3. Go to variables again and then place "set score to 0" under "when green flag is clicked. 4. Go to Motion and then place "set y to __" under the score one and then set it to "160". 5. Place the "forever block" which is in control. 6. Place the "change y by ___" and set it to 5. 7. Place an if condition. 8. go sensing and place "____ < _____" 9. Go to Motion and choose "Y position" and place it on the first blank. 10. set the second blank to "-180" 11. Go to motion and place "Go to random position". 12. choose "Set Y to__" and put 160 in the blank. 13. Choose another if condition. 14. Put "If touching___?" and set it to bowl or whatever sprite you chose for the bowl and place it on the blank. 15. (This point is optional) you can go to sounds and choose "play sound ___" and choose any sounds. 16. Go to variables and choose the "change score by ___" and set it to 1. 17. Choose "go to random position". 18. and choose the "set Y to ___" and put it to 160. Have a nice rest of your day!