home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACup 1998 March
/
Image.iso
/
showdata
/
Install2.Dxr
/
00029.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
|
1997-07-31
|
211 b
|
12 lines
on mouseUp
global myplatform
puppetSound("Klick")
updateStage()
puppetTransition(member 119 of castLib "standard.cst")
if myplatform = "NT" then
go("NT1")
else
go(the frame - 1)
end if
end