PDA

View Full Version : User Input Text



BeckyD
March 28th, 2007, 09:51 AM
Help!

i'm re-designing a game at the moment, i need to allow the end user to be able to enter a stake, for e.g £10.00 into the space provided.....

i'm having a blonde day and cant think how to do this :puzzled:

Anyone any thoughts please :stare:

DangerousDan
March 28th, 2007, 10:04 AM
Help!

i'm re-designing a game at the moment, i need to allow the end user to be able to enter a stake, for e.g £10.00 into the space provided.....

i'm having a blonde day and cant think how to do this :puzzled:

Anyone any thoughts please :stare:

To get a input box just make a text box and change it from "static text" to "input text", then convert it to a number on a button press?

(Note: I'm still using MX, so I'm not sure if any of this has changed in Flash 8)