first commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
stop();
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
pulseCount = 5;
|
||||
play();
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
if(--pulseCount > 0)
|
||||
{
|
||||
gotoAndStop("_loop");
|
||||
play();
|
||||
}
|
||||
Reference in New Issue
Block a user