Let me explain - on my upcoming website (in a year, maybe?) i’ll have some sort of cartoon character walking above my contents - and I want his charcter to be smooth and actionscripted. However his movements should be done as a curved motion path would, but random.
Now random movement will either: a) get you to one point and then to the other, but making a sharp turn or b) have no coordination in movement (good for making a bee fly but not for anything else)
here’s what im trying to do:
transform straight lines movement (random):
to something smoother
something inside me tells me it’s got something to do with cos and sin functions but I’ve no idea how to make that work.
And I don’t want to do motion path because I need to do actions that rule that out.
thanks to anyone who could give me a hint =)