Tweenlite and Flex SDK
I don’t use the Flash IDE to do any of my actionscript programming so I use the free Flex SDK to compile all of my code.
The other day I was having a hard time getting TweenLite, lightweight and fast tweening engine, to work because I was trying to import the easing functions like this:
import fl.transitions.easing.*;
It […]