TheDom's Forum Posts

  • Not sure I understand. You want to be able to change properties (Size and Position) from a text box?

  • If I understand you correctly, you could try using and invisible sprites and draw them over the tiles and

    use "on overlap" condition. Depending on the type of invisible sprite the character is on will allow you to define the which events you want trigger. If you're going to use a lot of invisible sprites with only a few types of invisible sprites, you should create families for each type of invisible sprite.

    Hope that helps.

  • Sorry, I don't know.

  • Contact PayPal by phone. If you create a merchant account with PayPal, they offer debit card (MasterCard) for your account. Even though you may not use it in your country, they may still issue it to you for your transactions online. That would be my approach.

  • My version of Android robot logo with butt

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I downloaded the capx and I'm reviewing it now. This a little different than your original explanation so I want to be clear. You have conflict in your basic concept since the players cannot play the game if you just want the control panel (however you provide a selection), so you need to have or define a specific location on screen to select the control panel and stop the action.

    Am I correct in this assumption?

    Well, I think this is what you are trying accomplish. Try the attached.

  • Without a sample it's a impossible to say. You should read the guidelines for posting questions. You need to provide a lot more information.

    Did you have it set to loop?

    Is it a mobile web game or are using a wrapper.

    Can you post a sample capx?

    You can use dropbox since your rating may be too low to post attachments.

  • Yes, you need to use families or code each object separately.

  • You're using 2 instances of the 8 direction behavior on 1 Sprite and they are conflicting.

    Here's your capx fixed.

  • Create dual conditions.

    On any Touch > Circle > Set Visible

    Circle is (X) visible

    ( (X) ) being inverted

    then make

    On any Touch > Circle > Set Invisible

    Circle is visible

  • You should always check and search the tutorials section.

    Check out these video tutorials:

    https://www.scirra.com/tutorials/448/arcade-style-high-score

    https://www.scirra.com/tutorials/581/top-10-high-score-with-webstorage-and-arrays

  • TheDom when it's ready.

    Are you a developer of this plugin?

  • Any idea when we can expect the update and would please consider making the main demo project available. Please.

  • There are a coupe of inherent issues you will come across building off the demo. It will require some original thinking.

    First, I would change the game so the player is only running while "intouch". You'll find that getting stuck in the blocks happens a lot less. I have no solution. I treat it as certain death. I make it a playable glitch that became part of the game. Very rarely the player can escape. I do some things different in my game. I destroy the player outside of layout. My player has a range of motion across the screen. You might try making the player solid but, I think I tried that. Or make the spitebox longer height wise and solid.

    Good Luck

  • Nice, Thanks for sharing!