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
@@ -0,0 +1,25 @@
function Show()
{
gotoAndStop("_show");
play();
}
function Hide()
{
gotoAndStop("_hide");
play();
}
onUnload = function()
{
delete Show;
delete Hide;
delete onUnload;
};
if(_parent.isSelected)
{
gotoAndStop("_show");
play();
}
else
{
stop();
}
@@ -0,0 +1 @@
Snow.gotoAndPlay("_snow" + random(5));
@@ -0,0 +1,2 @@
gotoAndStop("_hidden");
play();