Hi,
Ok thanks to all of you I have made my Toggle() function that alternates an image (changes the images to different colors when pressed).
I now want to animate the images, so basically call my toggle() function, but leave a time delay between calls to make it look like a transition/animation.
What would be the best way to do this?
note: I already have the function code, I just need a way to call the function with a timedelay etc