Hi all, this is a desperate plea for help. I’m currently debugging some code which doesn’t work and I need to add some code to the first frame of my timeline that will move it to a labeled frame. This is what I have on the first frame.
onEnterFrame;{
gotoAndPlay(“Who we are”);
Headers.gotoAndPlay(‘About’);
}
Does anyone know why it doesn’t work?