PDA

View Full Version : passing button actions from "framed" movie...


Halabar
08-31-2004, 05:38 AM
Howdy,

I've got a scrolling graphic in a scrollArea, with various buttons on the graphic as it scrolls across.

How do I pass the action of the button "goto" to effect the main stage, as opposed to just effecting the MC inside the scroll area?... just need it to go to a certain frame in the main timeline.

Halabar
08-31-2004, 06:34 AM
OK, I've finally found a reference, it seems that it is some sort of path issue, but I have no idea of how to fix it.

the script is:

on (release) {
gotoAndStop("command");
}

now, if this button is in a MC that is in a scrollPane, how do I get it to reference the main stage?....