home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / WeaponEarth.dxr / 00006_MoonCode.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  98 b   |  8 lines

  1. global gExplosionTime, gPause
  2.  
  3. on exitFrame
  4.   if gPause = 0 then
  5.     moonCollision()
  6.   end if
  7. end
  8.