first commit
This commit is contained in:
+25
@@ -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();
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
onClipEvent(load){
|
||||
_visible = false;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
Snow.gotoAndPlay("_snow" + random(5));
|
||||
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
gotoAndStop("_hidden");
|
||||
play();
|
||||
Reference in New Issue
Block a user