Maximus76's Forum Posts

  • Problem doesnt appear to be fixed with r94

    array values are still returning 0 for values set in an array when export to HTML. Array values are returning the correct values when running from the application.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • yep - I've got the same issue. works fine on test runs but once exported the global arrays are not working.

  • After exporting and loading into Visual Studio 11 Express Beta I get this error when trying to build:

    ---Popup window Error

    Unhandled exception at line 24, column 124 in ms-appx://00a2416c-0463-4ac7-9c39-7bc0681efbef-efcbce7rrtyba/c2runtime.js

    0x800a1391 - JavaScript runtime error: 'log' is undefined

    ------JavaSript Error

    Unhandled exception at line 24, column 124 in ms-appx://00a2416c-0463-4ac7-9c39-7bc0681efbef-efcbce7rrtyba/c2runtime.js

    0x800a1391 - JavaScript runtime error: 'log' is undefined

    File: c2runtime.js, line: 24 column: 124

    ---Highlighted Code

    log("Using Canvas 2D renderer")

    Any Ideas of what I'm doing wrong?