home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
MAINMOV.DIR
/
00021_Script_21
< prev
next >
Wrap
Text File
|
1995-06-07
|
261b
|
12 lines
--go to HighDesFrame (mouse)
on mouseDown
set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 3)
set the locV of sprite(14) to (the locV of sprite(14) + 3)
updatestage
-- pause
end
on mouseUp
go to "HighDesFrame"
end