Pages: 1
Stop block? <when green flag clicked><forever><repeat( 10<say[ hi]for(2 )secs>[blocks] hi [/blocks]
Offline
stop block<when green flag clicked><forever><if><( 2 <=> 2 )><say[ hi ]for( 2 )secs>[blocks] Stop block [/blocks]stops the blocks it is touching?
There's already the stop script block, which stops the script it's attached to. Is that what you're looking for?
Harakou wrote:There's already the stop script block, which stops the script it's attached to. Is that what you're looking for?
Not quiteA stop block does not end the script but ends the "if" block.(refer to example above)