alextro's Recent Forum Activity

  • Why not using 'on touched object'? It only check if a sprite already touched by user

  • This issue caused by platformer behaviour that doesn't have a feature called "tolerance jump". Just like what you suspect the Player didn't jump at right moment immediately on tip end of solid. Naturally user tends to react too late that he got the Player already fall before user able to hit jump button. To counter this, developer create mechanism that compensate user response that giving "forgiveness" to the Player so it still can jump with some tolerance of time & distance since it fell.

    In Construct we must activate this "tolerance jump" by enabling double jump. If you don't want extra jump while in mid-air, you can limit it by add condition perhaps a variable to strict how many times Player can jump again after "first" jump.

  • This one might fit your needs:

  • Here the example to play with:

  • Somebody

    Proven that IID manipulation is rightious way to code

  • Done with just 2 events & no variable. Just need to adjust image point for line sprite.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Unfortunately no, solid can't detect another solid, unless you applied physics.

    You can limit the black block movement using clamp. I think I'll showcase it by create the sample for you.

  • Add Touch behaviour

    Add solid behaviour to the green blocks

    Add drag & drop then add platformer behaviour to the black blocks

    set platformer gravity to 0

    And you are all set

  • Glad to know that your game performance run at better speed now.

  • Do as following:

    Spawner is basically a marker to place enemies that will show only when they are about to appear on screen.A simple 2x2 pixel width is enough to do so.

  • Does it make sense if you change the animation to 'play from beginning'?

  • Okay first found that to make the enemy mirrored, you must set the awake to true from properties panel. It work that way even without adding platformer behaviour.

    EDIT

    Got it! It had something to do with LineOfSight. By default LineOfSight sees only into Solid object. The Player has not Solid behaviour. So I Changed the Obstacles properties from Solids to Custom. You just need to do that and everything work just fine

alextro's avatar

alextro

Member since 22 Feb, 2012

Twitter
alextro has 40 followers

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x6
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

27/44
How to earn trophies