home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Smart Steps: 2nd Grade
/
SSGRADE2.iso
/
pc
/
dkcode
/
intro.dxr
/
00005_Back.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
|
1999-04-28
|
241 b
|
12 lines
on exitFrame
if rollOver(16) or rollOver(17) then
if the blend of sprite 16 = 0 then
puppetSound("onrollo")
end if
set the blend of sprite 16 to 100
else
set the blend of sprite 16 to 0
end if
go(the frame)
end