Discuss Scratch

Di726
Scratcher
100+ posts

Fireworks Improvement Needed

Hello! Does anyone know how I can make these ( https://scratch.mit.edu/projects/1306552238/ ) fireworks (at the emd of the part) look more like fireworks?

I'm new to using clones, so help would be appreciated. I would like it to come as a burst to match the intensity of the song, and also I want to know how to not clone the clones. Preferably with no extra sprites added.

RingRaith
Scratcher
75 posts

Fireworks Improvement Needed

For some basic fireworks, you could do something like this:

when I receive [Start Fireworks v]
Create Fireworks at: (99) (55) :: custom
wait (0.3) seconds
Create Fireworks at: (-100) (30) :: custom

define Create Fireworks at: (X) (Y)
go to x: (X) y: (Y)
repeat (20)
create clone of [myself v]
turn right (36) degrees
next costume
end

When I start as a clone
show
repeat (15)
move (6) steps
end
repeat (15)
change [ghost v] effect by (pick random (6) to (15))
end
delete this clone

I hope this helped!
Please let me know if you have any questions.
Also let me know if you need help with anything else.
Di726
Scratcher
100+ posts

Fireworks Improvement Needed

RingRaith wrote:

For some basic fireworks, you could do something like this:

when I receive [Start Fireworks v]
Create Fireworks at: (99) (55) :: custom
wait (0.3) seconds
Create Fireworks at: (-100) (30) :: custom

define Create Fireworks at: (X) (Y)
go to x: (X) y: (Y)
repeat (20)
create clone of [myself v]
turn right (36) degrees
next costume
end

When I start as a clone
show
repeat (15)
move (6) steps
end
repeat (15)
change [ghost v] effect by (pick random (6) to (15))
end
delete this clone

I hope this helped!
Please let me know if you have any questions.
Also let me know if you need help with anything else.

Thanks, I'll try this.

Powered by DjangoBB