home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / moteur.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2000-10-02  |  180 b   |  11 lines

  1. on exitFrame me
  2.   repeat with z = 3 to 7
  3.     if rollover(z) then
  4.       sprite(z).blend = 100
  5.       next repeat
  6.     end if
  7.     sprite(z).blend = 50
  8.   end repeat
  9.   go(the frame)
  10. end
  11.