lionz's Recent Forum Activity

  • And the save events? Where you set "nextlvl"

  • > I would expect this OR-condition to either pick all of the instances that are to the left of X=500, or pick all of the instances that are above Y=500. Even as we're talking about this, I struggle to think of what else it could logically do.

    You say it should be one or the other, so which would your actions apply to? It makes sense to me that sprites that meet either criteria would be picked for actions to happen.

    Exactly, the use of 'either' doesn't make sense in the context of how Construct is picking instances and applying actions to them. It will pick all the instances that meet at least one of the conditions.

  • You can do as much testing as you want but probably you should test it on a local APK before submitting.

  • Oh I see, is the animation set to 'looping'? Check in the animation editor. If this is looping then it will not trigged 'on finished'.

  • You used 'coin' global variable. The total 36 should also be a global variable like 'total', not a hard set number. Then when you go between layouts you can set it differently. If in layout 1 set total to 36 so it says Coin & coin / total which would show 0/36. If in layout 2 set total to 20, again it uses the same code Coin & coin / total which would show 0/20. You managed to put the collected coins into a global variable, now its time to make the total coins a global variable.

  • Did you test it on a local apk before you published it? Is it working there?

  • I guess you mean layout. Replace 36 with a global variable that can be set on start of layout. Because you linked them all to same event sheet you'll have to add another system compare condition 'LayoutName = '

  • We can't see what's setting it to true but when the animation finishes you do set it to false. So you are setting it instantly back to true again? Usually with a throw you can use a key press to trigger once and set the animation, then it would revert back to idle.

  • It looks like a game over screen, maybe you can go to a different layout and then return to it. Or put on a UI that covers the game screen since it sounds like you would reset everything anyway for a new game.

  • These are very simple requests, did you not try the conditions like 'is on screen' and trigger once to play a sound one time?

  • The solution is don't set timescale to 0. Freezing time then counting down every X seconds would be counter-intuitive, pun maybe intended.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • On the action you can use "Outfit"&self.number you don't need this counter variable. Same with HasKey move it down below the For and use Outfit&self.number. It won't be out of sync anymore because it's running through all existing instances of Family and using its own variable.

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