home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 April (DVD)
/
PCWELT_4_2006.ISO
/
Text.Dir
/
00676.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
|
2004-02-05
|
215 b
|
12 lines
on exitFrame
global woher, warten
go(the frame)
if the mouseDown = 0 then
set warten to 0
end if
if (warten = 0) and (the mouseDown = 1) then
puppetSound("single click")
go(woher)
end if
end