How to do Parabolic arc movement? (SOLVED)

I have seen this example:

And yes while it gets the job done it has an issue which is It doesn’t work for more than 1 bullet

The events are beyond my level of what I can understand in coding, so I need help editing this code so it can work for several bullets at once without affecting each other
I tried changing the scene var to object var but it didn’t work.
Tried to use for each object but still doesn’t work.

Waiting for any help around this, and is there an extension for this I’m missing or something?
Anyway waiting for help

Thank you

Hi - I had a look at the example and I think that you should be able to adapt it to work with multiple bullets using object variables and repeat for each. How did you do it?
i’ll go and have a quick go at it…

2 Likes

Yeah I used object variables with for each and still it didn’t work sadly, waiting to see how it goes for you, please update me on this
Thank you

I just got it working - you might have got an error on one of the vars…there’s quite a lot to change

4 Likes

bullets

3 Likes

Thank you so much, It worked perfectly

2 Likes