home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / BREAKOUT.DCR / 00059.ls < prev    next >
Encoding:
Text File  |  1998-01-20  |  185 b   |  10 lines

  1. on enterFrame
  2.   global gbPaused
  3.   set gbPaused to 1
  4.   repeat with i = 32 to 36
  5.     if the puppet of sprite i = 1 then
  6.       set the visible of sprite i to 0
  7.     end if
  8.   end repeat
  9. end
  10.