first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
if(!initialized)
|
||||
{
|
||||
content._visible = false;
|
||||
if(_parent.letterBoxVisible)
|
||||
{
|
||||
gotoAndStop("_fadeIn");
|
||||
play();
|
||||
}
|
||||
initialized = true;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
content._visible = false;
|
||||
@@ -0,0 +1 @@
|
||||
stop();
|
||||
@@ -0,0 +1 @@
|
||||
stop();
|
||||
@@ -0,0 +1 @@
|
||||
content._visible = true;
|
||||
@@ -0,0 +1,2 @@
|
||||
gotoAndStop("_hide");
|
||||
play();
|
||||
Reference in New Issue
Block a user