Simple Games's Forum Posts

  • You do not have permission to view this post

  • System -> Scroll to position (Scroll to X)

  • Do you mean: System -> Set layout scale ?

  • You do not have permission to view this post

  • Good job on the game! It's polished and has a good variety of mechanics :)

    • Post link icon

    I've provided tons of details here. Browsers, operating system, versions, hardware, connection, videos with the problem happening... I reported everything in detail, but the developers refuse to investigate.

    They could try to reproduce your problem using similar build conditions. I did everything you show in the video and it works perfectly fine for me, and it will work for them. So how do they investigate if there are no obvious steps to reproduce the issue? If you could find a set of conditions under which you are able to at least build an empty project and report it on their github in detail - they would have something to investigate.

    I'd suggest trying to build using a VPN. Since it happens with both WiFi and 4G, maybe there's a problem connecting to server from your location?

  • Do you check the Y position like this: Object.Y = 100 ?

    If you do this - it won't trigger because Y will never be exactly 100, so you need to check if Y is between two values, kind of like: Object.Y > 90 and Object.Y < 110

  • Maybe collision boxes are wrong, or collisions are disabled for one of the objects. Other than that - it's hard to tell what else the problem might be without seeing more of the code. Maybe you set the speed_boost value in some other event, so it's reset every tick.

  • Does the speed_boost value change in debug?

  • It should work, maybe you just don't notice the difference because 25 is a very small change, so try a bigger number.

  • Usually when build server is down - nobody can make a build which is not the case now, even if it had been a few days ago. Did you try building a new empty project to check if maybe it was a problem specific to your current game? Also, you can learn using Cordova to make the builds yourself, it's easy once you get the hang of it.

  • Playtronic no need to post this in every related topic, this won't help you solve your problem faster. I just tested it and the build server works fine for me, maybe try doing this in incognito mode, perhaps there's an issue with your cache or with the installed browser plugins.

  • Yes, better use walls in this case