i'm trying to figure out how to make them not flash but i'm making slow progress. i'd like it to change to a solid blue color that fades, or a solid green color that fades. atm, they flash and do not fade, if not red
http://www.greenfoot.org/scenarios/4567
There you go. I've implemented my v4 color rotation system and various other updates.
Also the main problem was that you had something like new Color(r, b, g); as opposed to (r, g, b) so they'd flip constantly
Oh and a point to note -> My fading is currently faster, however you can slow it down if need be with ease (just change the 0.95's in fade() to a number between that's between 0.95 and 1 exclusive (1 causes no fading)).
[quote]Also the main problem was that you had something like new Color(r, b, g); as opposed to (r, g, b) so they'd flip constantly[/quote]
!!!
it's always something small like this! man, i must have looked at EVERYTHING else. tx for the help!
2012/3/13
2012/3/13
2012/3/13
2012/3/13
2012/3/13
2012/3/13
2012/3/13
2012/3/13