Creating a character name

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 2nd, 2006, 20:44
Junior Member
Join Date: Nov 2006
Location: norway
Age: 27
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote

  #2 (permalink)  
Old Dec 2nd, 2006, 21:31
Junior Member
Join Date: Nov 2006
Location: norway
Age: 27
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3 (permalink)  
Old Dec 3rd, 2006, 00:09
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Creating a character name

Glad you solved your problem...lol
Reply With Quote
Reply

Tags
name

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 22:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43