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

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