Page 1 of 1

stop doesnt stop - it's more like pause. is this normal

Posted: Dec 15th, '17, 04:11
by manyone
i built a 'when space pressed, STOP' block but it doesnt seem to work - either in the development mode or even the exported app. it seems to act like a no-operation or short pause. replacing it with HALT, will work, though. im running this in windows 10. is there something i'm missing?

Re: stop doesnt stop - it's more like pause. is this normal

Posted: Dec 15th, '17, 11:36
by SimpleSi
"stop" only stops the particular script block that its in - to stop other scripts from running you need to use "stop all"

Re: stop doesnt stop - it's more like pause. is this normal

Posted: Dec 15th, '17, 12:49
by SimpleSi