home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / musprof.dxr / 00177.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  218 b   |  11 lines

  1. on exitFrame
  2.   repeat with i = 3 to 8
  3.     if rollOver(i) then
  4.       set the foreColor of sprite (i + 10) to 225
  5.       next repeat
  6.     end if
  7.     set the foreColor of sprite (i + 10) to 255
  8.   end repeat
  9.   go(#loop)
  10. end
  11.