#1
0
(تمت الترجمة بواسطة Microsoft) حسنا ، لذلك لدي instace من عنصر اللوبي على خشبة المسرح مع اسم مثيل من "اللوبي"
زر يحمل اسم مثيل b_btn
رمز بلدي هو
b_btn.addEventListener (MouseEvent: انقر فوق، showChat);
الدالة showChat(e:MouseEvent): الفراغ
{
lobby.showChatInput();
}
عندما كنت فوق الزر أحصل على إدخال الدردشة في س 0، y 0 ويمكن أن نرى فقط في الزاوية اليمنى السفلى من إدخال الدردشة.
أيضا سهم قليلا على إدخال الدردشة يحتفظ تبديل الجانبين.
زر يحمل اسم مثيل b_btn
رمز بلدي هو
b_btn.addEventListener (MouseEvent: انقر فوق، showChat);
الدالة showChat(e:MouseEvent): الفراغ
{
lobby.showChatInput();
}
عندما كنت فوق الزر أحصل على إدخال الدردشة في س 0، y 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
أعجبني
الرد