boomerfreak1's Forum Posts

  • Do you know what addon you'd recommend? Thank you for taking a look. I knew I may have to do that at some point.

    As for the player sprite bit, is there a tutorial on how to do that? or a project file I can look at?

    I feel all this learning is eating up the time I actually want to spend in making the game since this is all gameplay related, a little disheartening to be stuck on such simple things.

  • Hey guys, I still haven't been able to figure this one out. Any advice? I'm still baffled.

    This is and creating a dash mechanic for my platformer have been absurdly hard

  • Still seems to not be operating correctly. Anythoughts guys? I updated the working file.

  • yeah my thought WackyToaster was to have it so the player could jump onto a wall and hold shift to climb it or if they don't hold shift they would fall normally.

  • I've decided to make it so the player can run and jump then climb the wall but so far it still doesn't seem to be working.

  • Looking to have a very high movement platformer. Double jump along with a wall climb.

    My character wont climb the wall right now and currently I have jump disabled until I can figure this out.

    Here is a screenshot of what I have put in. Character is stuck to the ground still.

    Here is my file so far:

    drive.google.com/file/d/1UpKJPXguVw0grvkozzGWKXLfVNB2Fj88/view

  • Events look good. Upload your project file again.

    Here is the file

    drive.google.com/file/d/1Y_-Ceqqa7haY_U1wMLrs5NYbuxxQ7lTf/view

  • Posting in the forum is the best way to get responses. There are plenty of people far more knowledgable than I. I'm usually always lurking

    For sure,

    Ok I took a stab at it and this is what I got.

    The camera seems to be stuck moving to the right though. The controls work, it just snaps to 100pixels to the right of the character so it seems off center when you let go of the right joystick.

    Here's a link to the pic

  • For sure! I'm giving it a go as I write this. You seem like a really knowledgeable person with Construct, is there a way to stay in contact past this post? Discord maybe? Figure since I'm a noob I might post here a lot and wondered if there's commmunity outside of this forum or other ways to connect.

  • dop2000

    Do you have any other addons that are great for 2D platformers? I'm obviously very noob.

  • calminthenight, did you do that in the project file? I'm having trouble finding the system "set stickangle" function.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This will give you a 360° look around limited to 100px from the player position without the need for any behaviours.

    This is exactly what I'm looking for thank you!

    yeah I don't do so great with scripts so I try to figure it out with behaviours.

  • Ok so I tried even making the sprite have 8 directional input and still not getting anything from the joysticks in vertical. Screenshot and file attached.

    imgur.com/a/NpZv2JA

    drive.google.com/file/d/1BFioyRM_NoVW9cUagCJHeAEEBellXNqQ/view

  • As the title says, I'm currently working on getting the gamepad joystick to move the camera for the player to look ahead a little. It works on the X axis, but I can't get the Y axis to work properly.

    I've attached a screenshot of the functions I'm doing on the sprite that is invisible for the camera. Please let me know if anyone has a tip. Screens or written out what I need to do would be super helpful!

    I can also lend my file if need be.

    imgur.com/a/XmbZ5vl

  • Hello! I was wondering if anyone had a tutorial or some code screenshots for how to make a camera look ahead of the player and snap back using gamepad joysticks.

    I'd like the player to look around the level slightly and when the joystick isn't in use the camera snaps back to the player position.

    Any advice would be greatly appreciated