perazite

Loop 3 times

May 12th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1. Add code to codesnippets:
  2. if(!this.alreadyExecuted){
  3. this.alreadyExecuted=true;
  4. this.loopNum=1;
  5. } else {
  6. this.loopNum++;
  7. if(this.loopNum==3){
  8. this.stop();
  9. }
  10. }
  11.  
  12.  
  13. 2. Add snippet to last frame
Add Comment
Please, Sign In to add comment