_root.pagenum =_root._currentframe;
This i my worknig code that shows the current frame number in an input or dynamic textbox called pagenum on each frame.
Can someone tell me how to leave the text as input which will let the user jump to whatever frame they want by typing in the number and pressing a button.
I was thinking something like this on the button, but it does not work.
on (release) {
gotoAndPlay(pagenum.text);
}