home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
MAINMOV.DIR
/
00019_Script_19
< prev
next >
Wrap
Text File
|
1995-06-07
|
341b
|
15 lines
--button hilite for PRD-150
on mouseDown
set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) + 1)
updatestage
repeat while the stilldown
nothing
end repeat
set the castnum of sprite(the clickon) to (the castnum of sprite(the clickon) - 1)
updatestage
end
on mouseUp
go "model1"
end