lionz's Recent Forum Activity

  • First part is duplicate post I resolved on the other post. Second part usually the sprite is holding the spear as part of the animation, then you have a separate throwing animation. The spear could then be a projectile that spawns from the enemy.

  • You'll have to create the events 'on key pressed' condition with action 'simulate control' on platform behaviour for example if it's a platformer.

  • Returning to your original question and the design, you want it to create just 2 beams only. The question is when? Right now you create it constantly, when do you want it to spawn the beams? If for example it's every 2 seconds then you can add a condition every 2 seconds.

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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!

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 72 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