Compile Error: Multiple constructor definitions found. Constructor may not be defined in Script code
Compile Error: Multiple constructor definitions found. Constructor may not be defined in // Problem : File Name: test.mxml Button click function: public function test(evt:MouseEvent):void{ } Fix: public function test1(evt:MouseEvent):void{ } Reason: Class
wadhwakanu.wordpress.com |