lionz's Recent Forum Activity

  • Add the Solid behaviour to the wall

  • There are many different ways. You could start out simple and have a function for each npc, every time you press enter, it adds to a variable which acts as a counter and then sets a different bit of text. So whatever you did so far to start and show the conversation you show different text through sub events against variable conditions and when you want to end you just add the actions to close the chat etc on the final sub event.

    You can also store chat in an array. You can set this up in an array file then load it into an array and read from it. Each npc would have a variable that relates to a column of the array and when you chat it runs through each row of that column.

  • You can add a Trigger Once condition

  • Did you regenerate the obstacle map after creating them?

  • By continues to walk infinitely I assume you mean the player isn't moving but it's playing the walk animation? Why are your walk left and right conditions so different? Well the bottom event for idle is kind of redundant. Really the top one should overrule for idle but it may not trigger if the player is considered as moving for some reason or the player is not considered to be on the floor, you can debug it and check.

    • Post link icon

    Duplicate I responded on the other one

  • Not an Else, you can create a sub event if Monster.Pickedcount=0 then Win.

  • Correct

  • With coins as a global variable you should be able to add and subtract for spending. When you buy a character subtract the coins, to say whether the character is unlocked you could use another global variable changing it from 0 to 1.

  • You can add several conditions together, you can do this with those you mentioned to filter the instances. Or one can be a sub event. Did you try this?

  • You have the variable you just didn't use it in conditions, get rid of the repeat and use NumOfBloonsSpawned < 20 instead, that means it only creates one every 0.5 seconds until there are 20 of them.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To make the time random you use a random time instead of a set number of seconds, every 5 seconds won't be random but you can use every random(a,b) time to make it different each time.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 79 followers

Trophy Case

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

26/44
How to earn trophies