RafaelMatos's Forum Posts

  • Please, could someone explain me what is this key?

    [attachment=0:294dqidd][/attachment:294dqidd]

    I know that it is in another language but If you already have published an app you know the page.

    I'm afraid to make any wrong step and screw everything :/ Please!Help me on that.

  • Could someone test it on a mobile and see if it's really working?Because it's not for me.

  • >

    > > can you upload ur sample capx ? if you don't mind

    > >

    > [attachment=2:22z0wn49][/attachment:22z0wn49]

    >

    can u help me put a limit in zooming out? here's the sample capx in construct that i modify.

    [attachment=0:22z0wn49][/attachment:22z0wn49]

  • It should work, just tested it with no problems. Try to change browser and see if that works?

    Did you test it on mobile?Because it is working on my desktop, but not in my phone.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've tried using browser object and calling the close action but nothing happens. I tested using the alert action and it's working fine, but not the close button. Is it bugged or it just works after building it?

  • thanks but still gives me the same error, you could paste a screenshot, and excuse my ignorance!

    Build settings > android-crosswalk and then search for crosswalk version field and type "10" or "Beta"

    [attachment=0:3qabgck3][/attachment:3qabgck3]

  • can you upload ur sample capx ? if you don't mind

    [attachment=0:1he8desv][/attachment:1he8desv]

  • > seraphin , Laurent

    >

    > I don't know if it fits on your project but here it goes the zooming part of my dead project

    > [attachment=1:2t9be3jp][/attachment:2t9be3jp]

    > This allow you to zoom in and zoom out with a maximum and minimum by just shortening the distance between the two fingers, or increasing it. I don't know if there are another easier way to do it but that's how I managed to do it

    >

    Thanks can you give the global variable you made? i can't do it right

    firstTOUCH, secondTOUCH, Initial_Touch_Distance, Actual_Touch_Distance and Zoom. Sorry, I forgot to mention ZOOM.

    About the variable Zoom you only need to set it's value to the layout Scale and then it will work. Like this.

    Every tick > Set Zoom to LayoutScale

  • volkiller730

    Version 10 is the last one right? If you type beta it will always get the last beta version?Or is it better to type 10 directly?

  • When you use a family in the condition, it will get all the objects and instances that make part of this family or it will take into account just the ones that match your condition. There is no need to select one by one. At least in most cases.

  • seraphin , Laurent

    I don't know if it fits on your project but here it goes the zooming part of my dead project

    [attachment=0:463bq7u9][/attachment:463bq7u9]

    This allow you to zoom in and zoom out with a maximum and minimum by just shortening the distance between the two fingers, or increasing it. I don't know if there are another easier way to do it but that's how I managed to do it

  • PL4Life52 , volkiller730

    I'm here to say that was the tile map. What I was misunderstanding is that the tile BG not necessarily have to be multiple of two but the end of the background have to align perfectly to the beginning, which I was already looking for but I thought that only multiplying by 2 would be enough. Thanks everyone.

  • codah , Ruskul

    My tile's original width is 512 and i'm setting it to 2048. It has bullet behavior like in the template. Regarding to the background, I don't know what else could I say beside everything I said. The code is the same and the width is right (4*512=2048).

  • Nobody? :/

  • For this subject, I'm following the auto-runner template to make a scrolling background which has bullet behavior.

    The template code which I'm using:

    [attachment=0:3i2afooy][/attachment:3i2afooy]

    I don't know what I'm missing because my background doesn't scroll correctly. It's jumping to the X I'm setting instead of how the background's template is working and all it's doing to achieve that is this code.

    Could someone help me on that?Appreciated!