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 @@
this.loopcount = 5;
@@ -0,0 +1,4 @@
if(--this.loopcount > 0)
{
this.gotoAndPlay("_loop");
}
@@ -0,0 +1,8 @@
if(_parent._parent.initialized)
{
_parent._parent.DestroyPing(_parent);
}
else
{
_parent.removeMovieClip();
}