thehen's Forum Posts

  • Hi,

    This is a strange one, but I thought I'd report it anyway. Feel free to close as I imagine it's impossible to repro.

    Running r114 and my graphics driver crashed (GeForce GTX 550 Ti). After restarting my 'back', 'done' and 'cancel' buttons had disappeared. Reinstalling didn't fix the issue either.

    <img src="http://i.imgur.com/7pK9G.png" border="0" />

    I fixed it in the end by deleting registry entries.

    Cheers

  • Very possible. We're considering something similar in the near-future.

  • This is very possible with a simple plugin.

    Here is some more info: http://msdn.microsoft.com/en-us/library/hh506343(v=msads.10).aspx

    You'll need to keep in mind that you can't alter the HTML in the exporter, so you'll have to inject it with JavaScript.

  • Welcome to the forums! I use Blender a lot too - in fact it was the BGE that got me into games dev to begin with.

  • We've had about 10k downloads in a few weeks.

    Edit -> 50k

  • This is astonishingly great work. I'd happily pay money for this. The most interesting Construct 2 game I've seen.

    Do you have a Twitter or website I can follow progress on?

  • I use Hostgator and haven't got anything to complain about. Their Cloudflare integration is a big plus if running a big site.

  • I'm working on a plugin at the moment so that we can pass certification. There's a number of certification requirements that aren't covered by a simple export.

    The main issue I've found is that you can only play one sound at once, including music. That's a limitation of IE10 mobile, which my plugin should hopefully overcome. There's also no accelerometer.

    I've found performance to be fantastic. There's some weird issues to do with loading local images slowing down the game, but I'm working with Microsoft to try and iron those out. When using remote images or changing the outputted images to Base64 I'm getting 45fps for Mortar Melon, with no optimisation from the desktop version.

  • Ashley Excellent, thanks for the help. I got it working.

    You pointed me in the right direction, and when looking at the Appmobi plugin I was able to see how you'd done it there. Great stuff, I can sleep again.

  • Hi All,

    I'm working on a Windows Phone integration.

    Currently I can fire JavaScript functions from the C#, allowing me to identify events like pressing the back button.

    My problem is that I don't know how to get a fired function to trigger a condition.

    When I call this from inside the function:

    this.runtime.trigger(cr.plugins_.windowsphone.prototype.cnds.OnBack, this);

    Runtime is just undefined.

    Any help would be great.

  • remib74 Thanks!

    I've updated the post with a trailer, as I know quite a few people don't have Windows 8 ;)

  • kenli - I personally didn't use the Metro plugin. I had to develop some of my own plugins to do with roaming data toggles and I was getting some conflicts.

    You can do it without quite easily with the Windows 8 object. Simply check 'is view snapped' and 'trigger once' then create a sprite at 320px wide with your message on. You can easily create a button to expand too using the 'try unsnap' action.

  • ludei Sounds amazing - I look forward to it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Worms style destructible terrain/objects right? I'd be interested to see if anyone could come up with a solution.

  • EyeHawk Great stuff! Pleased to hear it worked out for you.