Discuss Scratch

Periodic_Videos
Scratcher
56 posts

Amogus "particles"

I just made some particles for my new game about amogus, but somehow when I tried to start the game the particles don't disappear. I've tried all ways I could think of but still can't fix it. Here's a link: https://turbowarp.org/711724041
Thanks for your helpful response!
- Periodic_Videos

Check out my profile! At there I make games, animations, …

Kiska-7275
Scratcher
1000+ posts

Amogus "particles"

instead of using
when I start as a clone
if <(game started) = [yes]> then
...
end
you should use
when I start as a clone
wait until <(game started) = [yes]>
...
explanation:
if you use the
if <(game started) = [yes]> then
...
end
it only checks if the game has started once
edit: wow 1000th post

Last edited by Kiska-7275 (July 5, 2022 09:39:27)


Всем здоровья и удачи :: pen cap
Periodic_Videos
Scratcher
56 posts

Amogus "particles"

Kiska-7275 wrote:

instead of using
when I start as a clone
if <(game started) = [yes]> then
...
end
you should use
when I start as a clone
wait until <(game started) = [yes]>
...
explanation:
if you use the
if <(game started) = [yes]> then
...
end
it only checks if the game has started once
Thanks! I'll apply it to see if it works

Check out my profile! At there I make games, animations, …

Powered by DjangoBB