T O P I C R E V I E W |
Fouch |
Posted - 22 Mar 2006 : 21:11:06 Hello
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.
Greetz Fouch |
5 L A T E S T R E P L I E S (Newest First) |
Fouch |
Posted - 29 Mar 2006 : 20:22:56 Davide
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
Fouch |
Fouch |
Posted - 28 Mar 2006 : 21:35:09 Thanx, will try it. Let you know if i tackled the problem.
Fouch |
s.dav |
Posted - 28 Mar 2006 : 09:04:13 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. |
Fouch |
Posted - 27 Mar 2006 : 21:39:32 s.dav
I tried it and it seems to work, but only for one button. The rest of the button keep the RollOver state.
Fouch |
s.dav |
Posted - 24 Mar 2006 : 18:33:50 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 ;-) |