In Scratch 2.0, in the BYOB, what if the block calls itself over and over and over again? In other languages, it core dumps and seg faults. What if trolls do that? What will happen?
Offline
I just tested it and what happens is that you get an infinite loop happening but are able to stop it with the Stop button still.
I defined it as such (naming it myblock):
scroll (10)
myblock
scroll (10)
myblock
scroll (10)
myblock
then called it with a green flag click.
Last edited by soupoftomato (2012-10-06 14:43:02)
Offline