home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
jkd
/
folio
/
scripts.cst
/
00024_Script_QuitButton
< prev
next >
Wrap
Text File
|
1998-01-26
|
532b
|
32 lines
on mouseEnter
global quitButton
overButton quitButton
updateStage
end
on mouseDown
global quitButton
downButton quitButton
updateStage
end
on mouseUp
global quitButton
overButton quitButton
updateStage
global crPath
set nextMovie = "close"
if the machineType = 256 then
go to movie crPath&nextMovie&"\"&nextMovie
else
go to movie crPath&nextMovie&":"&nextMovie
end if
play done
end
on mouseLeave
global quitButton
normalButton quitButton
updateStage
end