This is a discussion on "Creating a character name" within the Flash & Multimedia Forum section. This forum, and the thread "Creating a character name are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Creating a character name
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Creating a character name
I'm trying to make a game start up with a box asking for a name, and this name is suppose to be stored as a variable.
So what I tried now was to create a input textbox with the instance name: "names", and a symbol (button). In the button I added this script: on(release){ heroname = names; gotoAndStop("G1"); } G1 being the framelabel of frame 2 Then at the next frame I tried to add a dynamic textbox just to check if it worked, and gave it the variable "heroname", but it doesn't show anything. What's wrong? |
|
|
|
|||
|
Re: Creating a character name
Got it working now, I just noticed I could insert the variable name in the textbox, much easier and it worked
|
![]() |
| Tags |
| name |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Creating character and line limits for a form? | Inkers | JavaScript Forum | 8 | Jan 11th, 2008 02:10 |
| Prevent special character in username | marSoul | PHP Forum | 3 | Sep 19th, 2007 13:55 |
| Chinese Character | Sheela | Starting Out | 10 | May 24th, 2007 13:54 |
| Setting a veiwing range for a AI character | Throntel | Flash & Multimedia Forum | 7 | Dec 17th, 2006 06:08 |
| Character Encoding Handling | spinal007 | Classic ASP | 0 | Jun 13th, 2006 11:21 |