When I receive [Start Game v] reset timer forever set [Falling Speed v] to (((Timer) / [100]) + [2])You can use your own numbers get the speed you want. Here it gets faster the longer you play. You can switch out the Timer with your Score variable to let that determine the speed.
Offline
[scratchblocks]
when gf clicked
forever
wait (1) secs
change [falling speed v] by 1
end
Offline
when gf clicked forever wait (1) secs change [falling speed v] by 1 end
Offline