home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / trail007.dir / 00089_Script_89 < prev    next >
Text File  |  1995-10-22  |  2KB  |  75 lines

  1. on enterframe
  2.   
  3.   --    
  4.     
  5.     if the mousecast = the number of cast "tune in" then 
  6.       set the castnum of sprite 5 = 32
  7.     else
  8.       set the castnum of sprite 5 = 31
  9.     end if
  10.     
  11.     if the mousecast = the number of cast "turn on" then 
  12.       set the castnum of sprite 6 = 34
  13.     else
  14.       set the castnum of sprite 6 = 33
  15.     end if
  16.     
  17.     if the mousecast = the number of cast "drop out" then 
  18.       set the castnum of sprite 7 = 36
  19.     else
  20.       set the castnum of sprite 7 = 35
  21.     end if
  22.     
  23.     if rollover(9) = true then
  24.       set the visibility of sprite 9 = false
  25.     else
  26.       set the visibility of sprite 9 = true
  27.     end if
  28.     
  29.     if rollover(11) = true then
  30.       set the visibility of sprite 11 = false
  31.     else
  32.       set the visibility of sprite 11 = true
  33.     end if
  34.     
  35.     if rollover(13) = true then
  36.       set the visibility of sprite 13 = false
  37.     else
  38.       set the visibility of sprite 13 = true
  39.     end if
  40.     
  41.   
  42.   --
  43.   if rollover(42) then
  44.     set the visibility of sprite 42 = true
  45.   else
  46.     set the visibility of sprite 42 = false
  47.   end if
  48.   --
  49.   if rollover(43) then
  50.     set the visibility of sprite 43 = true
  51.   else
  52.     set the visibility of sprite 43 = false
  53.   end if
  54.   
  55.   if rollover(44) then
  56.     set the visibility of sprite 44 = true
  57.   else
  58.     set the visibility of sprite 44 = false
  59.   end if
  60.   
  61.   if rollover(45) then
  62.     set the visibility of sprite 45 = true
  63.   else
  64.     set the visibility of sprite 45 = false
  65.   end if
  66.   
  67.   if rollover(46) then
  68.     set the visibility of sprite 46 = true
  69.   else
  70.     set the visibility of sprite 46 = false
  71.   end if
  72.   
  73. end enterframe
  74.  
  75.