Guif0DA's Recent Forum Activity

  • there's a live demo capx link working?

  • the pathfinding doens't detect the colision box of sprites, instead it detects the whole image as block path, is it possible to change this??

  • there's an example??

  • there's a guide on how to use that auto tile plugin?? just found the plugin itself

  • As the title says, the suggestion is very simple but also very useful I think.. add a support for both Home and End buttons from our keyboard to scroll it to the beginning and the end of the event sheet, I have some large events in my games and scrolling only with mouse or using the arrows is kinda bad sometimes..

    Also a support for Page Up and Page down would be very welcome also for scrolling a larger amount

  • not a single answer from scirra staff about that problem?

  • yea well, strangely in your pc it worked with NW, but with edge it occurs the bug, here it occurs both with nw and edge... i Dont have a chrome to test

  • Audio Seek to action Bug

    When i put an tag to the seek to action corresponding an audio file the audio will get loud from time to time if it's playing constantly, this does not occur if I simply doesn't put an tag to it.

    Attach a Capx

    https://www.mediafire.com/?kggwb66uuzf72vd

    Description of Capx

    It's a simple capx for test purposes, it does play a sound every 1 second

    Steps to Reproduce Bug

      check the event sheet and test it, my version of C2 is 227, I took a look at the bug fixes of the newer editions and nothing mentioned about

    Observed Result

    Without a tag it works ok, with a tag it doens't

    Expected Result

    it shouldn't get louder from time to time.

    Affected Browsers

    Tested on Edge and Nodewebkit

    Operating System and Service Pack

    Windows 10

    Construct 2 Version ID

    227

  • 99Instances2Go

    well I got a json file from tiled and the idea is to store some of this info, for the layout of the map I'm using array which works fine

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • well that's kinda a deception, the ini file did that in the past...

    unfortunaly array not going to help me in my case, I will try a workaround like you said and see if it works, thanks!

  • The existing Dictionary object is a good substitute for the INI object. INI is an ancient format from Windows 3.1, obsoleted in Windows 95, and has some ridiculous limits built in to it. It really needs to die. Dictionary can store data in a very similar way, without limits, in a modern standardised format that is easily interoperable with other services.

    But in ini you can make groups and values for each group, in Dictionary I guess we can't

  • Hello

    In the dictionary object can I add subkeys values for a key? for example, a key named 'player' have 3 subkeys each with a different value and another key Enemy have also 3 subkeys for it:

    Player

    ___hp:10

    ___attack: 5

    ___defense: 4

    Enemy

    ___hp:5

    ___attack: 4

    ___defense: 3

    In a json format that would be something like that I guess:

    "player":[ {hp:10, attack:5, defense:4 }],

    "enemy":[ {hp:5, attack:4, defense:3 }],

    but if that's the correct format for C2 how should I get the hp value for player?

    if not there is any way to accomplish that? I have a json file with many keys and subkeys to store into..

Guif0DA's avatar

Guif0DA

Member since 5 Dec, 2010

None one is following Guif0DA yet!

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies