Reinhold Venzl-Schubert wrote/ schreef: > When I move the mouse over a graphic (curve) in a field a name is displayed. > > on mouseEnter > put "das Scheitelbein" into field N_Scheitelbein > end mouseEnter > > Now I want to change the color of the graphic from white to gray. How can it > do it? The script of the graphic:
on mouseEnter -- when someone enters the graphic set the foregroundColor of me to "Gray" end mouseEnter on mouseLeave -- when someoone leaves the graphic later on set the foregroundColor of me to "White" end mouseLeave > Reinhold Venzl-Schubert Hope this helps. Regards, / Groeten, Sjoerd Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
