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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
276 b
|
12 lines
on exitFrame
global endflag, prevmovie
set endflag to 1
if the machineType = 256 then
set prevmovie to the moviePath & "main"
go(1, "hotshot\hotshots")
else
set prevmovie to the moviePath & "main"
go(1, the moviePath & "hotshot:hotshots")
end if
end