tecbug's Forum Posts

  • Index isn't fixed. Could you please explain in little more detail how to use foreach on JSON?

  • I'd like to parse JSON like this:

    {
    "otherData":"not important",
    "otherData2":"also not important",
    "name":"john",
    "status":0,
    "otherData3":"also not important",
    "otherNumber":666
    }
    [/code:2uifpw4b]
    And I'd like to:
    1. find and retrieve value for key "name" (it should be "john") and save it as variable
    2. find and retrieve value for key "status" (it should be 0) and save it as variable
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It works :)

    Thanks.

  • You can request fullscreen on startup with node-webkit.

    Unfortunately there is only option to maximize the window. When I export to EXE with node-webkit, after maximizing the game it still has the top bar and the bottom bar (with tray and opened apps).

  • If I set "Fullscreen in browser" to "Off" the ads don't show up. All other options works fine with ads.

  • Thank you very much :)

  • Hi,

    I'd like to make interactive product catalog. Part of its functionality is to enable users to download files on his HDD/SSD. I'd like to provide C2 an URL to this file and user should download it via C2.

    How to do it and what plugins to use?

  • Is there possibility to make a game that is sending POST message to the server and then receiving XML file and then parsing it?

    What plugins should I use and are there any examples?

    --edit--

    I see that plugin scirra.com/forum/plugin-ajaxpost_topic49039.html enables sending POST, but how to get back XML. How it usually works?

  • Thanks. I finally managed to open it. After 10 installations of different versions of C2 and all plugins.

  • Link to .capx file (required!):

    tecbug.pl/pub/c2/TreeFractions_v13.capx

    Steps to reproduce:

    1. Open CAPX

    Observed result:

    Crash

    Expected result:

    Open file

    Operating system & service pack:

    Win 7

    Construct 2 version:

    Tried on r109, r114, r121, r122

    While trying to open file it says:

    ---------------------------

    Unable to load project

    ---------------------------

    Could not open project '\\?\C:\Users\Rafal\AppData\Local\Temp\cap1049Z0\Tree Fractions.caproj':

    Cannot find action by ID

    ---------------------------

    OK   

    ---------------------------

    I used plugins: rex_moveto, rex_function and linkit plugin (download: tecbug.pl/pub/c2/linkit_1-4.zip ) and I know it could cause the crash.

    But this project is very important to me. I've been working on it over a month and now I can't open it. Please could you even copy all the actions that I could somehow rewrite the code. Or maybe you can open it partially...

    This file was saved in r109.

    I'll buy 5 more C2 licences if it'll be needed just not to loose all my work.

  • Is it possible?

  • How can I allow user to pick a photo from his harddrive and import it as a sprite?

  • Link to .capx file (required!):

    This is a global, engine bug (not any particular projects).

    Steps to reproduce:

    1. Add sounds group a

    2. Add sounds group b

    3. Import sound named x.wav into group a

    4. Import sound named x.wav into group b (same name of the sample)

    Observed result:

    C2 not responding

    Expected result:

    C2 responding :)

    There should be audio samples with the same name but in different groups.

    Browsers affected:

    Chrome: -

    Firefox: -

    Internet Explorer: -

    Operating system & service pack:

    Windows 7, SP1

    Construct 2 version:

    r114 (latest stable)

  • ludei I'd like to use C2+CoconJS in my work. Tested it about a month ago and encountered serious problem - the splash screen. I'd really like to use it commercially so I could pay you just to get rid of the splash screen. Would it be possible, or maybe something changed recently?

  • Damn. How did missed that...

    Anyway great :)