Is it possible to make a motion tween with as2 code only ( not with timeline). If it is, then can you please tell me how to do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s the Tween class:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/2/help.html?content=00000350.html
But I believe most ActionScript developers prefer to use the third party libraries TweenNano/TweenLite/TweenMax or Tweener, and that they still support AS2:
http://www.greensock.com/tweenmax/
http://code.google.com/p/tweener/