lionz's Recent Forum Activity

  • It's because you have Solid obstacles and there is a tilemap covering the layout that is set to Solid, it interferes with the line of sight. You can change obstacles to 'Custom' on the line of sight behaviour

  • Using a boolean in place of a trigger once condition does not resolve the problem, the issue is that you are trying to trigger once inside a loop that is running every tick. The fix is to split it into two events because one needs to run every tick and one doesn't. But again this is just repeating my last post.

  • Has it been resolved? I can only take a guess because I can't see the project.

  • It's under System conditions

  • I think when you load from local storage it becomes a string so if you are loading it into a number var try using int(localstorage.value) to convert to number.

  • Your link is restricted

  • If you make a wall so a sprite with the Solid behaviour then the grid movement should stop or not be able to move to the next space.

  • Based on what I'm seeing in the first part of that event this should be split into two events anyway if you want something to be checked indefinitely and then another thing to run once. 106-108 should be one event. 109 onwards you can move into its own event - a loop with trigger once. The top part of the event matters a lot.

  • No problem!

  • It does start from 0 so that must be where your issue is. You should be using loopindex instead of loopindex-1, I would fix that first and see what the outcome is.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The top condition is technically a for each you don't need to embed another for each inside it.

  • Ok yeah it's only with the rex not with the ptero. On the event for the rex you subtract from hp but you don't with the ptero. Subtracting 50 hp means it runs the player 1 death twice and spawns 2 rex objects, it runs the function when player hp equals 0 and also on collision with the lava.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 followers

Trophy Case

  • 11-Year Club
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies