im trying to make a box that when I press a number it will type it in a dynamic text box and i can type multipe numbers and also i can delete
Printable View
im trying to make a box that when I press a number it will type it in a dynamic text box and i can type multipe numbers and also i can delete
what have you tried?
well ive tried making the number a movie clip and saying on(keyPress<"#number#">){ _root.#movieClipName#.gotoAndPlay(#number#);}
and that changed the box to the number i pressed but i want actionscript that will actually let me type not just change the visulall, im sorta a noob so i dont know too much