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

  1. on Testeyes
  2.   if rollover (3) then 
  3.     set the castnum of sprite 2 = 141
  4.   else
  5.     if rollover (4) then
  6.       set the castnum of sprite 2 = 139
  7.     else
  8.       if rollover (5) then
  9.         set the castnum of sprite 2 = 140
  10.       else
  11.         if rollover (6) then
  12.           set the castnum of sprite 2 = 137
  13.         else
  14.           if rollover (7) then
  15.             set the castnum of sprite 2 = 138
  16.           else
  17.             if rollover (8) then
  18.               set the castnum of sprite 2 = 136
  19.             else
  20.               if rollover (9) then
  21.                 set the castnum of sprite 2 = 152
  22.               else
  23.                 if rollover (10) then
  24.                   set the castnum of sprite 2 = 151
  25.                 else
  26.                   if rollover (11) then
  27.                     set the castnum of sprite 2 = 153
  28.                   end if
  29.                 end if
  30.               end if
  31.             end if
  32.           end if
  33.         end if
  34.       end if
  35.     end if
  36.   end if
  37.   go to the frame
  38. end
  39.