Quote from Flash help (loosely quoted...): "You can only use the scene parameter in the root timeline, not in a movie clip's timeline"

Try labeling each frame something and then using _parent.gotoAndPlay("Clip1"); As far as I know you can't start a name with a number, so don't try just labeling them 1, 2, 3, etc. Make it Clip1 or something like that.