to start the asteroid, press the left arrow key. thanks for pointing this out to me, i'll write it in the project notes.
Download this project!
Download the one sprite and 7 scripts of "Asteroids" and open it in Scratch
Project Notes
Based upon a game called Asteroids where if you went off one side of the screen you came back on the corresponding spot on the opposite side. Used to investigate the angles and how "fast" it takes to fill up the screen, how unevenly, etc.
Use the sliders to set int, sqrt, and div. They are used to form the angle measure (from the horizontal) by the formula:
(*int* + [the square root of *sqrt*])/*div*
The pen will follow the tracks of where the asteroid goes.
Press the LEFT ARROW KEY to start the asteroid moving, the RIGHT ARROW KEY once to pause, and the RIGHT ARROW KEY A SECOND TIME to erase all pen marks and put the asteroid back at the beginning.
Comments
You need to be logged in to post comments
Add a Comment
That's SO cool koala! ;) Amazing 0.0....I've toggled with the sliders for 5 minutes now :P
hehe. glad you like it, w^3. why are you on scratch, and not spending time with ap bio?
(view all replies)the astroid doesn't move
to start the asteroid, press the left arrow key. thanks for pointing this out to me, i'll write it in the project notes.