first commit
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
function SetMode(modeLabelArg)
|
||||
{
|
||||
var _loc1_ = String(modeLabelArg);
|
||||
gotoAndPlay(_loc1_);
|
||||
}
|
||||
function GetHelpSite()
|
||||
{
|
||||
return Pointer.encode(helpSite);
|
||||
}
|
||||
function SetVisibility(visArg)
|
||||
{
|
||||
_visible = Number(visArg) != 0;
|
||||
}
|
||||
function onUnload()
|
||||
{
|
||||
delete SetMode;
|
||||
delete GetHelpSite;
|
||||
delete SetVisibility;
|
||||
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