Discuss Scratch

datcucumber
Scratcher
6 posts

Pausing and playing.

I think that being able to pause games and animations would be a great idea. If I'm ever in the middle of watching some amazing and really long animation, or playing some game that took forever for me to get to where I was, and someone comes up and asks me something, my options are limited. I could either blow them off entirely, (extremely rude) or hit stop. Hitting stop is significantly more considerate, but then once they are done I have to start over again. This is where I think a pause button would come in handy.
MineLox92Videos
Scratcher
100+ posts

Pausing and playing.

datcucumber wrote:

I think that being able to pause games and animations would be a great idea. If I'm ever in the middle of watching some amazing and really long animation, or playing some game that took forever for me to get to where I was, and someone comes up and asks me something, my options are limited. I could either blow them off entirely, (extremely rude) or hit stop. Hitting stop is significantly more considerate, but then once they are done I have to start over again. This is where I think a pause button would come in handy.
This can be done with scripts. Just ask the game creator to add a pause and play function. For a button:
when this sprite clicked
if <(pause?) = [false]> then
set [pause? v] to [true]
switch costume to [pause v]
broadcast [pause v]



else
set [pause? v] to [false]
switch costume to [play v]
broadcast [play v]
end
LionHeart70
Scratcher
1000+ posts

Pausing and playing.

I think this is a duplicate of a topic I can't find..

lh70 / nora/tobi / she-they pronouns / pansexual-demisexual / 14 / sagittarius / furry / artist / intp / stop-motion films / lbp / fall out boy / panic! at the disco / twenty one pilots / stranger things / a series of unfortunate events
“When you have a bad day, a really bad day, try and treat the world better than it treated you.” -Patrick Stump
“Music seems to hold everything together. It seems to make things not so chaotic sometimes. It seems to make things make more sense sometimes.” -Tyler Joseph
“You'll fear your fears forever if you never do things you're afraid of.” -Josh Dun
“I'm still figuring out who I am, but I know I'm not who I was.” -Brendon Urie
Sheep_maker
Scratcher
1000+ posts

Pausing and playing.

Indeed, it is a duplicate (from 2012!)

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
LionHeart70
Scratcher
1000+ posts

Pausing and playing.

Sheep_maker wrote:

Indeed, it is a duplicate (from 2012!)
Oh, thanks for finding the link!

lh70 / nora/tobi / she-they pronouns / pansexual-demisexual / 14 / sagittarius / furry / artist / intp / stop-motion films / lbp / fall out boy / panic! at the disco / twenty one pilots / stranger things / a series of unfortunate events
“When you have a bad day, a really bad day, try and treat the world better than it treated you.” -Patrick Stump
“Music seems to hold everything together. It seems to make things not so chaotic sometimes. It seems to make things make more sense sometimes.” -Tyler Joseph
“You'll fear your fears forever if you never do things you're afraid of.” -Josh Dun
“I'm still figuring out who I am, but I know I'm not who I was.” -Brendon Urie

Powered by DjangoBB