10 AM – Scratch 2 – Gamas
Today We Did We reviewed Lots of Balloons project. We reviewed how to launch a projectile from a sprite. We reviewed how to control a sprite's movement using arrow keys. Homework NextRead More...
Today We Did We reviewed Lots of Balloons project. We reviewed how to launch a projectile from a sprite. We reviewed how to control a sprite's movement using arrow keys. Homework NextRead More...
Today We Did: Today we went over the practice test that you guys did last week for homework. Also went over the basics again and how to tell the difference between andRead More...
Today We Did: We took the test today! Test results should be out by Thursday.
Today we: Added the Fireball sprite. Made clones when the Space bar is pressed. Made the Fireball clones start at the spaceship and move up. Made the Fireball clones disappear when theyRead More...
Today we: Finished adding code for the Lightning sprite. Added collision code for the Asteroid sprite. Added the Bomb and Fireball variables to keep track of clones. Made a FirePowerUp sprite. Homework:Read More...
What we did today: We discussed how to make the Background music stop when the Cat sprite wins. We made the Banner sprite show up when the Cat sprite wins. We madeRead More...
Today We Did We went over the solution of the last week test to make sure they knew their mistakes. We went ahead and do the test retake.
Today we: Finished the Bomb sprite. Made the Asteroid sprite delete itself when it touches the Bomb sprite. Homework: When the player presses the Up-Arrow key, switch the costume to Rocketship-A. WhenRead More...
What we did today We finished the Spaceship project. We finished working on the power ups. We made invisible barriers around the screen to ensure no cheating. We stopped the rocket ship'sRead More...
Today we: Created a Fireball variable. Set the Fireball variable to 5. Checked if the Fireball variable is bigger than 0, create a Fireball clone, and decrease the Fireball variable. Made aRead More...