ArcadEd's Forum Posts

  • I recently exported Hungry Hal to html5 and when I attempt to play it on my Ipad in Safari I get "A problem occurred with this webpage, so it was reloaded." The page then tries to reload a few times.

    Chrome iPad - Crashes, closing chrome

    Same error on Desktop version of Safari

    Runs fine on Chrome on Mac Desktop

    Has anyone seen this before? Any ideas how to find out what the issue is?

    Seems to work fine on all non apple devices.

    URL http://www.elf-games.com/games/hh

  • Couple of things.

    1. Make sure you are compiling Canvas+

    2. Makes sure you are not using any plugins or objects not supported by CJS.

    3. If you can view the debug, it might give you some idea. Try it with the CJS launcher app and look at the debug and see what's going on.

    You can always email and they can help too. they will want to have a copy of your capx, if you are willing.

  • I've published all of my games with CocoonJS, including Hungry Hal https://www.scirra.com/construct2/games/hungry-hal

    My steps, as I am targeting more than just Android 5 and iOS8

    Sign up for their cloud compiling service.

    Download and install the latest plugin, and take a look at the example CAPX included with it. https://github.com/ludei/Construct-2-plugin

    Export your project as CocoonJS (You may need to activate it by right clicking in the export windows and choose "Show depreciated exporters")

    Setup everything on the cloud compiler, drop in your zip file that C2 created and export as Canvas+

    You can also export and then try it in the CocoonJS Launcher app that is available for ios and android. Though I prefer testing actual compiled files.

    If you have more questions, just ask.

  • No, a Trigger event only happens when that event is triggered.

    This is from the C2 manual

  • Well since Is Logged In is a trigger, what you might want to do is just leave it as a stand alone event and set a variable. I do something like

    Is Logged In - Set loggedIn = 1

    Then use that variable (loggedIn) in your function instead.

  • I think it's normal, what are you wanting to be able to do? Are you wanting Is Logged In as a sub event of the function? That event is a trigger.

  • Last week was thanks giving so we didn't do one. This weeks is done, but with Ludem Dare going on, Alvaro won't edit until early next week.

    We are probably going to start doing them every 2 -3 weeks instead of weekly.

  • Yes, myself and others have mentioned this bug on the Github page. Same thing happens if you are touching the screen when a full screen ad comes up.

    To work around it you have to basically do a check if you are touching the screen before launching game center.

    https://github.com/ludei/Construct-2-plugin/issues/43

  • TheWyrm

    It was mentioned to me by Ludei. I can't remember if it was an email, blog reply or what. I'll try to find out.

  • Thanks for the great feedback from everyone.

    I got the impression from Ashley that C3 will continue with HTML5, just with an updated UI than can be ported to other platforms like mac and possibly have the ability to allow custom plugins to modify the UI as well, like in Unity.

    I could be way off there .

  • Updated the first post with links to each episode

  • I don't ever really use the Launcher app, so I can't really say. I can say I have very rarely had issues with CJS unless I had a plugin installed or was using a feature in C2 not supported. This sounds like something that might only actually function when not in the launcher. I would email for some help. If you can provide them a CAPX, I think it would help.

  • Yeah, testing in the launcher will show Ludei's leaderboard. You need to test the built APK.

  • Yeah, to make the layout by layout loading to be usable, we need a way to show a loading bar between layouts.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You probably want to use Unity.

    For motion capture, Poser Pro Game Dev can do it with a kinect and imports into Unity.