first commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
this._visible = 0;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
if(_parent.isBuddyChat)
|
||||
{
|
||||
stop();
|
||||
}
|
||||
else
|
||||
{
|
||||
gotoAndStop("_enabled");
|
||||
play();
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
on(construct){
|
||||
_type = "TextEntry";
|
||||
_Init = "AptInGameChat::InitGadgets";
|
||||
_Load = "Apt/TextEntry.wnd";
|
||||
}
|
||||
Reference in New Issue
Block a user