Hi Friends,
I need a help. i got an error in AS
1042: The this keyword can not be used in static methods. It can only be used in instance methods, function closures, and global code.
this is the error line.
public static var defaultEase:Function = this.easeOut;
Please help me to clear this.