yeah i need a little bit of help for my game
when you make the spinner spin, its supposed to go onto the next part of game and stuff when the spinner's velocity gets down to zero
however it doesn't do so :(
please help!
link to version 0.1
Offline
You should change the boolean < turn_vel = 0 > in the spinner's script to <turn_vel < 0.1 > It's an odd error in Scratch that causes it to tend to miss exact values like that. That should make it change your money and allow you to spin again.
Offline