Discuss Scratch

Owaa_fan
Scratcher
4 posts

How do i make a sprite hide when you click the stop sign?

I'm trying to make a game with multiple thumbnail like sprites, but i cannot seem to figure out how to hide when the game stops!
Owaa_fan
Scratcher
4 posts

How do i make a sprite hide when you click the stop sign?

funny

Last edited by Owaa_fan (March 27, 2024 17:09:29)

-Almations-
Scratcher
100+ posts

How do i make a sprite hide when you click the stop sign?

Use the timer setting. Set a timer when the project starts and use the “if ___ thrn” block. Put in “timer = 0” and then put the “hide” block in the middle.


Idk how to put blocks in the forums on mobile

Current favorite song: Young God - Halsey
Currently obsessed with: CCC (Casting Club Call)
-SlingshotMain-
Scratcher
100+ posts

How do i make a sprite hide when you click the stop sign?

when green flag clicked
go to front
set [ ghost v] effect to (100) // effect will be set back to 0 when the project is stopped
If you want to do a fade out effect, change ghost to 100 to this:
repeat (10)
change [ ghost v] effect by (10)
end

Last edited by -SlingshotMain- (March 27, 2024 17:17:57)


please note that i minimod A LOT. let me know if i am incorrect about something and i will change it. | she/they | im gay, deal with it. | trauma | come check out my regretevator and phighting topics!
Malicondi
Scratcher
1000+ posts

How do i make a sprite hide when you click the stop sign?

Like the above post stated, you can use the timer block to detect when the stop sign is clicked, and then hide a sprite, like so:
when gf clicked
forever
reset timer //method 1
end
when [timer v] > (0.05) // lower if you'd like, but lag may make it activate early.
hide
Or, if you're already using the timer, you can do this method instead:
when gf clicked
forever
set [timer v] to ((timer) + (0.05)) // lower if you want, but lag can make it activate early.
end
when [timer v] > (timer ::variables)
hide
both of these methods work, hope this helps!

post #1000 post #100 i help in the forums post #1 post #500 0 second ninja
I recommend reading jvvg's essay about the scratch team before complaining, as it may change your opinion and provide insight on the topic.

coming soon :)


Powered by DjangoBB