Code:
on(rollOut){
	for(k=1; k<=2; k++){
		_root.treeListenerFront["treeListener"+k].gotoAndStop(thisPlantedTree);
		_root.treeListenerFront["treeListener"+k]["tree"+treeCount].gotoAndPlay(thisCurrentGrowth);
	}
}
For some reason the second goto is not doing what it's supposed to be doing. It goes to the frame I'm calling, but it doesn't play, it just stops.

Why is this?