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

  1. global gMasterObj
  2.  
  3. on mouseUp
  4.   set the visible of sprite 2 to 0
  5.   updateStage()
  6.   setUpLink(gMasterObj, "model", the movieName)
  7.   autoGoMovie(gMasterObj, "webLink", 1, 1)
  8. end
  9.