How would i make the shooting faster than default 100.
I will use only 32 directions. But they need to be faster.
I mean i made faster bullets before, but it was too complex. I want something simple.
Perhaps without any extensions. Some math thingy r something.
I think your best bet is to use a 360 degree shooting formula and altering it to 32 directions. There are quite a few articles and forum threads on the subject, try searching for it!
//EE
Yeah, plenty of articles on it. Or if you're lazy, use Construct
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Can't use construct since it is for the compo... But i figured another way of doing it.
Using particle object, i coded it in like 2 events... it was quite easy.
but thx anyway