first commit
This commit is contained in:
BIN
Binary file not shown.
|
After Width: | Height: | Size: 120 B |
+4
@@ -0,0 +1,4 @@
|
||||
on(release){
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(_parent,"OnClicked"),"");
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
myText = "$" + qualifyName(_parent._parent,"Description") + "&outline";
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
myText = "$" + qualifyName(_parent._parent,"Title") + "&outline";
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
function Close()
|
||||
{
|
||||
gotoAndStop("_close");
|
||||
play();
|
||||
}
|
||||
function onUnload()
|
||||
{
|
||||
delete Close;
|
||||
delete onUnload;
|
||||
}
|
||||
if(!initialized)
|
||||
{
|
||||
_parent.OnContentLoaded(this);
|
||||
initialized = true;
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(this,"OnInitialized"),"");
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
stop();
|
||||
// Forbidden
|
||||
getURL("FSCommand:" add qualifyName(this,"OnClosed"),"");
|
||||
@@ -0,0 +1 @@
|
||||
Description
|
||||
@@ -0,0 +1 @@
|
||||
Title
|
||||
Reference in New Issue
Block a user