Firework animation isn't working

I can’t get the firework animation to work.

How it’s supposed to work:

@zoom on 320 322 to 257% in 3

&overlay FR1 create from 1RST STAGE FIREWORK RED
&overlay FR1 opacity 1
&overlay FR1 shifts to 194 27 in zone 1
&overlay FR1 scales to 0.712 0.712
&overlay FR1 moves to layer 1
@overlay FR1 shifts to 187 159 in zone 1 in 3

&overlay FR create from RED FIREWORK
&overlay FR opacity 1
&overlay FR shifts to 212 279 in zone 1
&overlay FR scales to 0.182 0.182
&overlay FR moves to layer 2
&overlay FR1 opacity 0

&overlay FR shifts to 108 180 in zone 1 in 3
&overlay FR scales to 0.856 0.856 in 3

The code:

@zoom on 320 322 to 257% in 3

&overlay FR1 create from 1RST STAGE FIREWORK RED
&overlay FR1 opacity 1
&overlay FR1 shifts to 194 27 in zone 1
&overlay FR1 scales to 0.712 0.712
&overlay FR1 moves to layer 1
@overlay FR1 shifts to 187 159 in zone 1 in 3

&overlay FR create from RED FIREWORKS 2
&overlay FR opacity 1
&overlay FR shifts to 212 279 in zone 1
&overlay FR scales to 180 180
&overlay FR moves to layer 2
&overlay FR1 opacity 0

&overlay FR shifts to 108 180 in zone 1 in 3
&overlay FR scales to 0.856 0.856 in 3

@pause for 4
&overlay FR opacity 0

overlays:

First example:

My code’s firework:
pv1_back_RED_FIREWORK_2_6427875727310848_9ee362b6175d669e0f4cd17ac5f30b17

1 Like

have you anywhere created the overlay 1RST STAGE FIREWORK RED and the RED FIREWORKS 2 ?

Because it is not in your code. So it is not clear to me why you are making copy of them.

also you posted 3 overlays but in the code are only 2 overlays so which one are the one you use, I can test it but tell me which is which

theya are different overlays

RED FIREWORK:

RED FIREWORKS 2:
pv1_back_RED_FIREWORK_2_6427875727310848_9ee362b6175d669e0f4cd17ac5f30b17

ok now I get it I will test it in my portal.

try this if this is what you wanted:

@zoom on 320 322 to 257% in 3

&overlay FR1 create from 1RST STAGE FIREWORK RED
&overlay FR1 shifts to 194 27 in zone 1
&overlay FR1 scales to 0.712 0.712
&overlay FR1 moves to layer 1
@overlay FR1 opacity 1
@overlay FR1 shifts to 187 159 in zone 1 in 3

&overlay FR create from RED FIREWORKS 2
&overlay FR rotates 0 anchor point 0.5 0.5 in 0
&overlay FR shifts to 268 366 in zone 1
&overlay FR scales to 0.180 0.180 in 0
&overlay FR moves to layer 2
&overlay FR1 opacity 0
@overlay FR opacity 1

&overlay FR shifts to 257 281 in zone 1 in 3
&overlay FR scales to 0.856 0.856 in 3

@pause for 4
&overlay FR opacity 0

also when you need to create overlay form another overlay you shouldnt name them the same

&overlay FR create from RED FIREWORK
&overlay FR create from RED FIREWORKS 2

you created overlay named FR from 2 different overlays - this might pretty confuse the script.

it didn’t turn out how I wanted, I’ll try re-naming it tho.

well you have to explain what you want then - you only wrote it doest work but havent explained what exactly you want it to look like

I want it to look like the dot is expanding into a firework, like a firework.

that is what I did - I left the size of the dot as you have it (even it seemed to me pretty big). - so I would sugest to play with the sizes to get the result you like and move it as much as you want to .I moved it down because you moved it a lot down too…

I believe in my templete you have all necessary commands to make it work - now it is up to you to adjust the sizes scales and spotts as you imagine it.

No, I want the firework to expand not shift diagonally

so do not use the shift command UˇI have changed the anchor point so it should expand from the centre

I didn’t use that command

it doesn’t expand like it’s supposed to, it just glides from the side

in what did it expands and goes down

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.