Kyatric's Forum Posts

  • First thing to learn, when you have something to add to a previous post and you forgot to add it, click the pen in the top right of the message, don't make a second message right away. The pen is there to allow you to edit your message.

    From the How do I FAQ :

    [quote:2hr8qior]Making a button using a sprite (and handle clicking on it) - LINK

    Replace the mouse events/actions with those of the Touch plugin.

    Then use the "Open an URL in a new window" action from the Browser object.

    Hint: To use an event or an action from a plugin you need to add that plugin to your project.

  • Indeed, the Waits are not the best idea there.

    Also, why groups when you could use functions ?

    And perhaps, better than wait actions, use timer behaviors to end up "cycles" in a more elegant fashion.

    As far as I could imagine, you have two groups relying on clicking the same object (A) with different wait time. One group is likely taking "dominance" over the other, and it is probably the group 0 since the wait time is the shortest.

    I also invite you to see the video I made on

    .

    You may find some inspiration there on how to handle the recurrence and tree branching.

  • And to be more efficient and elegant, do what Mimiste proposed, but instead of creating multiple "on touched" events, simply create one and put the conditions that test the value of the instance variable as sub events.

  • You don't even need to "pick all" the objects.

    By default and in regards to how events work, simply setting the action Object - set Instance variable "direction" value to 2 in an event "on key pressed" should do the work.

    This won't impact "instances to be created" since the key press is a triggered event and only applies to existing instances.

    If this does not help, do post your capx as specificities of the project might get in the way somehow.

  • Please keep the updates to a single topic, this one, the first created about your game.

    Also bumps allowed are only 24 hours bump (after 24 hours that no one posted in your topic).

    Otherwise, you are just spamming and will be banned for it.

    First and last warning, behave.

  • There was an issue with Beta r213.

    Beta R214 normally fixed it.

    That's the way it goes with Betas, sometime they break stuff. To avoid this, keep your production to stable releases.

  • If you put nothing, Construct does nothing.

    Simple as that.

  • Moved to website issues.

    Also, it's only temporary during the bundle sales, so you wouldn't complain you missed it when it's done and you realised you might have missed -40% on some Construct license as detailed in this blog article.

  • You do not have permission to view this post

  • CocoonJS is not an official export option since its support was dropped last year.

    The tutorial mentioned by vendara is an official way, but indeed requires a licensed version of Construct2 to work.

    In your case, it sounds like you need to export as a HTML5 website, host it online (through a file service like dropbox or google drive) and then go to that URL with a Chrome for Android from your phone.

    This is the equivalent of the export option for Android since it's wrapping a chrome browser to execute your game.

    Also, to export to Android you need a Construct 2 license, so perhaps are you targeting the wrong device anyway since you can't buy it according to what you say.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, and the part you added is missing the fact of saving some informations.

    The default capx does check on start of execution of the game if a key exists.

    If it doesn't, it creates a default value and creates the key,

    Otherwise, it sets a global variable value to the value contained in the key.

    Then you added a modification of the global variable, but at no point did you save the value of this variable to the key.

    So the modification is lost each time you execute the game and only loads the "default value" which is contained in the key.

  • Buildbox and Construct 2 are two different beasts. And for those of us who never used Buildbox, it doesn't make sense what you are asking.

    What exactly are you trying to duplicate in the end ?

    Can you show a screenshot and describe precisely what you are trying to achieve ?

    With those precise explanation we can tell you how to do what you are trying to do.

    If you are trying to copy some events/action and replace the object type they are affecting, when you right click the event/action you have the "Replace object" that can allow you to do so if the objects are the same type/contain the same type of behaviors/instance variables.

  • Yes to both questions.

  • Android Version: 2.3.5

    HTML5 was born and is meant to be played on 4.0 at least.

  • You do not have permission to view this post