Play Button
I have a problem with my play button.
Object(_root).button23.onRelease = function()
{
Object(_root).button23._parent.nextFrame();
play();
};
I thought this would work but it ends up skipping a bunch of frames and pressing it again just repeats the last bunch of frames.

Every a in the layer above the selected has the code that has been pasted to the top. The button has 0% alpha on the frames I don't want it to appear.
I don't know why it doesn't want to continue playing.
