duke2704's Forum Posts

  • 9 posts
  • Have you tried "Browser-Request fullscreen" after the textbox is updated?

    I personally wouldn't be using the native textbox object on mobile, it doesn't look good and not suited for a small screen.

    Thank you, that just fixed it.

  • How do I remove the top bar on android that won't close after using texbox?

    So, when I insert something from the textbox, then the keyboard interface and also top bar from my phone appeared. But then it won't close automatically. Which means I'll have to drag down the top bar and close it manually. And it's also blocking stuff that happens to be on top. How do I remove it? Do I have to add an event to make it back to fullscreen or something?

    Here's the pic

    imgur.com/bBH5kqC

    I'm using Android 7.0

  • A variable with condition should work....if object clicked, and condition 'variable = this' then do a thing, otherwise don't do a thing. So you have on object A clicked (var=false), create object B and set object A var=true. Now it locks out object A from being clicked.

    Got it . Thanks for the quick respond!

  • I am currently making a button sprite that when I click on it, it will create another button on top of it. I have done a few methods but the buttons keep getting stacked to each other which means when I click one button, the other button will also be clicked.

    I did toggles, setting variables with conditions but none of it works. Is there any solution for this?

  • duke2704

    Swapping Touch.AbsoluteXForID(touchID) and Touch.AbsoluteYForID(touchID) for Touch.X(ID) and Touch.Y(ID) in events 2 & 3 worked for me.

    Thanks alot. That worked for me as well

  • I'm trying to create a touch stick for my game that I downloaded from scirra.com/tutorials/398/touch-stick-controllers

    But there's a problem where the analog sprite is created far away from the location where I touch. I use exactly the same coding was given to me and I have no idea how to fix it.

    Here's my capx :

    drive.google.com/open?id=0ByPMm4jDPcvlYTFYNk9oYzRIbTA

    PS: sorry i can't use clickable link cause of new account

  • Nevermind. I think I have just figured it out by myself. Thanks again !

  • Thanks alot! But how do I pick 3-4 numbers from the range that has been RND and display it to the text?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a question. How do I pick one number and randomize numbers close to it?

  • 9 posts