Is there a way to find out what class needs to be imported for my script to work?
I am getting a type error for this line of code:
I have imported:Code:var TweenTarget:DispayObject=e.target as DisplayObject;
This is the error:Code:import flash.display.DisplayObject
Any ideas?Code:1046: Type was not found or was not a compile-time constant: DispayObject.
Thanks




Reply With Quote