wessy's Forum Posts

  • Hi,

    I am using Platform behavior for my sprite "bird". The user can control the bird by pressing the up arrow key repeatedly so the action set Vector Y to -500 and the bird will fly like a flappy bird.

    When the bird hits the pipe, I made the Bird action start ignoring user input. I hope the user can't control the bird so the bird will fall.

    But in reality, the user can still control the bird by pressing the up arrow key.

    How do I disable user control?

    My guess is that this happened because I used set Vector Y action, not Simulate Control.

    Thank you

  • I think it's better to dynamically resize the viewport following the screen size.

    Can it be done with java script?

  • Seems I need place background more wider than viewport to cover the screen area.

  • Hello

    I create game with aspect ratio 16:9. But it become issue when I try play the game in mobile phone where they have various aspect ratio depend on the model. So, my game will have black edges because can't be strecthed dynamically.

    How do I automatically strecth the viewport to fit mobilephone screen size?

    Thank you.

    Tagged:

  • I have published my new game from unwanted idea. Game will play from start and never end.

    Let me know if you have try it.

    Here my game don't missed it

    construct.net/en/free-online-games/chaostic-game-73706/play

    Thank you

    Tagged:

  • Thanks.

    It's work if used "else".

    I think this is the same approach I made but different results.

  • Hello,

    I'm making a sound mute script but it doesn't work.

    The idea is when player clicking sprite then Construct will set another animation. I use boolean to decide sound mute or unmute, but didn't work also.

    How do I fixed my script in below?

    Tagged:

  • OMG.. Why I didn't see it.

    Great Thanks.

  • Hello,

    Can I use more than 2 Event Sheets for a Layout?

    Let says, I have another Event Sheet where is dedicated only for control the player. So, I don't need add events control the in each layout. And then, I just call it in game layout.

    I didn't see, it's possible using functions to create event.

    Or is there a way to do that?

    Thank you.

    Tagged:

  • Hi Lionz,

    Thanks for your advice.

  • Hello,

    I am making a game where the system creates multiple objects of the same name "Slab" let's say every second. The "Slab" object uses bullet behavior with enabled property set to false by default. So the system creates multiple objects with the name "Slab".

    The enabled property will be set to true if the "Slab" object collides by a player. But this makes the Enabled property of all "Slab" objects set to true.

    How do I change the property for only an object that the player collides with but not change the property values ​​of other objects?

    Thank you

  • Great thanks. It works

    I test on my Android with Debug APK mode.

  • Great thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you give me where is specify File menu location?

    I can't find it. I'm using installed Construct 3 on Windows. I only found Menu -> Project -> New

  • Hello,

    I'm newbie. Currently, I use action Browser -> Close to exit the game. But it doesn't work when I applied in mobilephone (.apk).

    Does possible using Javascript to completely exit the Game?

    Thank you

    Tagged: