home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / mainmov.dir / 00084_Script_84 < prev    next >
Text File  |  1995-06-07  |  587b  |  30 lines

  1. on mouseUp
  2.   global QTMovieSprite
  3.   
  4.   if rollover(24) then
  5.     
  6.     RESETCURSOR
  7.     
  8.     BUTTONOFFSET
  9.     
  10.     puppetsprite(45), false  --turn off popups
  11.     
  12.     puppetsprite(10), false
  13.     puppetsprite(11), false
  14.     
  15.     if the movietime of sprite(QTMovieSprite) <> 184 then
  16.       --reposition the discman
  17.       set sideFrontx = 4.0
  18.       set sideFronty = 5.0
  19.       ROTATETOVIEW(sideFrontx,sideFronty)
  20.     end if
  21.     
  22.     --enable lingo to move button
  23.     puppetsprite(the clickon), false
  24.     
  25.     updatestage
  26.     
  27.     go "HighDesFrame"
  28.   end if    
  29. end
  30.