home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif: Special Edition 1
/
cd.iso
/
pc
/
Media
/
Menu.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
|
1999-09-24
|
248 b
|
18 lines
on mouseEnter
go("quit")
end
on mouseLeave
go(1)
end
on mouseUp
puppetSound(0)
tell the stage
repeat with toucheclavier = 42 to 66
set the visible of sprite toucheclavier to 1
end repeat
go(1, "ours.dir")
end tell
end