perazite

Loop 3 times v2

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