home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Canadian Geographic Explorer
/
Canadian Geographic Explorer.iso
/
pc
/
eo.dxr
/
00035.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
|
1996-10-03
|
275 b
|
17 lines
global gGizmo
on exitFrame
if tellEOLegendState(gGizmo) then
turnLegend(#on)
else
turnLegend(#off)
end if
if not tellLeftBtnState(gGizmo, 1) then
puppetSprite(20, 1)
go(the frame + 2)
else
puppetSprite(20, 0)
go(the frame + 1)
end if
end