Timer counter and Text Input
Hi there,
I'd like some pointers on how to accomplish something in my application
I want to have a text input field where someone can input their name, for example. Then they would click a submit button and a small shape (probably a rectangle) would appear at the bottom of the screen with their name and a timer counting the elapsed time since the shape was placed on the stage.
I would like to be able to do this numerous times, with each click of the submit creating a new shape with the new name and an individual timer in each rectangle.
Can someone give me some insight how to accomplish this? I think I can write the code for the timer myself, if that helps!
Thanks a million!!