lionz's Recent Forum Activity

  • From your screenshot above, you probably want

    Z is pressed, condition (lockon=0) - set lockon to 1

    Z is pressed, condition (lockon=1) - set lockon to 2

    Don't use 'is down' or the key will be down during all variable changes and change the variable from 0 to 2.

    If you actually do want to be able to hold the key down for some reason then you can use 'trigger once'

  • Do you mean trigger it again on release of the button after a certain amount of time?

  • Oh right I see your problem now, damn that was confusing. You will need to use a for each so it checks individual containers separately, without using that its just true if any door is in use, and by that I mean anything in the container, so if any door_opener is overlapped it makes it true as well.

  • Are the levels on separate layouts? You just use the Go To Layout action.

  • I just deleted all of your logic and put in one line : Player is overlapping door_opener > set door animation "open", it picks the door that is in the container with the door opener you are overlapping. If you overlap two door_openers then it opens the doors in both. Seems to work fine.

  • You said door too many times so it's too confusing to me now. You said the other doors will not close if the player is overlapping multiple openers. What do you want to happen?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No worries, my capx is pretty much the answer below mine, but looks like you have found a solution already

  • The link is broken. However if you are using arrays you can use 'push' to push orders to the next available slot at the back of the array so try this first.

  • Problem is that the other door's won’t close if player is overlapping with multiple Door_Opener’s.

    It does work, you just have the initial bool set to true on that left door.

    My question is though: why I need to add that “for each” condition? I though that boolean variable (isLocket) will pick each object separately (and also Door_Opener's because they are containers of Door ohject's).

    You don't need a for each. If you just have door is boolean set, then it will just check each door as if it was a for each.

  • So you're asking is that the correct link for downloading audacity? Looks like it.

  • I just made this which should give some ideas... It zooms out until everything is in view, is that what you are after? Obviously you can adjust the values so that it is instant, I've just set it up to incrementally zoom out so you can see what's happening. https://dl.dropboxusercontent.com/u/495 ... nview.capx

  • So they are scored when you jump past them basically? I guess you could record the x,y of the player at the start of the jump and on landed, say for all platforms if y is greater then add score.

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