# Adobe-AS3-Animation-Helper **Repository Path**: mirrors_tjenkinson/Adobe-AS3-Animation-Helper ## Basic Information - **Project Name**: Adobe-AS3-Animation-Helper - **Description**: A tool to help create complex animations in flash. Uses the tweener at "https://code.google.com/p/tweener/". - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AS3-Animator ============ An Adobe ActionScript3 class to help create complex animations. Please look at the demo class and flash project to see how it works. This class allows you to send a set of animations that should run in sequence but also allows you to send a new sequence of animations at any time which will then run after the previous sequence has finished. The animations are run by the tweener at https://code.google.com/p/tweener/ so the paramaters you send are the same that get passed to this. You can also specify that certain points in the animation sequence should always happen if another animation sequence is triggered which will cause the future one to wait. Please let me know if you use this and find it helpful. Thanks to the guys over at https://code.google.com/p/tweener/ for creating the tweener which is incredibly useful. Tom