Forum QuickConnect i always got dis error

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

i always got dis error

Postby stephendeveloper » October 30th, 2014, 1:10 am

My Code
Code: Select all
A_Chatroom_Button.addEventListener(MouseEvent.CLICK, firstevawv);
multiplayer_btn.addEventListener(MouseEvent.CLICK, secondwewecaw);
play_btn.addEventListener(MouseEvent.CLICK, thirdfunction);
facebook_like_button.addEventListener(MouseEvent.CLICK, fourthtaewvavw);
closemultiplayertabOnClick.addEventListener(MouseEvent.CLICK, fifthawverwbr);

function firstevawv(e:MouseEvent):void
{
   gotoAndStop("chatroom_a_mode");
}

function secondwewecaw(e:MouseEvent):void
{
   tab_multiplayer.x = 205.45;
   tab_multiplayer.y = 248.05;
   Close_Chatroom_Tab.x = 452;
   Close_Chatroom_Tab.y = 445.95;
   A_Chatroom_Button.x = 226;
   A_Chatroom_Button.y = 305;
}

function thirdfunction(e:MouseEvent):void
{
   gotoAndStop("play_mode");
}

function fourthtaewvavw(e:MouseEvent):void
{
   navigateToURL(new URLRequest("https://www.facebook.com/SubscribeMo.Ako"), "_blank");
}

function fifthawverwbr(e:MouseEvent):void
{
   tab_multiplayer.x = 999;
   tab_multiplayer.y = 999;
   Close_Chatroom_Tab.x = 999;
   Close_Chatroom_Tab.y = 999;
   A_Chatroom_Button.x = 999;
   A_Chatroom_Button.y = 999;
}


Error :
1023 Incompativle override
Duplicate function definition

HELP MEH
stephendeveloper
 
Posts: 9
Joined: October 26th, 2014, 2:04 am

Re: i always got dis error

Postby robscherer123 » October 30th, 2014, 7:33 pm

Sounds like your trying to create a function with the same name as another one that already exists.
robscherer123
Paid Member
 
Posts: 313
Joined: December 12th, 2012, 8:46 pm

Re: i always got dis error

Postby stephendeveloper » November 9th, 2014, 6:14 pm

robscherer123 wrote:Sounds like your trying to create a function with the same name as another one that already exists.


i tried to change the name but still dont work
stephendeveloper
 
Posts: 9
Joined: October 26th, 2014, 2:04 am


Return to QuickConnect



cron