lionz's Forum Posts

  • The set Y position events are still inside a loop and sub event. It makes more sense to have them as their own events so you can set the shrimp position based on its value, because it is only the value that changes every 1 second.

  • Construct 3 itself has capability to build the APK and sign it, you should select the option signed release APK instead of cordova project when you export.

  • Maybe it's your events that use go to layout

  • This sounds like a very old template and I don't think it's too useful, rather than trying to alter that you should probably be starting from scratch with localstorage and saving some data that way. Ditch the template, look at local storage in the manual and post here if you need help with saving data.

  • Let's see a screenshot of the events

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you pick the transfer object under conditions there should be 'pick be unique ID'

  • On collision with transfer,

    condition: transfer : pick by UID : value = transfer.instancevar

    action: set player to object position : transfer

  • Timer you can store the timer currenttime as a global variable when the game ends, and also stop the timer. When can=0 i guess.

  • > Kyatric I take this chance to ask you, wouldn't it be better to subdivide this forum topic in Jobs (paid) and Team Request/Collaboration (unpaid and revenue share)?

    Please report bugs directly there and not in this forum anymore.

    https://github.com/Scirra/Construct.net-website-bugs

    There is also a website category on the suggestions platform for suggestions relating to the website.

    https://construct3.ideas.aha.io/

    > So this is just an open forum to allow anyone to come and advertise their game made in any engine?

    Nope, this is a forum about Job offers and Team requests.

    Asking for beta testers does definitely fall into that category.

    Yes but you have to agree it is a little strange to come to this forum to request help when you are not using the Construct engine. It sounds like you are saying it falls within the rules on the forum but it is odd.

  • The Job offers and team requests are not moderated.

    People using a different engine making job offers is ok, as long as it is clearly indicated in their post, as it is in this one.

    For the beta testing of a game it doesn't matter the engine it was made with to be fair.

    So this is just an open forum to allow anyone to come and advertise their game made in any engine? If that's the rule then sure it just feels weird when it has no relation at all to Construct. Imagine they were asking for help with developing a game in Unity, the Construct forums are a strange place to come and ask for that but if it's allowed and is an open forum then fair enough.

  • If you are having trouble with local storage you could post screenshot of the events and we can help.

  • Ok great, glad it's resolved :)

  • You can save a global variable that tracks the total coins to local storage, and load it when the game starts. Or you can use the system save game mechanic if that is more useful where you can load the game at the last point. If you mean purchasing items in your own game then sure what do you need help with?

  • I dunno what the forum rules are for this kind of thing but you made it in Unity so it seems weird to post this here, almost like it's spam.