home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 August
/
WPCAUG96.ISO
/
makers
/
body
/
bodymain.dir
/
00383.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-12
|
254 b
|
13 lines
on mouseDown
global cursorcast
if cursorcast <> -1 then
if cursorcast <> 0 then
set tmp to the name of cast (cursorcast - 1)
end if
GoDatabaseMed(tmp)
set the locH of sprite 46 to 1000
updateStage()
go(tmp)
end if
end