lionz's Recent Forum Activity

  • Just an issue with the calculations, I don't really know what's going on there but you can see with test values that medium is never true and if you make it an AND block which it should really be then it's still impossible to get medium because I guess powerlevel/2 is always true and it's either easy or hard. For simplicity you should just use set values enemy power level is between x and y.

  • Remove the every 0.0001 as mentioned. Also a condition on the 'medium' one, player is greater than enemy seems wrong because it overrides all 'easy' so remove that.

  • Is there any way you can remove that plugin CB Hash? I'm using Construct 3.

  • It takes a while to get used to picking instances in Construct. When you say destroy object A, it's not related to the B and C that are overlapping. I can't see the game so I don't know how they should be related but if it's a switch of some kind you can use instance variables on the instances and pick that way to match them.

  • Let's see the new code and tell me the example values you have for player and enemy level.

  • Nice :)

  • Hello, yes if you select the object itself in events there is a condition 'Pick top/bottom' which allows you to pick the one at the very top or bottom of the Z order. Add this to your on touched event to pick the very top one.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This event shows the timer starting every tick so it's never going to finish. You just need one timer since the enemies spawn at the same time, so no need to use for each. You should have 'enemyspawner is on screen : start timer (with a trigger once)' but the timer can be on a random object. Then you say 'on timer : for each enemy spawner : spawn enemy'.

  • Yes so run it when the player levels up

  • It's an instance variable, if you prefer you can use a number that changes from 0 to 1 and they must both be 1, same thing.

  • Because you're running it constantly, you need to assign it once since that's the kind of mechanic you're going for.

  • You need to pick them outside of the family. You can now create an object by name so I guess you could try creating object choose(apple1,apple2).

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