home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
ECKEMS4.DXR
/
00027.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-03-27
|
237 b
|
12 lines
on mouseUp
global myplatform
puppetSound("Klick")
updateStage()
puppetTransition(member 119 of castLib "standard.cst")
if (myplatform = "NT") or (myplatform = "Mac") then
go("NT4")
else
go(the frame - 1)
end if
end