Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to not stop clone scripts
- milopk11
-
Scratcher
24 posts
How to not stop clone scripts
i was wondering if it is possible to keep a when i start as a clone script running while a stop other scripts in sprite block is activated. is it possible?
- -8-BitVirus-
-
Scratcher
38 posts
How to not stop clone scripts
when I start as a clone
forever
stop [all other scripts v]
end
- 09878901234321
-
Scratcher
500+ posts
How to not stop clone scripts
Only if that clone is the one broadcasting the stop all other scripts in this sprite block. You could also use a broadcast after the stop block to start the script again.
- deck26
-
Scratcher
1000+ posts
How to not stop clone scripts
Why are you using the ‘stop other scripts’ block if you don't want to stop the other scripts for that object? You need to find another way of stopping the scripts you do want to stop - eg having a variable set to 0 and repeating until the variable is 1.
- gallaxy1234
-
Scratcher
20 posts
How to not stop clone scripts
just use a broadcast to stop what you want to stop and check if it’s a clone and if it is than don’t stop
- Discussion Forums
- » Help with Scripts
-
» How to not stop clone scripts