home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
INSTALL2.DXR
/
00028.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-18
|
237 b
|
13 lines
on mouseUp
global myplatform
puppetSound("Klick")
updateStage()
put " " into field "BU"
puppetTransition(member 117 of castLib "standard.cst")
if myplatform = "NT" then
go("NT4")
else
go(the frame + 1)
end if
end