how do i make an object move along a random curved path. i can make an object skip around the screen by setting a variable to random(50); and then setting that variable equal to the _x and _y of the object. but can i pick points and have a trigonometrically curved path that takes the object to that point and then upon reaching that point it chooses another so it is constantly swirving and curving around the screen.
this serves no purpose for a procect other than my own amusement and actionscript learning … but maybe someone else can find it useful