Question
Parent Movies and Frame Lables
Hi There,
I am making a movie with frame lables and parent movies.
So there is the maintimeline and a movie on each sucessvive frame, relating all relevant aniamtions/transitions from button to button.
Using this script
on (release) {
_parent.gotoAndPlay("P_CommCent");
}
I have been able to do exaxtly what I want, jump from "P" to "CommCent" essentially, where each is a movie on the main timeline, the "P_CommCent" signifies the specic transtion.
So my problem is... that this worked for all movies, now I want to jump from "Green" to "CommCent", using "Green_CommCent" however now it is not working.
Anyone have any tips?
This seems not right to me.
Cheers
Ren
the file is here if you want to look/
