In my game, I have a feature where the player can hold down the mouse button and every second it is held down, they will gain a charge level (up to 5).
I'd like to create an arc of projectiles with the current angle of the player as the center of the spread. I've tried a lot of different ways, and this is the current, but it's not working well at all. It's a bit wordy to explain what I've done, so here's an image of the relevant events (in red boxes) along with some context.
edit: For some reason, the forum makes the "N" at the end of the URL lower case if I try to link or embed the image, so you'll have to copy/paste. Sorry.
i.imgur.com/5culoNK.png
Any other ideas?
Thanks!