Hi all, New to MIT App inventor really but know the basics of Scratch.
When fiddling about with the "Pong" app i got bored quickly as I would never die as it was too easy. So I decided to see if I could make it harder per bounce on the paddle.
I successfully managed to make it harder using the "random integer" but it was very unreliable as sometimes your first bounce would take it to maximum speed.
My Question: How can I increase speed per collision on a certain block? (for MIT App Inventor 2)
What I want to do is increase the speed by "+1" each time it touches the paddle. I have not found a way to do this yet, has anyone got an answer to this? I assume it's just my new experience and not knowing how to after some searches had no luck finding an answer.
Thanks in advance to any help :)
Thomas