| Issue 49: | This pointer not correctly cast. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
class Test extends MovieClip
{
public var me:MovieClip;
public function new()
{
super();
me = this;
}
}
Aug 9, 2010
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|