winstreak's Recent Forum Activity

  • You want to find the difference between the 2 layers and adjust the location by that much.

    I made a video that can walk you through it if you're having any difficulties:

    https://youtu.be/inpTVBWI9v4

  • Easy way (Will eventually get messy though)

    Add a condition to your Else - set Animation to "Idle" statement

    (Meaning add more to the left side to make sure you are okay to go back to Idle)

    I would add: Player is currently playing "punch1" - Then right click it and select invert

    So now it will say:

    System Else

    +

    Player is NOT currently playing "punch1" : Set Player to "Idle"

    Each time you add more animations you will have to check to make sure your Player is not actively in that animation by adding it to the Set Player "Idle" statement

  • Glad it worked

  • You do not have permission to view this post

  • Tracker is a variable I added to the Text Object.

    Once added you can create a new event. Create a Condition from the Text Object - compare instance variable

  • Seems like no one has answer, this seems to be a very big bug in Construct 3 with no workaround I can see :(

    You have both platformer behavior and physics behavior in effect. Physics pretty much has to be used by itself. So you can remove one or the other and replace it with new events/conditions

  • Looks like it is an issue caused by mixing platform and physics

  • You have the level being tracked somehow - now just bring that into the event condition for your chest.

    Two ways off the top of my head:

    1. Create an algorithm that involves your level to make it go up at a rate you desire throughout your game

    2. Create different options If level = 1 give gold or Else if level < 5 (Level 2,3, or 4) Give more gold

  • Restart layout will not reset Global Variables.

    Potentially you have an on start of layout in your event sheet that is setting globals to a different value?

    Or maybe you are using instance variables?

    Hard to know for sure without a look at what you are working with.

    As far as the player object -

    This should set it back - so maybe you have the Global checkbox ticked on your object or again maybe an on start of layout that sets it somewhere weird?

  • gluii

    If you are looking for something simple, my favorite way is to just use an instance variable. In this case I have a textbox which has a variable. Depending on what that variable is I change the text or move it off screen.

  • Looks like your code doesn't know which gun to pin and flip from your condition, so it does both.

    I wasn't able to get a version of your code to work, but I'm guessing you want something like this.

  • You can pin a Sprite Object that has a clone shaped collision polygon. On Sprite Overlap they are in sight.

    Uncheck the initially visible box on the sprite to hide the Sprite.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
winstreak's avatar

winstreak

Member since 4 Dec, 2019

Twitter
winstreak has 11 followers

Connect with winstreak