mjbreiva's Forum Posts

  • 8 posts
  • Title - Brave (infinite game)

    Be Brave and fight the CoVid19!

    My game is simple bcos I'm still new in C3. But I'm proud to share my work here.

    Thank you to all the people here who answers all my question. Cheers to that! 🔥

    Playstore link:

    play.google.com/store/apps/details

  • You do not have permission to view this post

  • Is this what you are trying to make?

    https://howtoconstructdemos.com/virtual-thumbstick-to-control-a-character-with-8-direction-behaviour-capx/

    You can disable animation change and the character will always be facing right.

    Hi!

    Already saw the link but that's not what i'm trying to make. (thank you for the time)

    I want to move my player up,down,left and right but hero still in the same position(facing right).

    Until now I don's know the solution for that. Please help.

  • Greetings everyone!

    I'm working on my game, just like space shooter in a landscape mode.

    so this is my event action on my gamepad

    I want to move my player to UP and down without affecting my hero's angle (just like always facing to the right side)

    Please help!

    Tagged:

  • Also don't forget to reset the variable on start of layout. And disable the DragDrop behavior for the object when it's successfully placed, otherwise player will be able to just drop the same object 4 times to win.

    Copy. Thanks! Keep Safe!

  • Update:

    I try this

    Global Number DROP = 4

    for each drag object i used

    action> System > Subract 1 from DROP

    System is = 0 > system go to next lay out. :)

    Thanks for help!

    now I will study to make pop up window before go to next lay out. Cheers! Keep safe!

  • You could use a global variable yes, you just need something to mark that it is completed. You could add 1 to a global variable when the drop is complete and then say when global variable is 4, go to next layout.

    ohh, that's what i'm missing. Sir, can you do me a favor? Can you please give me an example for global action for that event?

  • Thank you for your time to reply on my post, and forgive my bad english

    Basically, after I drag all the object in the correct position, i want to know how to trigger to the next layout. Maybe, i'm I need to make a global variable?

    I tried to add go to next layout but nothing happen.

    Here's my game logic.

  • Good Day Everyone!

    Hello! This is my 1st time here,

    please help me with my small problem, can anyone help me to teach me the easiest way to go to another layout when the stage is completed. TIA!

    here's the event:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • 8 posts