home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 February / POWERDRIVE0297.ISO / demos / clasdemo / menu.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-12-08  |  202 b   |  10 lines

  1. on exitFrame
  2.   set the volume of sound 1 to 200
  3.   set the volume of sound 2 to 200
  4.   repeat with k = 21 to 23
  5.     set the visible of sprite k to 0
  6.     updateStage()
  7.   end repeat
  8.   go(the frame + 1)
  9. end
  10.