Actionscript buttons

Hi!,

Just a quick question to you all.

I’ve got a “main scene” on this I’ve got a button and on this button I’ve got the action:

on (rollOver) {
_root.gotoAndStop(“box”);
}
on (press) {
_root.gotoAndStop(“aboutus”);
}

“Box” relates to an animation to show what the button’s about this shows when you roll over it. Then when you click it you go to the the scene “about us”

Because the action is on the button, and the button is in both scenes when you click the button to go to “about us” as soon as you do it goes straight back to the “main scene” where the frame “box” is due to the rollover action

Is there a way which allows me to add multiple actions to the same button over different scenes so they can act indivdually, I can’t seem to do it.

I hope this makes sense I can make a simple variation and post it otherwise.

cheers
postatomic:evil:

Can noone shed some light on my question??