how do you make this script "when i recieve "somthing" disable another script" plz
Offline
When gf clicked
Set [variable] = 0
When I recieve [Something]
//Do your scripts here
Set [variable] = 1
The other script (Whatever cap block)
Repeat until <(variable)=1>
// Do your scripts here
{End of Repeat Until}
Stop script
The timing may be off though because it repeats. It depends on how much is in the repeat. Hope this was helpful
Last edited by laptop97 (2012-02-18 13:04:06)
Offline
laptop97 wrote:
When gf clicked
Set [variable] = 0
When I recieve [Something]
//Do your scripts here
Set [variable] = 1
The other script (Whatever cap block)
Repeat until <(variable)=1>
// Do your scripts here
{End of Repeat Until}
Stop script
The timing may be off though because it repeats. It depends on how much is in the repeat. Hope this was helpful
An example of the above:
when gf clicked set [variable v] to (0) repeat until <(variable) = (1)> ask [What do you want to broadcast?] and wait broadcast (answer) end when I receive [stop v] set [variable v] to (1)
Last edited by Magnie (2012-02-18 14:14:26)
Offline
how to make this script: stop sprite for 2 seconds
Offline