lionz's Recent Forum Activity

  • Have you tried removing the add on? Another thing you could try is opening it in the previous stable release 432.2 see if it has the bug.

  • depends on the condition you used. If it was something like bullet on collision with Enemies(family) then it should pick one instance so your condition must be picking them all somehow.

  • The usual way to solve your problem with the collision boxes is to have one box for the player and you pin the animations onto the box, that way you can change the anims and don't need to worry about the collision.

    The anim issue, what other animation is it trying to play? Because you used right arrow key maybe it is trying to play walk, or it could be idle. The issue of cancelling or freezing animations is usually because more than one event is true at the same time.

  • Could be an event sheet problem. The layout needs to read from an event sheet, did you assign it the correct event sheet in properties?

  • In the properties of the behaviour check you didnt disable it, is Enabled ticked ? And in 'debug preview' you can click on the player object and see if the behaviour is enabled during the game.

  • It is a Construct thing yes with picking. When you pick the first sprite by var=1 it narrows the pool of sprites to pick from to that one only, so it won't find the other sprite in that same event.

    There is a way to do it in the same event but it can sound a little convoluted, after picking sprite.var=1 has 0 health, in the next sub event you can use 'pick all sprites' again to open up the pool of sprites to all, then in the next sub event you can pick sprite.var=2 has 0 health as well so then when you hit this end condition I think you will have what you wanted.

    Also an important thing, I don't think it will work anyway with system conditions for picking instances. Use the actual sprite object conditions and not system.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • With a container when you pick one of the objects in the container it picks the others too so you would only need one variable on one of the objects for it to act as one sprite as you described.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The customer gets destroyed just for ordering food how harsh T_T

  • If the icons are always in the same place then should be easy with the variable setting.

    If they are displayed in a queue then sure maybe an array is better and you display the buff at 0 in first position and at 1 in the 2nd slot etc then if buffs time out and you delete the row then they would move down.

    You can add a line of buff icon objects and match buff icon animation to the buff name at the array position. Many ways to do this and ultimately depends on how buffs work in terms of design.

  • If i'm understanding it correctly as an enemy status you can use an instance variable on the enemy object or family such as isBurn=yes. Equally if it is a case where the player inflicts burn you can use a global variable.

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