I have a "typewriter" app that stamps letters on the background when you click on the corresponding "keys". The background script specifies that when the y-position is less than a certain value (means you've run out of vertical space), Stop All. (It also specifies that if the x-value gets larger than a certain value, to reset the x-value and decrease the y-value to go to the next line). But after stepping through the Stop All, the typewriter key sprites continue to stamp if you click them, all that happens is that the background script is inoperative. What's happening?
Thanks.
Offline
the "when sprite1 clicked" scripts do not respond to the "stop all". "stop all" only affects green flag scripts.
Offline
[blocks]http://scratch.mit.edu/forums/viewtopic.php?id=15730#req_testmessage[/blocks]
Offline
[blocks]http://scratch.mit.edu/forums/viewtopic.php?id=15730#req_messagetest[/blocks]
Offline
[blocks]http://scratch.mit.edu/forums/viewtopic.php?pid=109463#req_message[/blocks]
Offline
[blocks]<when green flag clicked><clear><forever><turn cw(1)degrees><end>[/blocks]
Offline
[blocks]<when green flag clicked>
<forever>
<turn cw( 1 )degrees>
<end>[/blocks]
Offline
the reason this happens because you used the when clicked if you use that the buttons donjt have to stop because they dont corspond tho the when flag click test my therory by not clicking the flag and clicking a boutton if this happens use the following scripts
[blocks]http://scratch.mit.edu/forums/viewtopic.php?id=15730#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=15730#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=15730#reqhttp://scratch.mit.edu/forums/viewtopic.php?id=15730#reqhttp://scratch.mit.edu/forums/viewtopic.php?id=15730#req_http://scratch.mit.edu/forums/viewtopic.php?id=15730#req_messagemessage_message_message
Offline
* ok im just gonna say what script to use say when clicked forever if mouse down and touching sprite # then write your respones wich is proably brodcast "a"
Offline
Just use a brodcast to stop all.
Offline