home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / index.dir / 00100_Script_100 < prev    next >
Text File  |  1994-12-01  |  1KB  |  39 lines

  1. on TestSOUND
  2.   if rollover (35) then 
  3.     set the castnum of sprite 35 = 276
  4.     set the castnum of sprite 36 = 277
  5.     set the castnum of sprite 37 = 279
  6.     set the castnum of sprite 38 = 281
  7.   else
  8.     if rollover (36) then
  9.       set the castnum of sprite 36 = 278
  10.       set the castnum of sprite 35 = 275
  11.       set the castnum of sprite 37 = 279
  12.       set the castnum of sprite 38 = 281    
  13.     else
  14.       if rollover (37) then
  15.         set the castnum of sprite 37 = 280
  16.         set the castnum of sprite 36 = 277
  17.         set the castnum of sprite 35 = 275
  18.         set the castnum of sprite 38 = 281        
  19.       else
  20.         if rollover (38) then
  21.           set the castnum of sprite 38 = 282
  22.           set the castnum of sprite 37 = 279
  23.           set the castnum of sprite 36 = 277
  24.           set the castnum of sprite 35 = 275   
  25.         else
  26.           set the castnum of sprite 35 = 275
  27.           set the castnum of sprite 36 = 277
  28.           set the castnum of sprite 37 = 279
  29.           set the castnum of sprite 38 = 281
  30.           
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35.   go to the frame
  36. end
  37.  
  38.  
  39.