first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

@@ -0,0 +1,4 @@
on(release){
// Forbidden
getURL("FSCommand:" add qualifyName(_parent,"OnClicked"),"");
}
@@ -0,0 +1,3 @@
onClipEvent(load){
myText = "$" + qualifyName(_parent._parent,"Description") + "&outline";
}
@@ -0,0 +1,3 @@
onClipEvent(load){
myText = "$" + qualifyName(_parent._parent,"Title") + "&outline";
}
@@ -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"),"");
}
@@ -0,0 +1,3 @@
stop();
// Forbidden
getURL("FSCommand:" add qualifyName(this,"OnClosed"),"");
@@ -0,0 +1 @@
Description