home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Netfusion / data1.cab / Samples / Content / Shockwave / BREAKOUT.DCR / 00010_exitFrame.ls < prev    next >
Encoding:
Text File  |  1998-12-10  |  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.