I've been learning flash for a while now but I never used this before and it's a REAL noob question:
I want to change a dynamic text field's text inside a movieclip on the second frame of it because I am trying to fix my save function.. but don't know how lol! xD
I call it up as
testbutton.onRelease = function(){
gameBox.testnum = "3";
}
So anyone knows what I do wrong :$
I know it has nothing to do that I don't call _root because it's in the root already.. have more of such
Well.. thanks anyways :P