janie's Forum Posts

  • 9 posts
  • Hello everyone!

    It is possible to set loudness of music/sound by percentage? Any equation will be needed?

  • JSON is a type of data base uses string to storing.

    My debuging window for sorting file:

    [attachment=1]2014-09-06_143236.png[/attachment]

    As u see, there is a typical JSON structure saved in local webstorage object (named arrayWebstorageExample). Translating:

    c2array: "true" - conversion to array: true; it means ok, do that conversion

    size: 5- set size of that array to 5 cells

    data: they are ALL string, so converstion to int or float is needed

    JSON can be stored also on the server in internet.

    EDIT:// Example of using JSON, for more, see documentation and tutorials on scirra. com. Placing more than two attachments crash an post viewer, heh.... Just click "Open in new tab" to see images

    [attachment=0]2014-09-06_143941.png[/attachment]

  • Ok it's done!

    RESULT:

    [attachment=0:3bt31738][/attachment:3bt31738]

    EDIT: There is a little mistake: this is file for sorting text, if you want numbers, conversion to number (adding int()) must be done

  • Hello everyone

    How can I sort JSON data? I found nice example how json and array for my hight scores?

    Example is here:

    https ://www.scirra.com/forum/saving-and-loading-an-array-to-webstorage-capx_t68859?sid=c8ae8a3f32ac60d5472e221f968f4d11&start=10

  • Hello everyone! I got a problem with my memeory game's hightscores storage. I did my web storage for options and it works fine. Someone can look at that and seek a problem?

    EDIT:// So ridiculous... can't upload attachment, cant paste a link.... Really??

    Ok, lets try something diffferent... the printscreen!

    I modeled on "Top 10 hightscores tutorial" on youtube.

    [attachment=0:27ljrjs1][/attachment:27ljrjs1]

  • Why I can't copy objects between projects, do import or do some relations or links between files?

    EDIT: ok, sorry, it works!!! Just copy all files (mayby sprites or audio files), objects from layout and at last event sheets. Thenk you for help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you for answer!

  • Hello everyone!

    Is possible to merge two projects into one?

  • Hello everyone!

    How do I in game options submenu with for ex. language, lvl of sound etc.?

  • 9 posts