home *** CD-ROM | disk | FTP | other *** search
/ 3D World 9 / 3dwi09.iso / mac / welcome / 00012_Script_12 < prev    next >
Text File  |  2001-01-08  |  694b  |  24 lines

  1. on oraroller
  2.   
  3.   if rollover(10) then
  4.     set the visible of sprite 8 to false
  5.     set the visible of sprite 9 to true
  6.     set the visible of sprite 10 to true
  7.     set the visible of sprite 11 to false
  8.   else
  9.     if rollover(11) then
  10.       set the visible of sprite 8 to true
  11.       set the visible of sprite 9 to false
  12.       set the visible of sprite 10 to false
  13.       set the visible of sprite 11 to true
  14.     else
  15.       if rollover() then
  16.         set the visible of sprite 8 to true
  17.         set the visible of sprite 9 to true
  18.         set the visible of sprite 10 to false
  19.         set the visible of sprite 11 to false
  20.       else
  21.       end if 
  22.     end if
  23.   end if
  24.   end