Is there a easy way to change the state of a button after clicking to the roll over state and keep it in the roll over state until i change to a different page.
Try to use the "SetImage" event in the "OnMouseUp" event; I can't remember if the RollOver is applied before or after the "SetImage" event. If the Roll is applied before, this tip will work ;-)
Ok, to resolve the problem don't use the rollover. In this case you can simulate the roll operations acting with events; Use the OnMouseOver/OnMouseOut events with the SetImage action.
I've solved the problem. Al i wanted was that you could see on the state of the button wich page was loaded. I made the second, the hidden button, vissible on the coressponding pages and the first button hidden.
So there wasn't a problem, just me creating a problem