A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: input does not work

  1. #1
    Senior Member gordonart's Avatar
    Join Date
    Jun 2003
    Location
    Sweden
    Posts
    267

    input does not work

    I have coded this:

    stop();
    ordet = "write here";
    ////
    knapp.onRelease = function(){
    if(ordet == "yes" ){
    trace("yes!");
    }else{
    trace("no!");
    }
    }

    but ut returns "no!" even if I write into the inputtext area which has the var ordet.
    What could be wrong?

    /Mattias
    Mattias Gordon
    illustrator/ animator

  2. #2
    Senior Member gordonart's Avatar
    Join Date
    Jun 2003
    Location
    Sweden
    Posts
    267
    solved. Had "autokern" checked in the properties.
    Mattias Gordon
    illustrator/ animator

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