home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
ch06_med
/
1bitgrph
/
andromed.dir
/
00015.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-02
|
307 b
|
17 lines
on mouseDown
puppetSprite(6, 1)
repeat while the stillDown
if rollOver(6) then
set the castNum of sprite 6 to cast "highliteRight"
else
set the castNum of sprite 6 to cast "right"
end if
updateStage()
end repeat
puppetSprite(6, 0)
end
on mouseUp
go(the frame + 1)
end