Your use of "rollover" is a bit vague. Typically rollover refers to
the mouse rolling over, but that isn't what you're talking about?
It sounds like you want an image to periodically change on a timer.
To do this, just create a Timer object and schedule a command to
change the src of your Image periodically.
Good luck!