catch the cat in scratch?!
- daveauddric8622
- Sep 20, 2021
- 1 min read
catch the cat's code is simmiliar to ping pong's but easier.
let's make the sprites first

dont forget to switch the backdrop to something interesting also.
the code for player is the same like in ping pong

the lose? (line) is also the same

the cat's code is very simple also

this code hides the main sprite but shows the clones , the clones spawn at y : 150 and random x , after it spawns , it will keep falling till it either reaches the bottom or the player. if it touches the bottom , the player loses.
Comments