home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2001 June / Otoday062001.iso / pc / progwin / happybag.exe / scripts / DefineSprite_80 / frame_3 / DoAction.as
Encoding:
Text File  |  2001-04-19  |  76 b   |  7 lines

  1. _Y = _Y + stepy;
  2. if("450" < _Y)
  3. {
  4.    _Y = "450";
  5.    gotoAndPlay(1);
  6. }
  7.