Nypam's Forum Posts

  • 11 posts
  • Thank you ossyrag! Appreciate it.

  • I'm new to Construct and so far I'm loving every part of it.

    Today I'm facing a problem and I would like some guidance.

    On the image above, the character is blocked by the solid about half its size.

    In my case, the character is blocked at its head. I reduced the collision polygon but it's not changing anything. Is it because I used 'Tile Movement' behaviour?

    How can I tweak the way my sprite is blocked by solid?

    Thank you very much.

    Nyp

  • Hi guys,

    Is there a simple way of validating data inside text field ?

    I have a form with multiple text fields (email, phone, ...) and I would like to find a way of validating these ?

    Is that possible ? Should I use regular expression or something else?

    Thanks.

    J.

  • Thanks Exactly what I needed.

  • Yeah, I though about that... But the form object haven't way of validating the data. But anyway.

    So I could save use the webstorage object and then push all the infos in a DB at the end of the game using AJAX.

    I'm going to give it a try.

    Thanks mate.

  • Hi guys,

    I have a HTML form outside of my game asking the player to enter his name / email.

    When I submit the form, I load the game. I would like to know if it's possible to pass a parameter to the game when I load it...

    Doing so, I will be able to save the score of the player when he finished his game.

    Thanks in advance for your time.

    Cheers,

    J.

  • For the reference, reloading the iframe with jquery :

    $( '#iframe' ).attr( 'src', function ( i, val ) { return val; });
  • E Bear : thank you for your kind answer.

    Is it possible for an external button (not in the iframe) to call an action inside the game (canvas).

    Like changing of layout for example.

    Thanks again for both your time and patience.

    J.

  • Hello Whiteclaws, I sent you the capx. Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys,

    I have a simple button with an event Touch > Is touching.

    I added the action Go to Layout XXXX.

    When I test my project, nothing happens.

    Could you point me in the right direction ?

    Thanks in advance.

    J.

  • Hi guys,

    I'm new to construct but I'm already amazed by it's simplicity and I feel like I'm going to enjoy it.

    I created my first game and I displayed it inside an iframe on my website.

    I would like to know if it's possible to use the SDK to reload the game from my website.

    So I want to access the content of the iframe and then call a function that will reload the game.

    Thanks in advance for your time and patience.

    Best,

    J.

  • 11 posts