Diamond Collecting Game
Hi friends,
I made a game in scratch
About the game :
The game is to collect all the diamonds , when the score is 10 you won the game .
Supplies
Sprites used:
*diamonds
*bag
*you won (this sprite will comes on the end when your score comes to 10)
Code Block for Diamonds
The diamonds move in y 180 and change y by -5 forever block
Score block when the diamond touches the bag score changes by 1
If the y position < -170 then set y to 180
Code Block for Bag
Bag moves in the direction of mouse in x direction