Simple nextFrame

Hi.

Im a bit new to AS3 from AS2 and finding it hard to start. This is pretty simple which I hope you could help.

Ok. I using a JumpEye MCtransistion and use this code to track if the transistion ends:

(placed on my 1st frame in main timeline)
[FONT=Courier New]import com.jumpeye.Events.MCTEEvents;
myMcteInstance.addEventListener(MCTEEvents.TRANSITION_END, transitionEndHdl);
function transitionEndHdl (evt: MCTEEvents):void{
trace(“It ended!”);
}[/FONT]
[FONT=Courier New][/FONT]
[FONT=Courier New]It traces It ended on output but I cant seem to use nextFrame so my movie will go to the next frame in the main timeline.[/FONT]
[FONT=Courier New][/FONT]
[FONT=Courier New]Can you please help me with this one?[/FONT]
[FONT=Courier New][/FONT]
[FONT=Courier New]Regards[/FONT]
[FONT=Courier New]FRG10[/FONT]
[FONT=Courier New][/FONT]