diegocg's Forum Posts

  • 4 posts
  • I posted my game in newgrounds... please check it out and feedback would be awsome. Planing of making a pro version for sale if the game gets well recived.

    link: http://www.newgrounds.com/portal/view/636804

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I´ll send you my blog, see my work and if you like it we can work together, I reside in mexico I hope is not an issue.

    http://degocg.blogspot.mx/

  • Sorry but I dont quite get how to use the for loop in the array to solve my problem, I�m quite new using it, if you could be more specifir it will be a great help, Anyways I will try to figure it out. tnx for respopndig.

  • Hi, sorry for my english in advance:

    I am making a game in which you buy ships to play with. I want to use a array to make the changes in the ships that are equipped, this is my solution in theory:

    this is an example of the array:

    ship1---Equipped

    Ship2---NotEquipped

    Ship3---NotEquipped ... and so on

    So, when the player equips "ship 3", for example, I want all the other ships to change to NotEquipped, this will make easier to add ships in the future. I don�t know if there is a way to make a simple programming for this or a bunch of conditionals like:

    IF click on "ship2 equipButton"------ set Ship1 to NotEquipped

                                          set Ship2 to Equipped

                                          set Ship3 to NotEquipped...

    hope it was clear and someone can help.

    thank you.

  • 4 posts