PabloDev's Forum Posts

  • Fixed, thanks!.

  • Perfect, thanks for the info.

    Well I've made the purchase, I think you have to send me the license file to load in construct?

    Sorry for my english.

  • Hello, I'll buy construct 2 and would like to know.

    I have two computers at home, can I install it on both computers ?.

  • Ok I understand, thanks as always.

  • Hello, please, the condition "Trigger once while true".

    It is the equivalent of this ?.

    if (var == 0)

    var = 1;

    play_sound (...);

    end

    That is, once true, it no longer is rerun.

    But ... when it will true again?.

    As I can write "Trigger once while true" in programming code?

    It would help me to understand it better.

  • Ok clarified, thank you !.

  • Hello, in multiplayer pong tutorial, this is indicated in parentheses:

    ("game")

    Why is this done ?.

    Is not it enough mouse.y?

  • Ok, I duplicate the objects, I can not do families that currently am with the free version.

    I think so could get.

    Thank you!.

  • Hello, my game is two players, I already have the code and graphics of player one, now I have to do the second player.

    The second player is just like the first, the difference is the graphics and controls, therefore, to create the second player I duplicate the first player, but when I change the graphics for the second player, the graphics of the first player also changes.

    Then, how I can change the graphics of the second player without affecting the graphics of the first player?.

  • Ok, I understand you, really into the game the background is colored, this capx file is just a test.

    Ok, thanks as always!.

  • But the variable "roundWinner" is always set to 0 after being used, additional objects are never created.

    On how to display indicators, it is the most efficient ?.

  • Ok, this is what I wanted to do.

    dl.dropboxusercontent.com/u/60803633/test.capx

    You think is the best way to do?

    A last question.

    To reset the variables (in the cap file) do not need any checking or event, is it necessary to put "every tick"?

  • You mean a Sprite object?

    But I do not understand, as I will position a sprite in two places at once?

    For example to put:

    X V

    1 round lost and won 1 round

  • Hello, one question.

    Is it possible to paste a graphic into another ?.

    I want to do the following:

    Suppose I have a fighting game.

    When a player wins a round I want to put a tick -> V

    The player who loses the round will put an X.

    So I think we will have to stick those two graphs at the bottom depending on the results.

    So my question.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's good !.

    Ok, all sorted.

    Thanks, as always.