home *** CD-ROM | disk | FTP | other *** search
/ PC Open 11 / pcopen11.iso / Risiken / START.DXR / 00090.ls < prev    next >
Encoding:
Text File  |  1997-10-21  |  260 b   |  14 lines

  1. on exitFrame
  2.   set num to 2
  3.   repeat while num < 9
  4.     set the visible of sprite num to 1
  5.     set num to num + 1
  6.   end repeat
  7.   set num to 10
  8.   repeat while num < 26
  9.     set the visible of sprite num to 0
  10.     set num to num + 1
  11.   end repeat
  12.   sound stop 2
  13. end
  14.