home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 May
/
Pcwk5b99.iso
/
Documentation
/
Kai's Power Tools
/
Slide Show
/
SLIDESHO.EXE
/
SLIDESHO.dxr
/
00004_frame script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-03-18
|
236 b
|
18 lines
on exitFrame
global currentindex, movielength
go(the frame)
if (the timer > movielength) or (currentindex = 0) then
nextMovie()
startTimer()
end if
end
on mouseUp
nextMovie()
startTimer()
end
on keyUp
quit()
end