#1
0
(Traduit par Microsoft) Bon, donc j’ai l’instace de la composante lobby sur ma scène avec le nom de l’instance de « lobby »
un bouton avec un nom d’instance de b_btn
mon code est
b_btn.addEventListener(MouseEvent:Click, showChat);
fonction showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
quand je clique sur le bouton j’ai l’entrée de chat à x 0, y 0 et ne peut voir le coin inférieur droit de l’entrée de chat.
aussi la petite flèche sur l’entrée de chat continue de changer de côté.
un bouton avec un nom d’instance de b_btn
mon code est
b_btn.addEventListener(MouseEvent:Click, showChat);
fonction showChat(e:MouseEvent):void
{
lobby.showChatInput();
}
quand je clique sur le bouton j’ai l’entrée de chat à x 0, y 0 et ne peut voir le coin inférieur droit de l’entrée de chat.
aussi la petite flèche sur l’entrée de chat continue de changer de côté.
(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.
par alen
2012-04-27 20:19:20
J’aime
Répondre
#2
(Traduit par Microsoft) Le lobby appellera getChatBubblePosition pour obtenir la position de la bulle de chat. Nous venons de mettre à jour le module de lobby pour avoir une actionGetChatBubblePosition pour vous de définir le nom de cette fonction, nous avons également inclus des explications dans le manuel sur cette fonction.
(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.
par Novel Games
2012-04-30 11:15:11
J’aime
Répondre