home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 21 / Creative-Review-CD-ROM-21.iso / pc / willi.dir / 00080_Script_80 < prev    next >
Text File  |  1997-01-14  |  1KB  |  51 lines

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