createTextField [help]

Out of context: Reply #11

  • Started
  • Last post
  • 12 Responses
  • ruf0

    ok... so if you have made an Array what you can do is:

    positional
    Y = myArray[3]._y;

    variable
    myArray[3].vOn = true;

    search
    if (myArray[3].vOn){
    do good stuff;
    }

    etc...

    you can also move multiple objects at once using for loops and you can change multiples at once using the same.

    You could also mak sure you are using var for variables that you only use once and this saves on memroy usage.

    If you want a better explaination or an example drop me a mail and I'll try and lend a hand.

    Ruf

View thread