lionz's Forum Posts

  • You could choose a random layout by way of setting a variable to a random number then the value matches one of the layouts. You could then go to that layout and place the NPC, then return to where you were. The NPC would need Persist behaviour though. In Construct the layouts don't really exist when you are not in them.

  • There is a condition on the enemy sprite object, pick nearest, and you can use to player.x,player.y

  • On shift released, set stamina to max value

  • Some of those Else are true so they overrule the button press. Pretty sure all you need here are the normal W A S D events and then one for UP is down which sets a higher speed? When UP is released, you can set the speed back to normal.

  • What did you try so far and what problem are you having?

  • For move along path use a condition 'player on path found' : move along path. If that doesn't work then please explain what's not working for you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • With a remote mobile means what exactly?

  • If I'm understanding correctly what you are tring to do here then the best way is to put Object 1 in a container with the other objects you want to spawn with Object 1, and the same for Object 2. Then when Object 1 is randomly created it will spawn the other objects automatically.

  • > I think you meant you use itch to upload games, but even then they just want to share their project file for help from users. Uploading a game to itch is not the same thing.

    Yes I will edit that comment to say games.

    OP did not state they were looking to share their file specifically. The way I read it was they had some sort of version of a game built and wanted commentary on how the game played so far.

    At this point, whatever way OP meant the question, it is answered.

    Nope that's not why the users are coming to this part of the forum. As you can see in their next post they managed to share their project file from google. I wouldn't keep hijacking posts just to advertise your vaguely related videos that's not cool.

  • Probably player is moving in some directions but the object's angle is not changing. Depends what behaviour you are using to move the player. As you play the game in debug view check the player object's angle, does it ever change as you move in different directions?

  • I use Itch.io to upload videos. It's also a great place to find Game Jams which is a fun way to challenge yourself to make better games ^^

    Super easy to upload to Itch.io but if you have any questions this video will walk you through it:

    Subscribe to Construct videos now

    I think you meant you use itch to upload games, but even then they just want to share their project file for help from users. Uploading a game to itch is not the same thing.

  • What device model is it? Usually target is to get below 100mb but if you are using an ancient device then maybe nothing will work.

  • Upload to google drive or dropbox and create a share link

  • How have you made it move in 4 directions only, I don't see any logic for that? From those events looks like you can move to anywhere at any angle.