home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_start.dxr / 00001.ls next >
Encoding:
Text File  |  1996-11-25  |  178 b   |  9 lines

  1. on enterFrame
  2.   global laufwerk
  3.   if the machineType = 256 then
  4.     go(1, laufwerk & "\T-Online\Show\t_sintro.dir")
  5.   else
  6.     go(1, laufwerk & "Show:t_sintro.dir")
  7.   end if
  8. end
  9.