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

  1. stepy = "3" + random("3");
  2. _Y = - "100";
  3. _X = "200" + random("50");
  4. play();
  5. tellTarget("bilder")
  6. {
  7.    gotoAndStop(_currentframe + "1");
  8. }
  9.