home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DIGIZINE 1
/
DIGIZINE.BIN
/
main
/
sony
/
mainmov.dir
/
00090_Script_90
< prev
next >
Wrap
Text File
|
1995-08-18
|
764b
|
37 lines
--go roadtrip (mouse)
--on mouseDown
-- if the mouseCast = the castNum of sprite 24 then
-- --enable lingo to move button
-- puppetsprite(the clickon), true
--
-- --depressing the button
-- set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 5)
-- updatestage
-- end if
--end
on mouseUp
if the mouseCast = the castNum of sprite 24 then
RESETCURSOR
BUTTONOFFSET
puppetsprite(45), false --turn off popups
puppetsprite(10), false
puppetsprite(11), false
puppetsprite(28), false --sound button
--enable lingo to move button
puppetsprite(the clickon), false
updatestage
go "HighDesFrame"
end if
end