Scratch Space Game Solutions

Cymraeg

Scratch Space Game Solutions

Please try to only use the below solutions if you have already attempted the activity.

The completed script should start with 'when green flag clicked' block that is then connected to a 'forever' block with the 'go to mouse-pointer' block insert

The completed script should start with 'when green flag clicked' block that is then connected to a 'forever' block. Inside the 'forever' block is a 'wait until touching Retro Robot?' block and a 'play sound pop until done' block.

The only difference with this script compared to that for step 6 is that there is a 'go to random position' block inserted into the forever block beneath the 'play sound pop until done' block

There are two scripts within the Rocks Script Area. The first is the one from step 7. The second also starts with a 'when green flag clicked' block connected to a 'forever' block. Inserted into the 'forever' block is a 'wait until touching NPC?' block followed by a 'go to random position' block.

The NPC script starts with the 'when green flag clicked' block connected to a 'forever' block containing; a 'set rotation style don't rotate' block, followed by a 'go to Rocks' block and then a 'move 10 steps' block

The Scripts Area for our Retro Robot sprite has two scripts. The first starts with the 'when green flag clicked' block connected to a 'set size to 50%' block which then connects to a 'forever' block containing a 'go to mouse-pointer' block. The second script also begins with the 'when green flag clicked' block, this one connecting directly to a 'forever' block containing the instruction blocks of 'wait until touching NPC' and 'stop all' (in that order)