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

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     type = "/"
  4.   else
  5.     type = ":"
  6.   end if
  7.   a = the pathname & "movies" & type & "ful_max"
  8.   member("dummy").fileName = a
  9. end
  10.