That doesnt work? :S Nothing happens, when the text boxes reach a certain number they have to run a function how would you get that to work?

E.G

time.onEnterFrame = function () {
if (_root.cash<=99) {
math99;
}
};