MTR's Forum Posts

  • Thanks for all your comments.

    I decide to use the *100 /100 solution, but adding a round().

    With this I can use the array and I don't need to worry every time to add a /100

  • And is there any easy solution?

  • I don't know what happen but when I use array C2 say:

    0.05 + 0.01 = 0.060000000000000005

    Example:

    https://dl.dropboxusercontent.com/u/128712958/test.capx

    Source code:

    Result:

    Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think the problem is your game is host in *.konggames.com

    Then you (and all users) need to allow Third-Party Cookies.

    This is a big problem, if you find any solution, please post it.

  • Hi,

    I have a big problem with users that have this option select in chrome.

    If you enable this option when the game start and try to check WebStorage the game stop with errors in console. If you minimize-maximize the screen you can see the 1st game screen but the game is stopped.

    I know it's there because I put a browser logs and they stop there.

    Chrome config:

    1) Settings -> Show advanced settings

    2) Open Content settings

    3) Check: Block third-party cookies and site data

    Game upload: http://www.newproject1.skn1.com/IdleEvolution.html

    This web open an iframe to dropbox with my game files. It's the same like when you publish in newgrounds, kongregate, ...

    Note: of course, the game work well if you open it in dropbox.

    Any suggestion will be welcome.

    Thank you

  • Thanks for this plugins.

    I need to change NG.min.js in line 2454

    //var NG_SERVER = "http://ncase-proxy.herokuapp.com/www.ngads.com/gateway_v2.php";

    var NG_SERVER = "https://ncase-proxy.herokuapp.com/www.ngads.com/gateway_v2.php";

    With this it work... in debug

    When I export the game freeze when "start api". If minimize - maximize browser, the game continue but the api don't connect.

    Error in console (chrome):

    Uncaught TypeError: undefined is not a function

    c2runtime.js:

    (function(){function d(){}var l=Jb.prototype;l.Wd=function(c){this.oa=c;this.b=c.b};l.Wd.prototype.Ka=function(){};l.lc=function(c){this.type=c;this.b=c.b};var c=l.lc.prototype;c.Ka=function(){};c.fp=function(){};c.xb=function(){return{}};c.fc=function(){};c.sc=function(){};c.ob=function(){};l.N=new function(){};d.prototype.Mh=function(c,d){NG.$o(c,d)};l.Jc=new d;l.uc=new function(){}})();function Kb(d){this.b=d}

    Any idea ?

    EDIT SOLUTION

    When export to html5. Disable "Minify script"

    And... it work !

    I don't know who is to blame c2, plugin, ...

    Export without minify is bad then I hope someone fix this.

  • Excuse me to reopen old post, but someone has managed to use cpmstar?

    They only give instructions about how to add in flash.

    Thank you very much.

  • Hi,

    I start learning C2 about 2 weeks ago, and i found this problem yesterday. Can someone explain me why work different? I can't understand how the order of factors change the result in "is overlapping".

    ERROR

    <img src="http://i39.tinypic.com/2rfrdpg.png" border="0" />

    Result: (Always subtract 2)

    TextDebug: 5

    TxtWin: 3

    OK

    <img src="http://i43.tinypic.com/fla9om.png" border="0" />

    Result: (Always subtract 1)

    TextDebug: 5

    TxtWin: 4

    Thanks