lionz's Recent Forum Activity

  • Store in an array and push whatever numbers you unlock to the array. So if you start with 0, 1, 2 and unlock 5 and 6, you push 5 and 6 to an array. Then you choose a random value from the array.

  • With the tilemap object you can build the game with good performance intact.

    https://www.scirra.com/manual/172/tilemap

  • Usually this is done by playing an animation that's created by an artist/animator rather than building a door. You make a sprite object and play the door opening animation.

  • On player collision with object >

    Object set position to player >

    Object pin to player

    Set position default is the 0 image point, so the origin/centre of the player.

  • Yeah it's not necessary, just make sure whatever you are going to use in the current layout is there at the start.

  • Usually you would store data like this as a global variable, since it is essentially keeping track of a score. The 0 you see is because you've deleted the player instance and it doesn't exist anymore. If you keep track of the data with a global variable then whatever happens with the player object won't affect the score.

  • Level or chapter makes sense, depends if a chapter is a sequence of relatively fast levels. You could even have both level and chapter.

  • Highest score in each level between friends seems like a good solution, so yeah #5. Seems like a lot of leaderboards but really it would be the most fun and also pushes them to replay levels for just this reason.

  • That's not a huge problem about posting in here. From your screenshot it seems fine, AttackValue will probs jump to 6 and enable them. I would share a capx via dropbox for someone to take a look.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes that's how you do it, if you're pulling the data from the array it's set global variable to array.at(0,0).

  • I'm not sure what you're asking now, the path to backup is a local windows path... like C:\Users\User\Dropbox. If you want to share with someone you can right-click and select Copy Dropbox Link.

  • To get the path you right-click on the file and select 'Copy Dropbox Link'.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 79 followers

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
  • 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

25/44
How to earn trophies