Burvey's Recent Forum Activity

  • It would be nice if the warning would somehow reference which stuff will be deleted. I know I've deleted objects in the past which I forgot were actually used. It can be a pain sometimes.

  • Not sure if it's why or not but the free edition of construct 2 only allows 4 layers.

  • I didn't look through your code with a fine toothed comb but the one thing that jumps out at me is your use of the wait event. I believe that you should be using a timer behavior instead for that.

    Also, since you're using the free version, I think you should be able to save yourself a few events by moving your events (not triggers) in 53 and 54 all up to 52. You will need to make more events for the timer behavior though if you change it out with the wait, which you should.

  • Yeah, you should be using the same text object, and just setting the new text when you reach the checkpoint.

  • The easiest way I've found to toggle anything on/off is by creating a variable and then use the following string to set it: Set variable to 1-variablename. What it does is if the variable is equal to 0 then 1-0=1 so it will switch it to 1. If the variable is 1 then 1-1=0 which switches it to 0.

    So in your example.

    On key pressed > Set variable HUD to 1-HUD

    If variable HUD = 0 > Make objects invisible

    else > Make Objects visible

  • To be honest it's probably a good idea to remove the global property and just use the persist behavior in this situation. At least that is what I would do. There are many ways to do things though and you can do it however you like. Good luck with your game.

  • Can you be more specific as to what you're trying to do? Do you want to control all of the sprites with the keyboard but have them jump at different times?

  • It's a give and take though, you may use a fraction less memory but you'll also have more objects which means bigger download etc.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Have you tried adding the Persist behavior to the coin?

  • You're welcome. Good luck with your game.

  • I would recommend starting with this: https://www.scirra.com/tutorials/313/cl ... kout-video It's not tetris but you will learn so much and actually make a fully working game by the time you're finished. This is what I used to learn construct 2 and I can't recommend it enough.

  • Try removing the anchor behavior and place the GUI in the layout where you want it to show up manually. It should remain there as you move since the GUI layer has paralax of 0,0

Burvey's avatar

Burvey

Member since 5 Oct, 2013

None one is following Burvey yet!

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
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies