home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 34
/
Creative-Review-CD-ROM-34.iso
/
pc
/
jkd
/
folio
/
scripts.cst
/
00013_Script_13
< prev
next >
Wrap
Text File
|
1998-01-26
|
303b
|
21 lines
on exitFrame
global slideShow
if slideShow then
moveSlideShow
end if
go the frame
end
on keyDown
case (the keyCode) of
125: moveSelectDown
126: moveSelectUp
end case
end keyDown
on idle
if (the freeBytes < 5000000) then
unloadMember
end if
end idle