A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] input wonderland

  1. #1

    [F8] input wonderland

    is it possible to input a txt in a input box, press a "go" button and the see the text you just inserted animating in a movieclip

    is this possible?

    se attached file !!
    Last edited by froggisters; 08-23-2008 at 08:34 AM.
    -frgst

  2. #2
    Member
    Join Date
    Sep 2007
    Posts
    40
    Yup! This is the first time I've actually known enough to help sombody so I'll put it in steps...

    Step 1: Put the code stop(); on two different frames.

    Step 2: On Frame 1 Make an Input Text Box with the variable name of "text" , than a button below with the code...

    on(press){
    play();

    }

    Step 3: On the second frame put a dynamic text box with the variable name of "text."

    Try that and tell me your results.
    Last edited by XanthusDodge; 10-16-2007 at 05:00 PM.

  3. #3
    Thanks for help!

    it works when the dynamic txt box ist not nested into an animation

    any ideas to reach this box? tried to type in the exact path, on the inputbox varfield, but did not work
    -frgst

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