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

  1. global isShockwave
  2.  
  3. on exitFrame me
  4.   if isShockwave = 1 then
  5.     bdWebCommunicate("http://www.kewlbox.com/games/index.cfm")
  6.   else
  7.     quit()
  8.   end if
  9. end
  10.