home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / DinkySmash.swf / scripts / DefineSprite_39 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  127 b   |  11 lines

  1. if(this.num == (this._currentframe - 2) / 2)
  2. {
  3.    choonk.start();
  4.    stop();
  5. }
  6. else
  7. {
  8.    click.start();
  9.    play();
  10. }
  11.