On 6/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I changed color to fillColors in both the changebackcolor() method and the
> changecolor() method but all I get when I change the color back is a black
> button?
[...]
> buttonthree.setStyle("fillColors", [oldColor])
^^^^^^^^^^^^^^^
As mentioned in my previous messages, the problem here is that you're
passing an array where you should be passing the variable directly.
buttonthree.setStyle("fillColors", oldColor /* without the brackets */)
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/