lionz's Recent Forum Activity

  • Yep that's the idea. The system pick actions are there to pick by certain criteria. The common one is IID because it will be the create order of that object type, of course you are blocked by using the destroy action which starts to change the IID so an instance variable for the object that increments 'on created' will also work as a kind of ID system.

  • I wouldn't keep spamming, it's rare to get a response about app export things. From reviewing the documentation on Game Center it looks like it is probably possible. Show Leaderboard probably shows the default one or one defined by ID. If you've made a set then there will be a way to show the set.

  • Assuming they are created with default lock=0 then it makes sense that there would be multiple on screen that fulfil lock=0 criteria and can be moved. You need to define only one set of blocks that can be moved at a time with a unique variable or bool, then once moved you change this and set the next lot of blocks to active. At the moment it looks like you are relying on luck as the blocks move toward the player. if you wanted to really lock it down you could increment a variable and pass it through a function that relates to the block IID. So the block IID must match the variable to be available to move, then you increment the variable and the next set of blocks become available. Block IID wouldn't work though if you are destroying the blocks as they go off screen, so you could just make use of an object instance variable.

  • I'm not sure what the main problem is that you are having, are you saying that you can't work out a way to have the enemy move across the platform, jump up and then left towards the player? Detours will have to be made, the AI won't know which path to take up to that platform but you can code it in with events.

  • Yes the logic I mentioned will randomise what spawns, although there are many ways to do it and tweak it. Scrolling down as you move forward is a separate thing and easy to do, you could have everything +Y constantly if it is automatically moving or have it so that everything in the level moves down as the player moves up.

  • I wouldn't use pathfinding at all unless it's a top down game. For side scrolling platformer you can use line of sight and move X.

  • Why have you put the origin point in the top left corner? Put it at 16,16 in the centre and the object is fine...

  • What you're looking for is how to use them in your events which noone seemed to mention, it's set position to object.imagepointx(0), object.imagepointy(0) where the number in brackets is the imagepoint. 0 is default origin but you can use imagepointx(1), imagepointx(2) etc or even by name if you renamed them i.e. imagepointx("Weapon")

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Create a bunch of events that relate to a variable number, i.e. if 1 then spawn this pattern, if 2 then spawn this pattern. This could be in one event, a function that you pass a variable parameter through. Then every x seconds or whatever timing is required for spawning the next set piece you can use 'choose' i.e. choose (1,2,3,4) or 'random' i.e. random (0,5) to pick a random number which you can then put through the function and spawn the relevant set piece.

  • Look at the Audio object action : Set master volume

    Set the overall volume that is applied to all audio playback.

  • I would just use sprites for drag/drop and events, and pin the text to the sprite.

  • So you need help with a third party app called Game Center?

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 75 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