A Flash Developer Resource Site

Search:

Type: Posts; User: philtheist

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    427

    Program slowing down

    I have written a program for educational purposes with the following characteristics. There are 3 scenes: opening, table 1, and table 2. The only difference between table 1 and 2 is the size of the...
  2. Replies
    2
    Views
    357

    Thanks!

    Thanks!
  3. Replies
    2
    Views
    357

    [RESOLVED] push pop shift unshift

    Would someone tell me if my understanding of these commands is correct and answer questions, please.

    Can I create an array called names:

    var names_array:Array = new Array("");

    From there use...
  4. Replies
    0
    Views
    389

    obj.onMouseUp

    Hi!

    I am using the following script to return to an input box (inp_txt) when the stage is clicked:

    obj = {};
    obj.onMouseUp = function(){
    Selection.setFocus(inp_txt);
    }...
  5. Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6. [RESOLVED] Selection.setFocus after click on stage area

    I have a program which accepts the Selection.setFocus so the cursor begins in an input text box.

    I have the Selection.setFocus command in my buttons which returns the cursor back to the same...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center