home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Fujitsu-
/
full
/
sw3.dcr
/
00019_EndWaitRepeat.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
227 b
|
14 lines
on exitFrame
global f
if (rollOver(1) = 1) and (f = 0) then
go("Start")
else
if (rollOver(1) = 0) and (f = 1) then
set f to 0
go(the frame + 1)
else
go(the frame + 1)
end if
end if
end