home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DIGIZINE 1
/
DIGIZINE.BIN
/
main
/
sony
/
mainmov.dir
/
00004_Script_4
< prev
next >
Wrap
Text File
|
1995-08-18
|
714b
|
35 lines
--go features (mouseup)
--on mouseDown
--
-- --enable lingo to move button
-- puppetsprite(the clickon), true
--
-- set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 5)
-- updatestage
--end
on mouseUp
global QTMovieSprite
BUTTONOFFSET
RESETCURSOR
--enable lingo to move hide button
puppetsprite(the clickon), false
set the visible of sprite(45) = false
puppetsprite(45), false --turn off popups
updatestage
if the movietime of sprite(QTMovieSprite) <> 184 then
--reposition the discman
set sideFrontx = 4.0
set sideFronty = 5.0
ROTATETOVIEW(sideFrontx,sideFronty)
end if
go "features"
end