Project 544: Infinite Runner

9. Design and clone collectibles

You'll need a new sprite to be a collectible that will add to your score, like a coin. It should clone itself more often than the obstacle does.
Starting point file for this challenge

Your goal

Steps

1. Pick a new sprite

Click the blue cat face in the bottom right corner of Scratch to open up the sprite library. 

2. Duplicate the clone code from the obstacle over

Go back into your obstacle's code. Find the piece of code that tells it to create clones. Click and drag this over your collectible sprite. Wait until the sprite wiggles! Then, let go. It should be copied into your other sprite now. 

3. Change some values

Collectibles should spawn more often than the obstacles! Keep the delay between clones random, but make the numbers smaller.