home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jurassic Jigsaws
/
JURASSIC.BIN
/
mmvdemo.dir
/
00079_Script_79
< prev
next >
Wrap
Text File
|
1996-09-24
|
576b
|
18 lines
on buttonscript
put the clickon into whichsprite
put the membernum of sprite whichsprite into whichmember
put the name of member whichmember into namestring
put namestring & "down" into downbutton
repeat while the stilldown
if rollover (whichsprite) then
set the membernum of sprite whichsprite = member downbutton
updatestage
else
set the membernum of sprite whichsprite = whichmember
updatestage
end if
end repeat
set the membernum of sprite whichsprite = member whichmember
updatestage
end buttonscript