dweddle's Forum Posts

  • 4 posts
  • Here is my array

    {

    "c2array": true,

    "size": "[8,7,1]",

    "data": [ [["Type"],["Y-Top"], ["X-Left"], ["Length"],["Dir"],["Movement"],["MovDir"]],

    [

    ["Plat"],["15"], ["0"], ["50"],["H"],["0"],["H"]], [

    ["Plat"],["15"], ["60"], ["20"],["H"],["0"],["H"]], [

    ["Plat"],["10"], ["79"], ["50"],["H"],["0"],["H"]], [

    ["Plat"],["27"], ["10"], ["30"],["H"],["0"],["H"]], [

    ["Plat"],["22"], ["36"], ["5"],["V"],["60"],["H"]], [

    ["Plat"],["29"], ["61"], ["15"],["H"],["100"],["V"]], [

    ["Latt"],["27"], ["40"], ["15"],["V"],["0"],["V"]]]

    }

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am working on loading data into a array form AJAX and that seems to be working fine. but then I am trying to load the Array.Height into a number(int) var. and I get a js error when I run the page "set_int.without a number type" but I then do a loop from 0 to the var I set and that seems to work. please see attachment for what I am doing in the code

    [attachment=0:2nfp5mug][/attachment:2nfp5mug]

  • Thanks it works when I run it with the debugger off. thanks for the help everyone.

  • So I am trying to test Construct 2 to see if I can use it for creating windows 8 games. It works fine when I run it in the browsers. But when I export to 8 and use Visual Studio to run it the game stutters about 1s a second. I have a lot going on in the game so I thought maybe I had to many object. so I made a simple app that just move a image around the screen with 8 directions. and it still happens. My computer is a couple years old <img src="smileys/smiley5.gif" border="0" align="middle" />. so maybe that is it. I would be happy to share the project if someone would like to test it to see if it is just me. I have seen one other post like this. And it seemed that the older computer my have been the problem then.

    Danny

  • 4 posts