A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Need a Pros help with this one.

  1. #1
    Senior Member
    Join Date
    Jan 2004
    Location
    Canada
    Posts
    309

    Need a Pros help with this one.

    Hey I have searched around for this a bit but cant figure it out... How do you Load more than one variable into the same textbox underneath eachother.. I want to make it so that when you buy a property in my rpg it will go down to that list and than whe you buy another you can scroll down one and see it below. I hope that makes sense is it possible to do?

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    textFieldName+=property17;

    ...will add to the textfield.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Senior Member
    Join Date
    Jan 2004
    Location
    Canada
    Posts
    309
    Thanks alot.Now how do I make it add each variable on a new line? thanks











    matt

  4. #4
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    That would be...

    textFieldName+=property17+newline;

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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