Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I Make an outro when someone hits the stop button?
- lukets98
- Scratcher
30 posts
How do I Make an outro when someone hits the stop button?
Hi, I’ve seen projects where people make it so the when the stop button is pressed it changes scenes or even has an outro. And I’m really trying to figure out how that works. I have a few projects I could add it to. Does anyone know how to make that?
- --CHA0S--
- Scratcher
100+ posts
How do I Make an outro when someone hits the stop button?
when green flag clickedThis works since the time in sensing goes on after the stop is clicked
forever
set [time v] to ((timer) + (0.000000001))
end
when [timer v] > (time)
your outro
- lukets98
- Scratcher
30 posts
How do I Make an outro when someone hits the stop button?
Thanks, that is super useful. ^_^
- lukets98
- Scratcher
30 posts
How do I Make an outro when someone hits the stop button?
I just used it and it works great. Thanks
- Discussion Forums
- » Help with Scripts
- » How do I Make an outro when someone hits the stop button?