home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / weblink.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  275 b   |  13 lines

  1. global gMasterObj, gCustompath
  2.  
  3. on mouseUp
  4.   if getMySoftware(gMasterObj) <> 0 then
  5.     set myDocument to gCustompath & "NetFiles\louise.htm"
  6.     open(myDocument, getMySoftware(gMasterObj))
  7.     halt()
  8.   else
  9.     autoNotPuppet(gMasterObj, 2, 3)
  10.     go("netFail")
  11.   end if
  12. end
  13.