A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: calling input text

  1. #1
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811

    calling input text

    im having some trouble calling an input text box named message. this box is in a movie clip and one of the frames in the movie clip has this code:

    message = substring(text, 1, i);

    but it's not working!!

    do i need a _root somewhere or what, makes sence to me, but maybe im wrong.

    -thanks

  2. #2
    Lifesaver Lightwave Network's Avatar
    Join Date
    Sep 2002
    Location
    Denver, CO, USA
    Posts
    649
    Can we see an FLA?


    ... gimme just one more line of code to ease the pain.

    http://www.ln.tv
    http://www.davevillano.com
    http://www.premierloftsdenver.com
    http://www.backyard.cc -- coming soon!


  3. #3
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    If you call it from the main timeline you need to access message over the movieclip.

    movieclipName.message = substring(text, 1, i);

    If you call it from inside another movieclip this is correct:


    _root.movieclipName.message = substring(text, 1, i);
    - The right of the People to create Flash movies shall not be infringed. -

  4. #4
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811
    that didn't work

  5. #5
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    we need to see the fla then. It is obviously a different problem.
    - The right of the People to create Flash movies shall not be infringed. -

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