I have been trying to make random bouncing in my game, but I can't figure out how! Also, I have been looking on other Scratchers' games but I can't find anything.
Offline
More description? What is bouncing? What type is random? Frequency? Speed? Height?
Offline
Well if you mean of another sprite, you could try:
When green flag clicked
Forever
If touching [object you want to hit]
Turn right 180 degrees
Turn righ pick random (-20) to (20) degrees
End if
End forever
Offline