Thank you for your offer we appreciate it :) Look forward to the future when translations will be available and your help will be needed!
Thanks guys! Up to 8, would be amazing if we could get it over 25.
We're planning on eventually adding official language support for Construct 2, can't say when I'm afraid though as it will be a big job (for Ashley) to do!
Maybe you would like to suggest it as an alternative! Take a look at our listing here:
http://alternativeto.net/software/construct-2/
If you like Construct 2 we would be grateful for anyone who clicks the like button under the Construct 2 cog :) It will help bring attention to people who may not have heard about us!
Yes at the moment Construct 2 is HTML5 only, both Construct 2 and Construct Classic should be perfect for your needs :)
What sort of games are you looking to make? And have you thought about Construct 2?
You do not have permission to view this post
Agree! Will get round to it
No we don't offer that functionality, I don't think we need to implement this either as I haven't observed anything that would warrant it.
Sorry, our forum rules state that all posts must be in English as we can't moderate other languages at the moment
Ah, it's on the to-do list :)
Wrap the canvas tag with this div:
<div class="wrapper">... canvas code ...</div>
And try this CSS:
<style> .wrapper { width:332px; height:514px; background:url(smiley.gif); padding-top:122px; } </style>
Is that sort of what you mean? The canvas doesn't fit in perfectly the iphone image so it comes off the bottom a bit.
Develop games in your browser. Powerful, performant & highly capable.
Have you tried clicking on the stars at the top? It should drop down a voting option :)
What doesn't work exactly? Make sure the URL to iPhone.gif is relative to the location of the index.html file (or css file if external)
If you show me a demo page I can tell you what's wrong