Figured out how to do a flamethrower effect using arrays

3 Likes

nice.

it would be simpler to use sinusoidal waves, but this works too

1 Like

sinuso-what???

image
something like this
y = A sin ⁡ ( x − h ) + k
@ChimbroDaPro

4 Likes

Or just make it random but constrain the max and min values

2 Likes

W-woah… :dizzy_face:

1 Like

I programmed a graphign calculator including this function on a graphing calculator because i was bored.
(the calculator had python)