Sometimes i want to stop a certain script when so and so broadcasts but that is imposible. I know you can use variables but that will mess up my game or animation.
So each script could have like a number like sprites! like when this happens stop script so and so.
I would love to se this is 1.4 version of scratch
Offline
big-bang/fruit's method won't work. As ScratchX said, the [Stop Script] block will only stop it's own script, the [When I receive [---]] one.
You should use:
[blocks]<forever if>
<end>
or...
<repeat until>
<end>[/blocks]
And use a variable.
Last edited by technoguyx (2009-05-17 19:31:02)
Offline
technoguyx wrote:
big-bang/fruit's method won't work. As ScratchX said, the [Stop Script] block will only stop it's own script, the [When I receive [---]] one.
You should use:
[blocks]<forever if>
<end>
or...
<repeat until>
<end>[/blocks]
And use a variable.
Sorry, I didn't understand the criteria. It's always a good thing to fully explain your problem.
Offline
technoguyx wrote:
big-bang/fruit's method won't work. As ScratchX said, the [Stop Script] block will only stop it's own script, the [When I receive [---]] one.
You should use:
[blocks]<forever if>
<end>
or...
<repeat until>
<end>[/blocks]
And use a variable.
that wont work becuase of the variable
Offline