PDA

View Full Version : Button query


RM3.0
08-04-2009, 08:56 PM
I'm trying to get buttons that have been put into a movie clip to act as a menu inside of another button. I seem to be having trouble trying the get the buttons inside of the menu to affect anything at the root of the scene though. Does this mean I would have to write the code for the embedded button on the root itself?

raydowe
08-05-2009, 05:49 PM
With very few exceptions, it's a good idea to write all your code at the root level. It greatly simplifies things.