#1
0
(Перевод: Microsoft) Хорошо, так что у меня есть instace лобби компонента на моей сцене с названием экземпляра "лобби"
кнопка с именем экземпляра b_btn
мой код
b_btn.addEventListener (MouseEvent:Click, showChat);
функция showChat (e:MouseEvent): пустота
{
лобби.showChatInput();
}
когда я нажимаю на кнопку я получаю чат ввода на х 0, у 0 и может видеть только в правом нижнем углу чата ввода.
также маленькая стрелка на входе чата продолжает переключать стороны.
кнопка с именем экземпляра b_btn
мой код
b_btn.addEventListener (MouseEvent:Click, showChat);
функция showChat (e:MouseEvent): пустота
{
лобби.showChatInput();
}
когда я нажимаю на кнопку я получаю чат ввода на х 0, у 0 и может видеть только в правом нижнем углу чата ввода.
также маленькая стрелка на входе чата продолжает переключать стороны.
(Оригинал) 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.
по alen
2012-04-27 20:19:20
Нравится
Ответить
#2
(Перевод: Microsoft) Лобби позвонит getChatBubblePosition, чтобы получить положение чата пузырь. Мы только что обновили модуль лобби, чтобы иметь actionGetChatBubblePosition для вас, чтобы установить название этой функции, мы также включили объяснение в руководстве об этой функции.
(Оригинал) 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.
по Novel Games
2012-04-30 11:15:11
Нравится
Ответить