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

  1. on exitFrame
  2.   global gbPongWaves
  3.   if not gbPongWaves then
  4.     go(the frame)
  5.   else
  6.     go(the frame - 5)
  7.   end if
  8. end
  9.