home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / readerint / 00008.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  216 b   |  14 lines

  1. on exitFrame
  2.   global pauseMarker
  3.   go(marker(0) + 2)
  4.   mainRoller()
  5.   demoRoller()
  6.   if pauseMarker = 1 then
  7.     set the visible of sprite 48 to 1
  8.   else
  9.     if pauseMarker = 0 then
  10.     else
  11.     end if
  12.   end if
  13. end
  14.