Spell Animation Script help

Can anyone tell me where to put the different frames in my script? Blazer’s Tutorial isnt very clear on where to put them.

/// - Start Animation
C00
C00
C00
C00
C00
C00
C00
C000040
O p- blank.PNG
B p- blankbg.PNG
1
C00001A
C1F

O p- blank.PNG
B p- blankbg.PNG
1
/// - End Animation

You put the frames between
O p- blank.PNG
B p- blankbg.PNG
1
and
C00001A
C1F
~~~

like:
O p- blank.PNG
B p- blankbg.PNG
1
O p- Frame1.PNG
B p- blankbg.PNG
1
O p- Frame2.PNG
B p- blankbg.PNG
1
etc…
etc…

You also want the CXXYY29 code to adjust the transparecy and color intensity.
You can put that next or before C000040 or even before each frame if you want to play with the transparency /density of the animation.

Ok I see now. Thanks for your help!