emoticon's Forum Posts

  • Maybe this sounds silly , but I'm really lazy about writing my own CSS.

    So I thought about using bootstrap as a style.

    But I couldn't find where to embed external source for the css, so, I put the huge amount of bootstrap css source code into file.css.

    Is it worth it, or are there any side effects to this?

  • Answer your own performance questions with measurements

    Thank you Ashley

    Sometimes I'm faced with the case that, when I prioritize performance, the code becomes a mess, and vice versa.

    But I think, it would be better to prioritize code neatness as the first move, then performance

  • The first option only changes when the animations are different so it is really the most efficient although the efficiency gains aren't very big. The second and third (2nd: every tick, 3rd: no condition) are exactly the same. They both happen every tick. The last option is basically an every tick situation but only 1 of the 2 options is happening every tick depending on if the character is moving or not.

    With all that said though, the animation engine, as far as I understand it, will handle all these pretty close to the same. You aren't going to get huge gains from choosing any specific option above.

    Thanks for the input, yes maybe it's true that it may not have much impact in code that is simple and only involves a few objects.

    I personally prefer the first option, because I prevent the system from continuously carrying out unnecessary processes.

    The last option, I think is not efficient in terms of writing code because I group events based on certain criteria. So that the codes are not spread wildly across various lines.

    Thank you for explaining to me how the system works. I need to get this fundamental information early, so that when the code starts to get complex, I can do code maintenance more easily in the future.

  • I want to create outfit sprites attached to the characters and adjust the animations accordingly. In your opinion, which one is more efficient? from the following lines:

    ...or I manually change it when the character animation changes:

    I want to see a comparison in terms of resource usage and efficiency in writing code, or from other perspective.

  • Closed..

    Released..

    https://bit.ly/31BBtXq

  • YAY... Finally released on Google Playstore... XD

    https://bit.ly/31BBtXq

    I need your support

    Thanx

  • I just finished my simple avatar chat app.

    My problem is I can not pay $25 to google since I don't have credit card, and google decline my debit visa.

    For demo, I upload the app into appetize.io:

    https://appetize.io/app/vqfg6zk4rqefa7dw293mrqu63w

    I'm looking for someone let me join into his collection in the Google Playstore

  • If I successfully set NAT on Google Cloud and browse the game as host from there, will it solve this issue?

    if so, I will struggling on setting NAT on Google Cloud

  • Hy,

    Is there anyone can tell me why I can not using Multiplayer over internet?

    I can run it well via Lan. My project is pending because this issue, I have done on making design, asset, etc.

    If the problem is about NAT Traversal or STUN, can someone lead me how to do with them since I'm don't have much knowledge about these term.

    For testing, I put example Ghost Shooter on firebase. When first player login, he become host, but if next player login, he can connect but can not playing.

    Thanks

  • How to call C2() from cross-origin?

  • Hi everyone!

    I'm trying to make video tutorials about my game

    https://youtu.be/bof9XBiqBJU

    This is my list of games I want to share how to make it.

    http://ridownjuan.com/games

    Thanx for the review! :)

  • Hy! I want to teach young people to be a game developer in my country! So I make some sample simple projects to make them know about the basic features of Construct 2.

    And, here is the project demo:

    http://ridownjuan.com/games

    They has been tested on my Laptop and Android device.

    I had some problem with Sound Object because it got little bit delay when load the sounds.

    I need some advise.

    Thanx for the review! :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanx alot my bro... it works :D

  • Anyone can help me?

    I try to play audio file when I preview my project on pc browser, but instead of playing the audio, it open the internet download manager asking for download the ogg files.

    But anyway, it works well on android browser although rather got delayed.

    Is there way to fix it? Is there something i missed?

    https://www.4shared.com/s/frU_vjMLufi

  • But now, I'm using physic torque instead, so I can make it more realistic as car wheel rotation