home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 April / BYER_0496.iso / multimed / haight / data / trail009.dir / 00025_Script_25 < prev    next >
Text File  |  1995-10-20  |  855b  |  42 lines

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