The goal of this game is to catch Giga, Nano, Pico and Tera using the spaceship. This is work in progress ... please remix and follow the below instructions Your goal is to replicate Giga's script to the other sprites and to maintain a score once … do not forget to create a score variable and to initialize it with 0
I’ve implemented a script for the spaceship to move when the mouse is moving … (note the mouse pointer motion block) I’ve also created a script for the Giga to move randomly on the screen once the the spaceship touches her … (note if touching spaceship condition sensing block) please implement the rest ... :)