home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / STARTNEU.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1998-03-18  |  398 b   |  14 lines

  1. on exitFrame
  2.   global sharedPath
  3.   if the platform contains "Macintosh" then
  4.     set the fileName of member "start.mov" to sharedPath & "start.mov"
  5.   else
  6.     if the platform contains "16" then
  7.       set the fileName of member "start.mov" to sharedPath & "altstrtv.avi"
  8.     else
  9.       set the fileName of member "start.mov" to sharedPath & "startmov.avi"
  10.     end if
  11.   end if
  12.   cursor([24, 25])
  13. end
  14.