home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / pc / file / isigla.dir / 00006_Script_6 < prev    next >
Text File  |  1997-10-06  |  598b  |  33 lines

  1. on exitFrame
  2.   if rollover(11) then
  3.     set the visible of sprite 12 to true
  4.     
  5.   else
  6.     set the visible of sprite 12 to false
  7.   end if
  8.   
  9.   if rollover(2) or rollover(3) then
  10.     set the visible of sprite 4 to true
  11.   else
  12.     set the visible of sprite 4 to false
  13.   end if
  14.   
  15.   
  16.   if rollover(5) then
  17.     set the visible of sprite 6 to true
  18.     
  19.   else
  20.     set the visible of sprite 6 to false
  21.   end if
  22.   
  23.   if rollover(9) then
  24.     set the visible of sprite 10 to true
  25.     
  26.   else
  27.     set the visible of sprite 10 to false
  28.   end if
  29.   
  30.   
  31.   
  32.   go to the frame
  33. end