home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
WaterFight.dxr
/
00021_Continue Game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
251 b
|
15 lines
on mouseUp
playSound("Reset", 1)
go(8)
end
on mouseEnter
playSound("continuerestart", 2)
set the member of sprite 183 to "continueOver"
end
on mouseLeave
playSound("continuerestart", 2)
set the member of sprite 183 to "continueNorm"
end