Comments

Log in with itch.io to leave a comment.

why youre using scratch help

don't judge, anyway i use gamemaker now :D

waleedalqalaf is it fine if i  add powerups instead of a shop feature? I actuallly am a complete beginner so cant make complex code :)

(1 edit)

its your game, you can make whatever you want :P. Powerups are cool too. Making shops is not complex either. The simplest idea of a shop would be, you have a button, when you click on that button it just checks if your money is bigger than or equal to the price (lets say 10). then give the upgrade, and subtract 10 from money. Otherwise do nothing.

If balance >= 10:

    balance -= 10

    Power up code here


Also nice you added the feature! :P

I hope you goodluck making games! :P, I have two suggestions:
1. Make a shop (Purchase a bigger pad thing, or purchase slowness for the ball, etc.)

2. Change the picture on the ball depending on the score, like when the score becomes 10, make the ball say "YAY" or something. 

Thnx for the compliment! will update the game soon! :)