PabloDev's Forum Posts

  • Hello, I wonder if you can do this:

    I want to define 4 points to form a graph:

    Then I want to paint this color chart:

    The points would change position from time to time to make an animation, you can do this in construct ?.

    I do not remember the name for this technique.

  • Do not really understand.

    You want to move the camera smoothly to a place?

  • I discovered the mistake ... my fault.

    There is another button on imported eventsheet.

    Apologies and thanks for the help !.

  • Hello, I have some sprites that I use to check when users touch the buttons.

    These buttons (sprite object) have an instance variable of type text called "function", each button has a different value in this variable.

    All buttons function correctly except the button that has the "menu" value in its instance variable "function".

    If I change the value of that variable with another name, such as "menus" then the button works, do not understand why.

    To fix it I have to do this:

    There is nothing more with the "menu" value in the eventsheet.

    Why does this happen?.

  • Is there not an official tutorial or any official documentation on this ?.

    It would be a good idea for an official documentation or tutorial to be updated when necessary.

  • The newly created objects are not pickable outside of sub-events till the next toplevel event.

    More info here:

    Ok thanks for the info, I think it is quite clear.

  • Well, am not 100% sure, but. I think that a newly created instance actualy gets created in the next tick.

    You can apply actions to a newly created instance, right after a "Create" action, but you can't do picking of that instance before the next event.

    But the 'on start of layout' does not execute in the next tick. This makes the pick events beeing skipped.

    There is a simple trick to know if your 'on start of layout' has a problem with picking. And that happens a lot if you are not carefull. Change the 'on start of layout' to 'on mouse clicked'. If it works now, you need to bring the events out of the 'on start of layout'.

    That makes sense, thanks to everyone !.

  • But I do not understand, why this is so ?.

  • Hello, I do not understand what is happening here, why the X coordinate of sprite is not positioned ?.

    The X coordinate is always 0, never is 50 or 100 or 150 or 200.

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

    Someone could take a look?

  • Ok, I found a way to do it, maybe it's a bit rudimentary but it works.

    I leave here if it can help someone.

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

  • Hello, on tilemap object, you can make a scroll with a tile?.

    I mean something like this:

    That sequence is not complete, only serves as an example.

    What I mean is move a tile in the X axis creating a scroll.

    It's possible?.

    I have this map:

    And I want the water to move in the X axis and make a scroll movement to appear.

  • hello, i have same problem with you but i solved it. Just reimport your sound in C2 using WAV format. Then C2 will encode into multiple format, just press convert and OK button. Now don't remove any sound files. Export it again and now it should be working.

    So, basicly you need to import WAV format in C2 and C2 will convert to the right format.

    But that is the normal way to do ... what were you doing before ?.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have galaxy s6 and happens to me has happened to me before, using "every 1 second" desynchronization occurs and does not sound every second, sometimes there is a delay, it passes on Android, windows that desynchronization does not occur.

    ------------------------

    Yo tengo galaxy s6 y sucede, a mi me ha pasado en ocasiones, al usar "every 1 second" se produce una desincronización y no suena cada segundo, a veces hay un retardo, pasa en android, en windows no ocurre esa desincronización.

  • If it worked the first time but the sound seems it not well synchronized with the sequencer.

    --------------

    Veo que eres de España, yo también.

    A veces el sonido no queda bien sincronizado en el secuenciador, algunas veces suena como debe, otras suena sin sincronización, se retrasa un poco.

  • If you upload a apk example, I might try it on my mobile.