home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 21 / Creative-Review-CD-ROM-21.iso / pc / willi.dir / 00192_Script_192 < prev    next >
Text File  |  1997-01-14  |  809b  |  43 lines

  1. on exitFrame
  2.       go the frame
  3.   
  4.   -- rollovers
  5.   
  6.   
  7.   if rollover(24) then
  8.     set the visible of sprite 31 to 1
  9.   else
  10.     set the visible of sprite 31 to 0
  11.   end if
  12.   
  13.   if rollover(25) then
  14.     set the visible of sprite 32 to 1
  15.   else
  16.     set the visible of sprite 32 to 0
  17.   end if
  18.   
  19.   if rollover(26) then
  20.     set the visible of sprite 33 to 1
  21.   else
  22.     set the visible of sprite 33 to 0
  23.   end if
  24.   
  25.   if rollover(27) then
  26.     set the visible of sprite 34 to 1
  27.   else
  28.     set the visible of sprite 34 to 0
  29.   end if
  30.   
  31.   if rollover(28) then
  32.     set the visible of sprite 35 to 1
  33.   else
  34.     set the visible of sprite 35 to 0
  35.   end if
  36.   
  37.   if rollover(29) then
  38.     set the visible of sprite 36 to 1
  39.   else
  40.     set the visible of sprite 36 to 0
  41.   end if
  42.   
  43. end