lionz's Recent Forum Activity

  • I guess there are a few ways to do this. My approach would be to give all switches a bool variable, lets say its set to false as default. Then have logic 'for each switch if player is overlapping switch, set variable to true, else set false'. Then to determine all are overlapped, pick switch where switch.bool=false, if switch.pickedcount = 0 then all are pressed.

  • Click on the sprite and open the image editor, add an animation for walk and the relevant frames you can import from a sprite strip. Then on the event sheet the logic is something like 'key is down' : play "walk" animation.

  • None of the events shown are loops? Correct the wait should not affect the other event so there must be another problem. Looks like that fade event could do with a trigger once, it might have an effect.

  • Timescale is only really used for a pause screen where you press a key to action it. A timer won't work. Because what you're describing has no user input but is based on picking up an item better you block out all key presses for the player and then stop all animations if required.

  • There are a few things you need to do. Add trigger once to the health less or equal to 0 condition. Bring the on death animation finished condition out into its own event. There is a conflict with idle animation and death, it can't play them both, so you need to add conditions to the idle animation if health is not less than equal 0 then play it or you won't see the death animation. Also because Fred is global he keeps the same health so you have to set it back to the default when you restart or you are stuck in a restart loop of 0 health.

  • You can put the health bar + enemy objects into a 'container'. Then they are related, if you create an enemy it creates the health bar and you pick together.

  • If I understand you correctly you can do a check if goomba.count = 1 so that means 1 exists in the layout. The event could be if goomba.count = 0, then spawn goomba.

  • You'll have to explain what you want to happen? The events are different to what you shared before and you have it set to call the function in any of the directions.

  • There will be a reason for it, if you can share the file it will be easy to work out what has gone wrong.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Looks pretty awesome to me, those graphics are WIP? haha.

  • Try Construct 3

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

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