first commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
this.loopcount = 5;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
if(--this.loopcount > 0)
|
||||
{
|
||||
this.gotoAndPlay("_loop");
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
if(_parent._parent.initialized)
|
||||
{
|
||||
_parent._parent.DestroyPing(_parent);
|
||||
}
|
||||
else
|
||||
{
|
||||
_parent.removeMovieClip();
|
||||
}
|
||||
Reference in New Issue
Block a user