home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / intro.dxr / 00006_GoInterface.ls < prev    next >
Encoding:
Text File  |  1996-08-29  |  100 b   |  7 lines

  1. on mouseUp
  2.   global gMovieList
  3.   if objectp(gMovieList) then
  4.     GoForward(gMovieList)
  5.   end if
  6. end
  7.