home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_82.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  276 b   |  12 lines

  1. on exitFrame
  2.   global endflag, prevmovie
  3.   set endflag to 1
  4.   if the machineType = 256 then
  5.     set prevmovie to the moviePath & "main"
  6.     go(1, "hotshot\hotshots")
  7.   else
  8.     set prevmovie to the moviePath & "main"
  9.     go(1, the moviePath & "hotshot:hotshots")
  10.   end if
  11. end
  12.