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

  1. stepy = "6";
  2. _Y = - "100";
  3. _X = "90" + random("170");
  4. ylache = getProperty("/lache", _Y);
  5. if(_Y - ylache < "100" and - "100" < _Y - ylache)
  6. {
  7.    _Y = _Y - "200";
  8. }
  9. play();
  10.