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

  1. global gMasterObj, gvideo, greturnmovie
  2.  
  3. on mouseUp
  4.   if the runMode <> "Author" then
  5.     set gvideo to "106.icv"
  6.     set greturnmovie to the movieName
  7.     autoGoMovie(gMasterObj, "Movie5", 1, 1)
  8.   end if
  9. end
  10.