Hello all.
Been a while since I posted. I recently bought 2004 and have immediately come up with something I don’t get. I made a textbox on the stage and gave it the var ‘textbox’. I actually started with a different project and came across this error and decided to investigate why it wasn’t working. On the timeline, I put this:
onEnterFrame = function(){
i++;
textbox = i;
}
Simple counter, right? I get ‘NaN’ in the textbox. Now if I move the code to a movieClip somewhere - works. Tired the above code on my old computer with MX, works. So why doesn’t that chuck of code work in 2004??!! I tried doing a search for onEnterFrame’s and just found a bunch of threads with working code - but mine doesn’t. Why?? Why!!!