kcire
01-12-2003, 07:41 PM
Well hello!
I have got a problem with buttons I would like to use.
They have a RollOver FX but I do not seem to get a onPress
command into it...It now looks like this:
on (rollOver) {
this.gotoAndPlay(2);
_root.button1.Xpos = -150;
}
This will bring a vertical slider from the right side of the screen
to the button on which the mousepointer is rested. Oke...
Now I want it to be possible also to press the button so it
is really a button...
What do I have to do ?
Thanks!
I have got a problem with buttons I would like to use.
They have a RollOver FX but I do not seem to get a onPress
command into it...It now looks like this:
on (rollOver) {
this.gotoAndPlay(2);
_root.button1.Xpos = -150;
}
This will bring a vertical slider from the right side of the screen
to the button on which the mousepointer is rested. Oke...
Now I want it to be possible also to press the button so it
is really a button...
What do I have to do ?
Thanks!