having a little trouble with the mouse over image change within greenfoot,
i want to be able to change the image on a button and keep it set to that image while the mouse of over the button, not while the mouse is moving over the button. so far i have tried using:
if(Greenfoot.mouseMoved(this)) <- but that only works for a moving mouse over an object not just while the mouse is sitting/hovering over the object, any suggestions will do.. working on a college project :/
Ash,

