home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / index.dir / 00162_Script_162 < prev    next >
Text File  |  1994-12-01  |  294b  |  14 lines

  1. on Rollogo
  2.   if rollover (24) then 
  3.     set the castnum of sprite 24 = 251
  4.   else
  5.     if rollover (25) then 
  6.       set the castnum of sprite 25 = 251
  7.     else
  8.       set the castnum of sprite 24 = 250
  9.       set the castnum of sprite 25 = 250
  10.     end if
  11.   end if
  12.   go marker (0)
  13. end
  14.