home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / intro.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  230 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 & "rollin"
  8.   member("dummy").fileName = a
  9.   set the memberNum of sprite 19 to member("rollintitle")
  10. end
  11.