PabloDev's Forum Posts

  • Just looking at the picture, I don't think that trigger is going to work like you think. Triggers in subevents check all their parent events are true, but the "else" is checked on its own without referring to previous events in that case, so it probably doesn't do what you want.

    I understand this but I did so to remove code and put the least.

    I will comment with the author of the plugin.

    Thank you all come back with news.

  • Hello, this capx something happens that I do not understand.

    For example:

    Why the first red object is destroyed when the tween ends ?.

    But the text has not been written with the word "NOW".

    Besides that, the first condition:

    player.x <= 11 * 16

    It remains true, therefore there is no reason to run the condition:

    On liteTween end

    https://dl.dropboxusercontent.com/u/60803633/testDestroy.capx

    What happens here ?, any idea ?.

  • I would be willing to try a apk file.

    Upload a apk file.

  • Black screen in galaxy s6 with android 6.

  • I think this:

    1 - The bar requires move the mouse to the same bar.

    2 - The bar requires precision in the mouse to point, this is more pronounced if you have two monitors and the second monitor you have to the right.

    The scroll bar is a good choice but it would not hurt to pick up the mouse wheel configuration settings in Windows.

  • No one else considers this useful ?.

  • I would add:

    If you have multiple objects with the same sine and all objects perform the same movement, then turn off the sine in all objects and leave only one with sine activated, then make the other objects based on the object's movement has activated sine, so only one will be processing a sine movement.

    Avoid multiplications events, for example:

    Player.x <8 * 16

    This is better:

    Player.x <128

    In my case it made me gain some FPS.

    Sorry for my English, I hope you understand.

  • I have updated drivers.

    For my tests, this does not happen with a Aero theme selected.

    This happens if you have a custom theme on saving resources, non-transparent windows etc ...

  • Some areas of the window are not redrawn and consequently useless areas remain on screen without deleting.

  • New menu theme added called Thetar.

    This will be my last track published for free, the following tracks will be published in different stores.

    Scirra store and Unity store.

  • > Hello, I read the documentation but can not find the way to find out what is the point that is currently walking.

    >

    > Something like a variable named

    > CurrentPoint

    > This would return the point number that is currently walking.

    >

    https://www.dropbox.com/s/j18yvj7wkgvde ... .capx?dl=0

    These are the coordinates of the future point, not the actual point number !.

  • Hello, I read the documentation but can not find the way to find out what is the point that is currently walking.

    Something like a variable named

    CurrentPoint

    This would return the point number that is currently walking.

    Pretty little game, do not usually find many games to my taste but I found one that I liked is:

    Psebay for android.

    I like the atmosphere and this kind of games.

    I asked the author what is the engine that has been used by curiosity but have not yet received a reply.

    If you like 2D motocross games, go for it.

  • But with this option the fade behavior is not needed.

    Or maybe you not could implement this for any reason?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, you might consider the option of adding a checkbox to indicate that the object will be automatically destroyed when it has completed its animation ?.

    That is, if you select yes, the object is automatically destroyed when his predefined animation is finished.

    It seems to me useful for graphics like smoke or explosions.