home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
SHOWEINF.DXR
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-09-05
|
216 b
|
14 lines
on exitFrame
if the movieTime of sprite 3 > (the duration of member 102 - 240) then
go(the frame + 1)
else
go(the frame)
end if
cursor([57, 58])
end
on mouseDown
go(the frame + 1)
cursor(-1)
end