Lowren's Forum Posts

    I would gladly pay 200 to 300$ for a lifetime payment. But I'm allergetic to rental things, especially when it comes to softwares.

  • I have the same problem, I wonder if there's a solution to stop audio when switching window! If someone can help...

  • Ok I see. As I closed a deal with Zibbo, I guess I should put a Zibbo splashscreen then. Thanks

  • It works perfectly, thanks!

    Anyone knows what this "Splashscreen" is about? Are we supposed to create a splashscreen, put it at start of the game and call the splashscreen action at this moment?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • A big thank you! It will make my life easier when dealing with Spil!

  • But let me tell you that I'm currently in contact with the nice folks at spilgames to collaborate on an updated version of my plugin. There should be results next week and then the plugin will basically be officially approved and overhauled by Spilgames. A fully working solution for every C2 user.

    That's awesome, thank you!

  • OK - I guess there are a lot of you still asking for this, so we'll bring it back for the next build. I guess it's not your fault if publishers want to support old versions of iOS.

    Wonderful! A big great thank you for listening to us.

  • I still use r146 since the Hide address bar feature was removed...

    As many developers here, I sell C2 games to publishers and they absolutely want the bar removed on iOs6. They just don't care that 80% of users have installed iOS7. These companies have very strict guidelines we cannot workaround with a simple trick.

    You can't tell the publishers "Oh, tell your players to upgrade to iOS7 because Construct 2 guys don't want to bring back the feature, sorry!"

    For the JavaScript action workaround, that's fine, but if the players need to do a touch input to make it happen, I'm pretty sure they will report this as a bug.

  • Same problem here... I can't skip the ad when pressing the X button. Anyone know a workaround for this?

  • I totally agree with you Ashley, the stock browser seems horribly buggy and outdated.

    The problem is the majority of publishers absolutely ask the game to work on it. In my problem, the issue occurs only on Samsung Galaxy Tab 2 and Samsung S3, on 4.1.2 on stock browser :P It's a very precise situation.

    I just hope they will accept my games despite that but that seems compromise. Some of them refused games before because of stock browser issues with C2 -_- So to other developers: be very careful and test the games on every platform possible.

  • Hi,

    I'm curently trying to sell some of my games to a publisher, and my games can't pass the tests for one reason :

    When touching a link object, it opens a new tab but when you go back on the game, the game is not responsive anymore (freezing). Happens only on Android 4.1.2 on stock browser, but it's a requirement to work on it.

    After asking another developer who encountered the same issue, it seems that it's the requestAnimationFrame that cause the problem. I just have to reset it on focus event.

    But how can I do it in C2? Is it even possible? Is it not possible to workaround, ie forcing the game to be responsive (set time scale)? I'm such a newbie in programming so it's difficult for me to understand those code things.

    Thank you in advance.

  • Helpful response, thank you.

    Anyway it's unfortunate that the Scale option is so performance consuming. This is the only solution to make the game suitable for all mobile devices. In any case, it's the only one I know.

  • You're right Soybean, scaling option change everything. It was something I didn't know. I can earn 30+ fps (20 to 50) when I change Scale outer to scale inner...

    Thank you for your help, I see more clearly now :)

  • When I remove most of the stairway platform, it goes from 20 fps to 50 fps. So I guess the problem is the tiled background... It's weird, I believed I can put more than two tiled backgrounds / sprites on screen, even on mobile devices :/

  • Guizmus I checked this very good article many times since months. Except text object, I don't use anything of those performance killers the article advises to remove.

    Soybean I removed the button and nothing changes :/

    Here's the capx, if someone want to check: https://dl.dropboxusercontent.com/u/27924504/test/test.capx

    Thank you!