I am having another problem with addressing movie clips on separate timelines...I have a movie clip inside another movie clip which resides on the main timeline(_root/Content/Menu)
I need buttons located in Menu to play certain frames in Content when pressed.
I have named the instances and used the instance names in the addressing but it does not work for some reason.
the addressing using instance names is (ContentRt/ContentIn) with "ContentIn" residing in Menu and "ContentRt" residing in the main timeline.
Originally I had my buttons on a MC called menu which was on the main timeline and I just used the actionscript:
on (press) {
tellTarget ("_level1" {
gotoAndStop ("Home"
}
}
Please help me and I will be eternally greatful! Thanks!
I need buttons located in Menu to play certain frames in Content when pressed.
I have named the instances and used the instance names in the addressing but it does not work for some reason.
the addressing using instance names is (ContentRt/ContentIn) with "ContentIn" residing in Menu and "ContentRt" residing in the main timeline.
Originally I had my buttons on a MC called menu which was on the main timeline and I just used the actionscript:
on (press) {
tellTarget ("_level1" {
gotoAndStop ("Home"
}
}
Please help me and I will be eternally greatful! Thanks!