A Flash Developer Resource Site

Search:

Type: Posts; User: Jenniferpd

Search: Search took 0.02 seconds.

  1. thanks for reply! thanks for replying! I...

    thanks for reply!

    thanks for replying!
    I have a problem, in each row the x i takes a value
    the result is this:


    [object CubeA] x:50 y:40
    [object CubeB] x:50 y:56
    [object CubeC] x:50 y:72
  2. thanks for replying! and if the array has 2...

    thanks for replying!
    and if the array has 2 dimensions?


    var mcCubeClassName:Array;
    mcCubeClassName = [[CubeA,CubeB,CubeC],
    [CubeD,CubeE,CubeF],
    [CubeG,CubeH,CubeI]];

    for (var...
  3. instantiation can be multiple movieclips with a loop?

    I would like to know how I can instantiate multiple objects with a for
    for example my code I created six squares of different colors and have instantiated with the name "cubeA, B, C, D, E, F"
    apart...
  4. When using property attributes and class and variables

    I am somewhat confused with the attributes of class properties and variables
    for example when not using a varible with a public or private internal classes as concepts or functions here I got, I...
  5. Replies
    2
    Views
    1,887

    thanks for replying! Your code is somewhat...

    thanks for replying!
    Your code is somewhat complex for my'm analyzing parts.
    look at the problem that I currently have, I'm going crazy!
    I have a deck of cards, scan and save every card in jpg...
  6. Replies
    2
    Views
    1,887

    Card game that you recommend?

    I am making a card game, like a game of poker,
    the problem is as follows:
    I'm keeping the Mcs in an array example:
    cards = [[1,2,3,4,5,6,7,8,9,10],
    [1,2,3,4,5,6,7,8,9,10],
    ...
  7. thnksssssss!!! i love u

    thnksssssss!!! i love u
  8. through all the elements of a two-dimensional array, and sort items.

    var n:Array;
    var aux:Number = 0;
    // Array
    n =
    [[3,1,2,4],
    [6,5,7,8],
    [0,9,9,1]]


    trace(" 0 1 2 3");
  9. Replies
    0
    Views
    882

    A have a problem with proyect

    i have a problem https://onedrive.live.com/redir?resid=16106437D5EF76FF%21107

    I want to set the start button so that when you click exchange positions, Please Help Me!!!
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center