nav's Forum Posts

  • r227 here

  • checking thanks ! korbaach

  • Look at this array (column1 Players, column2 teams and column3 level)

    Alex Red 10

    Bob Blue 8

    Tom Blue 5

    Leo Red 6

    Jill Green 9

    ...so i create this array and , text box and add a button too.

    Problem---> I want when Click on the button then the text box will show the team blue members Bob and Tom.

    How to do it?

  • yes this was my question that how i can call those all players which are having team A in the array and those whor are having B in other list or table.

  • please construct 2 users help me !!!!!!!!

  • well Gearworkdragon the problem is how to show these teams and side selection. May be there will a data in array like in a column which will used for store team data means some players with A team some with B so how do I show team A players in a table with there stats and team B players in different table? Now this is the new question or if you can explain this in a capx file I will be happy to see it in real thanks Gearworkdragon

  • and anyone please help!

  • Gearworkdragon what is next ?

  • Gearworkdragon Hmm Yes that was my mistake at array.at(0,3). As you said above it is a Rubik's cube then now I can this imagine array like a cube so width is X which is 4 because in computer and networking we start it from 0 and the height is Y so it is 3 (0,1and 2).

    So what will be the depth of this cube if we have a 4x3 grid ? So if the depth is 1 then I can say in 3d it is 4x3x1. Now if depth is 1 so I can imagine this 4x3 grid is a single layer of the rubik cube.

    That maths and computer information is good !

  • Any one of you who are browsing this forum can help me too!

  • wow Gearworkdragon you are explaining great I need this great . About the homework as you write above in the array it is Name at(0,0) and Defense at(0,3) . Please continue. Tell me more. Teach me.

  • thanks Gearworkdragon ! csv to array so I have to open excel .

    Can you make that 4 or 6 player basic capx please . Requesting.

    I am learning array again.

  • Thanks you covered a lot ! I will read all array tutorials , I know how to set value in an array so if there are 50 players in the game can I set them all in one array and then load (or retrieve) them from their team name or their position name like Goalkeeper, center midfielder etc?

    Yes a capx with some 5 or 6 players with 3 or 4 team example would be great for how I will will present a team.

  • I want to make a soccer league game the main game is almost ready but I dont know how to present teams ,players in it too and how players will have many skills like speed ,accuracy, power, stamina etc.

    Some people told me do it with arrays or local storage but I dont know how?

    And how I transfer a player to other team and dont lost its data too?

    But I didnt understand what type of the player member objects where to store them ? How to make them ? What will make a team? Means how game will load the teams having those players at begining? How to select 11 members from 15 members?How a player member will have those multiple skills?

    Yes it is very difficult and I dont know so much. Please explain how to do this or if can make or provide a small capx example then it would be great! Thanks.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank-you Mr. RexRainbow