Question
problem accessing _root.nextFrame
I have created a button class with an event handler for when
the button is clicked. The event handler should simply go to the
next frame and play. However, if I code _root.nextFrame(); in the
class definition, I am getting an access of undefined property
error. Am I missing importing a class or two?