Hi Sglorz,
There is a thread on this:
But in summary:
And lots more planned. We really are aiming to make it the best 2d games making tool out there.
With Construct 2 as well, we are going to be focussing a lot more on the community as well, with a great new website on the way.
lol someone did this which is crazy smart, 125 chars
for(a=[j=p=2];j<123;)a[j]?p%a[++j]<1&&p++&&(j=0):(a[j]=p,j=0);function b(c,i){return c[i=i||0]?a[c.charCodeAt(i)]*b(c,++i):1}
alert(b("toba")==b("boat"));
Develop games in your browser. Powerful, performant & highly capable.
Lol some people online have managed to ridiculously shorten the code:
a=[r=j=p=2];for(;j<28;)if(a[j]){if(p%a[j++]==0){p++;i=j=0}}else{a[j]=p;j=0}function b(c){for(;i<c.length;i++)r*=a[c.charCodeAt(0)-95];return r}
Just for fun here's a Javascript implementation
a=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101];function b(c){r=1;for(i=0;i<c.length;i++)r*=a[c.charCodeAt(0)-97];return r}
alert(b("hello") == b("hlleo"));
Lol! Just me as far as I know
I've renamed my account name to Tom, hope this won't cause much confusion
Thank you jbyrosi for translating it, it will make it a lot more accessible to other Spanish speaking users!
Beautiful design, well done!
Looking forward to trying this out this evening!
1820m, nice card! I got exactly the same one. Sorry I have no idea where you can repair it though I'd try phoning Creative/Emu up and asking if they have recommendations.
Unfortunately that is the risk when you build a project in a beta application, I'm sorry you've been having difficulties.
A lot has been learnt since building and developing Construct 1, Construct 2 is going to be more powerful, more modular and a lot more stable.
Kastas, awesome game! Look forward to more levels
It might have sold for $20m, but it may of come with a lot of conditions, IE, $1m upfront now, and other value released when certain performance targets are met. They might have a long contract with Disney as well to make all their HTMl5 games. I doubt it was $20m cash!
Meta charset is an HTML5 tag, and we can safely assume the user playing the game is on an HTML5 browser!
Try putting:
<meta charset="UTF-8" />[/code:3dp05toi] Immediately under the <head> tag in your HTML source. If this works, C2 should export all HTML with that tag in it.