hey i followed the turtorial on how to add numbers to a dynamic text box but wat i really wannt know is how to make it do something if it hits a certain number…I tryed on my own… as i didntwanna bother people here but for some reeason it wont go so please people help me
if (_root.total = _root.total 10) (
gotoAndPlay(2);
}
the total is the text box and i would like it to go to frame 2 wen the numbers hit 10.