home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / frendz.exe / frendz.dcr / Scripts_33_b_SetupChoose.ls < prev    next >
Encoding:
Text File  |  2002-12-31  |  346 b   |  20 lines

  1. global gMessageBox, gGameOn, gSoundEnabled, gMouseOverSound, gOnline, gpTicks, key1
  2.  
  3. on prepareFrame me
  4.   gMessageBox.mb_text(EMPTY)
  5.   setMainAnimations()
  6.   gGameOn = 0
  7.   gSoundEnabled = 1
  8.   gMouseOverSound = 0
  9. end
  10.  
  11. on exitFrame me
  12.   key1 = random(999999)
  13.   if gOnline = 1 then
  14.     ping()
  15.     gpTicks = 0
  16.   else
  17.     gpTicks = 100000
  18.   end if
  19. end
  20.