home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dictionnaire Multimedia Multilingue (Home PC 42)
/
dictionarvizual.iso
/
hpc95.exe
/
hpc95.dxr
/
00003.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
|
1998-08-06
|
216 b
|
12 lines
on exitFrame
go(the frame)
repeat with x = 3 to 8
if rollOver(x) then
puppetSprite(x, 1)
set the castNum of sprite x to x + 40
next repeat
end if
puppetSprite(x, 0)
end repeat
end