home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineSprite_1002 / frame_4 / DoAction.as
Encoding:
Text File  |  2003-10-24  |  89 b   |  9 lines

  1. if(d < "0")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - "1");
  8. }
  9.