Hey all
Does anyone know the best way to animate curves drawn with the API?
I have a set point
20 empty sprites
20 curve shapes.
The problem is that some sprites move so id like the curves to stick to the moving sprites.
My attemps at this are a mess, as far as i got was to update the curves via an event on the sprites but obviously drawing a for loop with 20 items per event tends to create massive slowdown.
I essentially only want one of the anchor points to move, but this basic premise is screwing my brain. I cannot seem to find a quick way to draw all curves.
Any approach to this would be grand.
Cheers eh.
Grandpaw