lionz's Recent Forum Activity

  • Might be overthinking it? You wouldn't need to save the file again. If you are updating the current settings of the player then you update the array during runtime. If you want to save the game you can use system save/load.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It must be as an apk on a mobile device to see ads

  • Not referring to the size I mean like in Isaac when you exit from the top and enter the next room from the bottom. You would need extra logic to work all this out so they are aligned. If your game just has a line of rooms going from left to right then it might be fine.

  • You can store all the room layouts in an array yes but you'll come across a problem that the exits don't sync up if you're creating it in advance. Not sure how people would solve that problem. I made something similar when on exiting a room it created a random room during runtime.

  • No the tilemap data is one string. You can store this string in one position of the array to use later, but the question is do you need to?

  • This logic doesn't make much sense, what are you trying to do with the array? The load action is for loading pre-existing array data, not tile data. You can set a position in the array to ajax.lastdata and load it later using the tilemap load action.

  • Instead of loading ajax.lastdata directly onto the tilemap you can set it in an array and then later on use array.at(x,y)

  • When downloading the file use .TilesJSON and then use the Load action instead of Set.

  • On card tapped you set the next free slot to the card.value. You would need logic to work out which slot is free, or if card data is stored in an array which is common then you can use a second small array for the slots and add the data for each card tapped to the second array.

  • on start of layout you map all attack strings to their respective functions then you can call the function using enemy.variable as the string. Check out the manual as it has an example project.

  • Under Project Properties bar, you can change 'Loader style'

  • In what sense are you using push back value? Usually you would have all trophies in an array and in another column set the value to a yes/no on whether it is unlocked. If it was implemented like this then you could say if they are all yes then displayed unlocked image.

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