home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / intro.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  227 b   |  11 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     type = "/"
  4.   else
  5.     type = ":"
  6.   end if
  7.   a = the pathname & "movies" & type & "hi_max"
  8.   member("dummy").fileName = a
  9.   set the memberNum of sprite 19 to member("maxtitle")
  10. end
  11.