Game Tutorials
5 Game Types You Must Know
http://gg.gg/welovecpa
Visit and subscribe theCPAtube. Complete all HBL assignments on SLS & GC.
http://gg.gg/welovecpa
Do you know what you can play your Scratch games on your mobile devices now?
At home? You can always code online using scratch.mit.edu
Access this page on your mobile using QR Code.
Click the Game Titles below to watch a video tutorial or slides on how to create these game. Underlined games are ready for watching or in slides mode.
...
CNY Game | Collect all the auspicious objects in this drop down game.
Antivirus Game | Create this drop-down game to destroy all malware attacking your computer.
...
Mosquito Game | This special left-right game requires users to control the hero (fly swatter) using your mouse and pressing the keyboard to swat oncoming mosquitos.
...
Ocean Cleaning |Click on the cans popping up in the ocean.
Hit-The-Hacker | Hit the hacker & phisher in this anti cybercrime game
...
Sleepy Cats | Control the Robo Vacuum but whatever you do don't wake up the cats.
Kraken Game | Dodge the monsters in the Maze Kraken Game capture a treasure chest. (Upcoming tutorial)
...
NE-Quiz | Answer quiz questions on National Education
...
All the above games can be modified to add a timer into the game.
Timer can be found in Sensing.
...
Stay tuned for more upcoming game tutorials!
DropDown Game
Left-Right Game
Pop-Up Game
Maze Game
Quiz Game
...
Learn to add timer in the above games.
Use Sensing/Timer
...
Use Sensing/Answer
...
Learn you to create random positions for more fun in your games
...
Random respawn at the top or left/right is a must know skill
Especially useful to communicate to multiple sprites at 1 go.
To create different levels in your game, master the use of broadcasts and variables.
Adding a timer to all Type 1 to Type 5 games is pretty easy.
video tutorials will be available soon
METHOD 1 | Using Wait 1 sec
Step 1: Create a variable time
Step 2: Go to Background
Step 3: Add Forever
Step 4: Add Wait 1sec
Step 5: Change time by 1
METHOD 2 : Using Stopwatch
Step 1: Create a variable time
Step 2: Go to Hero
Step 3: Add Sensing/timer
Step 4: Set time = timer
Step 5: When GameWin or GameLose.
Step 6: End this script