lionz's Recent Forum Activity

  • Hiya, pathfinding can be tricky. Finding a path every tick can be a bit of a disaster, also I don't understand the comparison for whether the enemy does not have line of sight? From your events it looks like you want the enemy to constantly move. If you are trying to follow the player constantly then bullet with set angle toward will be better.

  • Hiya, I can see what the problem is, because events run top to bottom in construct, it is setting it to 1 then back to 0 in the same tick i.e. you won't see anything change. You could solve it by putting a wait or timer before setting the variable. Another way would be to actually make a toggleable variable so have wood.checked as a boolean, on J pressed toggle the boolean, then have events if true or false do such a thing instead of 0/1. That would mean a single press of J toggles the boolean and avoids the setting back and forth problems.

  • Hiya, is this after touching the text object to go to layout 2? Layout 2 will be hooked up to a different event sheet, i.e. event sheet 2 instead of 1. Check for this first.

  • It should work so there's a problem with your events I guess. You could use 'simulate control', give your enemy the 8-direction behaviour and based on certain conditions have it simulate presses up down left right etc, that would move the enemy. You can also do the same with the tile movement behaviour, that might be useful for your game. Also there is a 4th option to use pathfinding and have the enemy find a path to the player.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Great, glad it's fixed :)

  • Well you set cost to a value for next time and it'll be up to you to decide how it scales and what that formula is. I used self+1 so it increases by 1 each time you upgrade, the actual value will be for you to decide.

  • Well I fixed the dragging so you can calculate distance : dropbox.com/s/hg30n3yan8by378/drag%20test.c3p

    To differentiate between tapped or dragged you can say if distancedragged = 0 for tap or distancedragged > 0 for dragging. Because you have the drag and drop behaviour a tap is actually a drag and will trigger 'is dragging' condition.

    Regarding the drag arrow file, I'm confused, can you not build on that file to get what you want? Seems to be close to what you're describing.

  • Bug is with the set width action, you used castbar.timer when treasure has the timer.

  • Good job, looks fun ^^

  • What problem are you having? What have you tried so far?

  • Check out the free RPG with Construct to get an idea : construct.net/en/blogs/construct-official-blog-1/demonoire-new-bundled-rpg-for-construct-3-949

  • It's half price for the first year if you've come from C2 license before Feb 2018 so you could pay that and try it.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 79 followers

Trophy Case

  • 12-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

25/44
How to earn trophies