home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
SHOWEINF.DXR
/
00011_alleButtons.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-09-05
|
211 b
|
9 lines
on mouseDown
global mysprite
set mysprite to the clickOn
puppetSprite(mysprite, 1)
set the memberNum of sprite mysprite to the memberNum of sprite mysprite + 1
puppetSound("Klick")
updateStage()
end