i have a movie clip called menu
there is a button in the movie clip called button1
how do i use that button from the main timeline
i was guessing to do:
menu.button1.onRelease { whatever action }
but its not working
how would i do that
p.s. i need to be able to run the release code in the main timeline, not the button’s timeline
and this seemed to work
im not sure if this is good or not because in the end im clickin on the movieclip and not the button, but this is the only way it wanted to work for me
still not sure why