Murat's Forum Posts

  • 3 posts
  • rexrainbow

    Ok, so I need to start with the for each row condition to make it work.

    now im trying to get all the tank names in a separate text. Do I need to use the for each col condition to make the csv look for the tanks from a specific nation and year?

    Im trying things out, so far Im braking firefox.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I dont know how to use the condition for each row. What action should come after this condition to make it appear on a list? I used CurCol in add item to list. It does not work. Can I do something with the At action?

    like At("year", row all) something like that?

  • I have a few questions.

    I understand that you can get data from row & col but can I also get data from the whole col or row.

    example:

    this is a part of my csv

    ,tankname,year,point,nation

    Tanknr.1,Panzer IIC,L1939,13,DE

    Tanknr.2,Panzer III-E,L1939,21,DE

    Tanknr.3,Panzer II-F,E1940,15,DE

    Tanknr.4,Panzer III-F,E1940,23,DE

    Tanknr.35,Carro M11/39,E1940,13,IT

    Tanknr.36,Fiat L6/40,E1940,10,IT

    Tanknr.37,Carro M13/40,E1940,14,IT

    Tanknr.38,Semovente L40,E1940,10,IT

    Tanknr.39,Carro M15/42,E1942,18,IT

    Lets say I want to see my tanks from E1940 from the nation DE.

    so I would need a drop down list were I can set the year and nation. and then the tanks would have to appear in a drag drop box with all the tank data like armor, firepower, speed etc..

    could you show me how to do this?

  • 3 posts