A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: dynamic text

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    11
    Hi i made a input text named "name". THen i made a button so when u click on it, it sets the variable (the words typed in 'name') into 'mes' (mes is the dynamic text). How can i get it to say 'hi (NAME VALUE) bblabla...'
    i tried using set variable and for variable it says:
    mes = "hi & name &";

    instead of saying:
    mes = "hi" & name & "blabla";

    how can i get it to work?

  2. #2
    Senior Member
    Join Date
    Jun 2001
    Posts
    102
    Try using

    mes = "Hi "+name+"!";

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center