AS3 - motion guid line in coding?! possible??!
Hey Kirupa people, [edit: oops! I mean flashkit people! :) ]
here is an interesting question :) I've been recently thinking about moving objects in flash applications with some more complex animations rather than just a simple tween class...
you see, when you are using the flash IDE in timeline, you can create some timeline tweens and you know how it works... you set a starting key frame and an ending key frame and the objects moves from point A to point B. all great and also you can draw a line and make it as a guild line for the moving object so if you draw a curved line, the object will actually move from point A to B but runs on the curve rather than the default straight path...
What I am trying to find an answer for is that maybe its possible to do the same trick in coding...? so maybe in coding we can draw a line and then make the target movieclip to move on that line...?!
am I making sense?