A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Input Text help

  1. #1
    onview(hideinfear);
    Join Date
    Feb 2007
    Location
    Wickliffe oh
    Posts
    17

    [F8] Input Text help

    I need a code that when i input a word (EX.Cheese) in a input text box, itll go to a new frame
    Cheese is Good!!
    Flashamatatic,
    KARL D. SCHMIDT
    In Life, there 1 thing that theres to do constantly...... FLASH!

  2. #2
    Senior Mamba austriaman's Avatar
    Join Date
    Aug 2004
    Location
    Somewhere over the rainbow
    Posts
    472
    Don't we all love those emoticons!




    First thing you need to do is assigning a var-name to your input field. This code should do the rest:
    code:
    onEnterFrame = function () {
    if (var-name == "Cheese") {
    gotoAndStop("framelabel");
    }
    };


    aut.

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