#1
0
(Übersetzt von Microsoft) In Ordnung, also habe ich die Instace der Lobby-Komponente auf meiner Bühne mit Instanznamen "Lobby"
eine Schaltfläche mit dem Instanznamen b_btn
Mein Code ist
b_btn.addEventListener(MouseEvent:Click, showChat);
funktion showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
Wenn ich auf die Schaltfläche klicke, erhalte ich die Chat-Eingabe bei x 0, y 0 und kann nur die untere rechte Ecke der Chat-Eingabe sehen.
auch der kleine Pfeil auf Chat-Eingang hält die Seiten wechseln.
eine Schaltfläche mit dem Instanznamen b_btn
Mein Code ist
b_btn.addEventListener(MouseEvent:Click, showChat);
funktion showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
Wenn ich auf die Schaltfläche klicke, erhalte ich die Chat-Eingabe bei x 0, y 0 und kann nur die untere rechte Ecke der Chat-Eingabe sehen.
auch der kleine Pfeil auf Chat-Eingang hält die Seiten wechseln.
(Original) lobby.showChatInput() problem
Alright, so i have the instace of the lobby component on my stage with instance name of "lobby"
a button with an instance name of b_btn
my code is
b_btn.addEventListener(MouseEvent:Click, showChat);
function showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
when i click the button i get the chat input at x 0, y 0 and can only see the bottom right corner of the chat input.
also the little arrow on chat input keeps switching sides.
Alright, so i have the instace of the lobby component on my stage with instance name of "lobby"
a button with an instance name of b_btn
my code is
b_btn.addEventListener(MouseEvent:Click, showChat);
function showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
when i click the button i get the chat input at x 0, y 0 and can only see the bottom right corner of the chat input.
also the little arrow on chat input keeps switching sides.
von alen
2012-04-27 20:19:20
Gefällt mir
Antworten
#2
(Übersetzt von Microsoft) Die Lobby ruft getChatBubblePosition an, um die Position der Chat-Blase zu erhalten. Wir haben gerade das Lobby-Modul aktualisiert, um eine aktionGetChatBubblePosition für Sie zu haben, um den Namen dieser Funktion zu setzen, haben wir auch Eine Erklärung in das Handbuch über diese Funktion aufgenommen.
(Original) The lobby will call getChatBubblePosition to get the position of the chat bubble. We have just updated the lobby module to have a actionGetChatBubblePosition for you to set the name of this function, we have also included explanation in the manual about this function.
von Novel Games
2012-04-30 11:15:11
Gefällt mir
Antworten
Eine Antwort posten
Wird übermittelt ...
Posten der Antwort ist fehlgeschlagen. Bitte noch einmal versuchen. Beenden