lshay's Forum Posts

  • 9 posts
  • I managed to get it working, I decided to ditch the .cfm file and go back to just a json. Thanks you for your help though!

  • Sorry for the delay, yes I am trying to get it to go into a C2 array. I did not have that coldfusion tag there before and it still wasn't working. I recently added that because it was fixing all of the special characters. When I inspect element on the page that has my widget, the json is loaded. But none of it gets into the widget itself.

  • Hi, I'm trying to get my program to be able to take in a JSON that has spanish content within it. I have already made an Chinese version of this simple tool and it works properly. However, when I switched the text sizing to one text box and replaced the Chinese characters in the JSON to Spanish, all I am getting is 0's. I have validated that the JSON is correct. Just in case there is confusion, the JSON is in a .cfm file that gets pulled into the game in a string fashion. I guess. Sorry, if I'm not saying any of this right Here's what I have, any help would be appreciated!

    --- Example of 0's

    drive.google.com/file/d/0BwqzPXQy19FsTGRBTWZKRzJhSjQ/view?usp=sharing --- .CAPX

    drive.google.com/file/d/0BwqzPXQy19FsNFl3a1VlcTVUdUU/view?usp=sharing ---- CFM File

    Just add the https:// in front of gdrive links.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have posts there too. No replies, just trying to get help

  • We run all our games through a coldfusion file (masterindex.cfm). I have not been able to find a way to check that the images in the game are loaded before executing a function to release our preloader. onLoad triggers when the javascript is loaded (as part of the page loading) but does not wait for the images. Please help!

  • Thanks Ashley!

  • All of our games have the same console error:

    Uncaught (in promise) DOMException: A call to lockOrientation() or unlockOrientation() canceled this call.

    Uncaught (in promise) DOMException: lockOrientation() is not available on this device.

    [Construct 2] Suspending

    [Construct 2] Resuming

    [Construct 2] Suspending

    [Construct 2] Resuming

    [Construct 2] Suspending

  • I have a game that was running fine in Chrome 43 when it was released in May - now that we are on 46, the game does not run at all in 43. There are no console errors. I don't know how to debug this? I used crossbrowsertesting.com to check the game in chrome 43 as I already have the latest chrome version.

  • We have 13 games that are working in all html5 browsers, yet they all 404 saying application cache error: c2runtime.js is not fetched. We have renamed each c2runtime to the game name & they run. Any ideas on this error?

  • 9 posts