A Flash Developer Resource Site

Search:

Type: Posts; User: steakneck

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    442

    That's exactly it. Thanks a whole lot.

    That's exactly it. Thanks a whole lot.
  2. Replies
    2
    Views
    442

    I came across a post on one of these message...

    I came across a post on one of these message boards that showed an array that contained fields. I can't remember the syntax, I think it went something like this

    myArray = new Array(variable1:a...
  3. Replies
    5
    Views
    522

    thanks for the help. It works great.

    thanks for the help. It works great.
  4. Replies
    5
    Views
    522

    Unfortunately I don't need to copy the values of...

    Unfortunately I don't need to copy the values of the array. The principle in C++ is that your referenceToArray variable does not contain a value - it contains a reference to the memory block(s)...
  5. Replies
    2
    Views
    443

    Unfortunately I don't need to copy the values of...

    Unfortunately I don't need to copy the values of the array. The principle in C++ is that your referenceToArray variable does not contain a value - it contains a reference to the memory block(s)...
  6. Replies
    5
    Views
    522

    Once again I'm trying to apply C++ practices to...

    Once again I'm trying to apply C++ practices to ActionScript. I'm trying to create a variable that references an array. For example:

    (root)
    myArray = new Array("a","b","c");

    (inside a...
  7. Replies
    2
    Views
    443

    Once again I'm trying to apply C++ practices to...

    Once again I'm trying to apply C++ practices to ActionScript. I'm trying to create a variable that references an array. For example:

    (root)
    myArray = new Array("a","b","c");

    (inside a...
  8. Replies
    4
    Views
    1,473

    thanks

    thanks
  9. Replies
    4
    Views
    1,473

    RE:RE

    If you look at the script example, my functions are unique (in parameters). However, MX refuses to call the appropriate constructor when instanciating the objects.
  10. Replies
    4
    Views
    1,473

    I've dabled in Java and c++, both allow for...

    I've dabled in Java and c++, both allow for multiple constructor functions. I'm trying to create a class in MX with multiple constructor functions using the same principles but it doesn't seem to be...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center