first commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
function SetTalking(talkingArg)
|
||||
{
|
||||
var _loc1_ = Number(talkingArg) != 0;
|
||||
gotoAndPlay(!_loc1_ ? "_off" : "_on");
|
||||
}
|
||||
function GetHelpSite()
|
||||
{
|
||||
return Pointer.encode(helpSite);
|
||||
}
|
||||
function onUnload()
|
||||
{
|
||||
delete SetTalking;
|
||||
delete GetHelpSite;
|
||||
delete onUnload;
|
||||
}
|
||||
if(!initialized)
|
||||
{
|
||||
initialized = true;
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(this,"OnInitialized"),"");
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
on(construct){
|
||||
vertAlignment = "top";
|
||||
horzAlignment = "right";
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
Reference in New Issue
Block a user