home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / mainmov.dir / 00007_Script_7 < prev    next >
Text File  |  1995-06-07  |  849b  |  40 lines

  1. --go roadtrip (mouse)
  2.  
  3. --on mouseDown
  4. --  if the mouseCast = the castNum of sprite 24 then
  5. --    --enable lingo to move button
  6. --    puppetsprite(the clickon), true
  7. --    
  8. --    --depressing the button
  9. --    set the locV of sprite(the clickon) to (the locV of sprite(the clickon) + 5)
  10. --    updatestage
  11. --  end if
  12. --end
  13.  
  14.  
  15.  
  16. on mouseUp
  17.   
  18.   --ò check for features V.O.
  19.   if the movieRate of sprite 9 = 1 then FADEQTSOUND 9, 30
  20.   
  21.   if the mouseCast = the castNum of sprite 24 then
  22.     
  23.     RESETCURSOR
  24.     
  25.     --    BUTTONOFFSET
  26.     
  27.     puppetsprite(45), false  --turn off popups
  28.     
  29.     
  30.     puppetsprite(10), false
  31.     puppetsprite(11), false
  32.     puppetsprite(28), false  --sound button
  33.     
  34.     --enable lingo to move button
  35.     puppetsprite(the clickon), false
  36.     
  37.     go "HighDesFrame"
  38.   end if    
  39. end
  40.