How is single stepping supposed to work?
When ever i turn it on (flash blocks fast) all my sprites freeze, and it flashes through my blocks, but nothing happens when i press anything
Offline
It may depend on your project—maybe it's too slow?
The point of single stepping is to slowly run each block so that you can spot mistakes in your code. But sometimes doing things slowly messes up execution threads and the scripts behave differently.
Offline