home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / toplevel.dir / 00030.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  236 b   |  12 lines

  1. on mouseUp
  2.   global moviesList
  3.   if the clickOn = 14 then
  4.     set goTempFr to 1
  5.     set goTempMov to item the clickOn - 10 of moviesList
  6.     buildLoc(goTempFr, goTempMov)
  7.     go(string(the clickOn - 10))
  8.   else
  9.     go("m")
  10.   end if
  11. end
  12.