AS3 problem
AS3 problem
Out of context: Reply #2
- Started
- Last post
- 12 Responses
- Autokern0
add import Tweener;
at the beginning of your code.If you are coding using the document class
You need to import the classes you need before starting writing down the class.if you are coding on the timeline (old skool as2 way), you still need to import the non native flash classes.