lionz's Recent Forum Activity

  • That's a different question entirely and I guess the answer is you make one and upload it somewhere then use the URL in the properties. It isn't important for testing. You should also be using test mode ads on the plugin.

  • As far as I know trying to import a C2 project with heavy use of plugins is difficult/impossible.

    This looks promising maybe : construct.net/en/forum/construct-3/plugin-sdk-10/convert-plugin-c2-c3-you-158580

  • It depends in what sense you mean 'creating new ads', configuration of ads is done on admob side but triggering a new ad to appear in game would be done by events in Construct so you would make a new build/apk. Not sure with iOS as I've never tested this but there could be something in the manual or tutorials section.

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

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

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