lionz's Recent Forum Activity

  • 1. You use one array with 2 different columns, such as 0,0 and 0,1 then 1,0 and 1,1 where 0 is the X co-ord and 1 is the Y co-ords, you would push back X and then Y you need to set in the same row and for this you need to know the row's X value so use the array's width to work it out maybe array.width-1,1, where the X is set at array.width-1,0 when you push it

    2. You can pop the top row of the array as you push one in

  • Isn't the explosion going to hit both objects anyway? That means the on collision logic would work on both of the instances separately. Not sure what you're trying to do here. If you want to destroy the object being hit by the explosion then it should just be the first line of the event you have there. Surely the object being hit by the explosion is also the one nearest to the explosion so I don't understand the need for the other checks.

  • The problem you have here is the first condition limits the number of picked instances to 1, you cannot then pick multiple instances further down in the event. As mentioned above with the family picking is a good way of distinguishing it from 'itself'.

  • On start of layout you can set 2 instance variables on the player object to the player object's x and y position and then set these when you want.

  • Can I get some more info on the gameplay, not everyone has played that game. In general to access certain letters in text you use the tokenat expression, or you can just play sounds on key press.

  • I don't see a need to post it, you have events on one event sheet split into groups. You just need to remember to assign the event sheet to each layout you add.

  • It's probably that the movement logic for the player isn't linked to the layout? The layout should be using the event sheet with the logic on, it might not be using any event sheet if you know where that option is.

  • Check it in what sense ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • try on start of layout : player set health

  • It's working but your array isn't big enough, when you use 'set' then the array row or column must already exist. A width of 6 can only fit 6 items for example.

  • Why are you trying to export it as a signed release apk?

  • Not sure exactly what you mean with the question but you can pick the first door by saying player is overlapping door, and you can pick the second door when you have used the instance variable and set position to it.

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