Kyatric's Forum Posts

  • mineet: a trick/known bug on twitch is to lower the sound and put it back up.

    This generally does play the sound at "true" full volume.

    At worst, you might catch the videos on youtube with no need for this trick.

  • Jase00: You can set instance variables on creation of the object without having to use "wait".

    It might be possible that accessing the value in another event but in the same tick as the creation might request to wait for at least one more tick (though I think Ash changed this and it actually isn't true anymore).

    But in your and Whiteclaws' examples that "wait 0" trick doesn't make any kind of sense to me. (Or maybe whiteclaws' example is badly formulated, since under a condition I'd expect Action1/Wait/Action2, perhaps this needs reformulating as the wait action would have to happen in a blank event)

  • You do not have permission to view this post

  • caniluna: I don't know what makes you believe you need a wordpress account.

    To use Gravatar, you need a Gravatar account, that's it.

    Read the first post of this thread, it explains how to register and use Gravatar.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well you don't need the top event "on every tick", but that's not the issue there.

    If you reproduce your logic there in a brand new capx : like this one it does work as expected.

    So obviously the issue is somewhere else in your code where you probably modify "TurnRate" value after this input.

    Without seeing your capx, no way to tell, but this simple test confirms that the logic is working and that you're asking the wrong question/looking in the wrong corner.

  • Well, the inappropriate using of global variable in JavaScript can lead to memory issues.

    But it doesn't apply to C2 since global variables in C2 are part of the engine and the engine does take care of most memory management issues so you don't have to think about it.

  • Have to agree, I really can't picture the target audience of the device.

    I'd be tempted to say that the main audience for that console is hackers/developers.

    That's how I felt it already during the kickstarter phase.

    It seemed to me the most enthusiastic reaction came from people who were like "it's a console for indies, let me make game for console and live my dream".

    At least, as far as devkits went, that was the targeted audience and I dare to think it was quite successful on that point.

  • Preferences dialog "reset dialog" button should do the trick.

    You can combine it with the updating of your graphic card drivers too.

  • Example capx

    I think you're missing something in your explanation, because the logic is simple.

    Perhaps your own capx has something you overlooked and you should post it rather than "pseudo code".

  • Have you tried to set the unbounded scrolling property of the layout to yes and set the project to be fullscreen scale ?

    You'll need to anticipate and have graphic elements out of the bounds of the layout to fully cover all possible resolutions.

  • You should market your game.

    Even in this thread you don't give a single like to the game so we could check it out.

    Check this tutorial, it may help.

  • Whiteclaws: You should update your sense of humour drivers.

  • Pode released a QR code and QR code decoder third part plugins.

    Is that what you're looking for ?