blueyesol
01-20-2010, 06:00 PM
I have created a button that has the following Action Code:
on (rollOver) {
align_callout.gotoAndPlay(2);
}
on (rollOut) {
align_callout.gotoAndStop(1);
stop();
}
Simple right? Well I need the action on the rollOver to stay visible even if I rollOut off of the Hit Area. Is there a way to keep the image visible because I have hyperlinks that the viewer may want to click on, but can't because as soon as I move away from the Hit Area it stops.
Can anyone help please?
Thx,
Blueyesol
on (rollOver) {
align_callout.gotoAndPlay(2);
}
on (rollOut) {
align_callout.gotoAndStop(1);
stop();
}
Simple right? Well I need the action on the rollOver to stay visible even if I rollOut off of the Hit Area. Is there a way to keep the image visible because I have hyperlinks that the viewer may want to click on, but can't because as soon as I move away from the Hit Area it stops.
Can anyone help please?
Thx,
Blueyesol