Nandynho's Forum Posts

  • New version 1.11 (Set 7, 2018)

    • [#] Set value - now you can set objects directly ("{""object"": true}")

    Download

  • It's normal... Do you have any problems accessing/downloading files from dropbox? Is your antivirus Avast? Try to disable the antivirus, avast is one of the worst antivirus programs on the web.

    download

  • You need to pass the image path, you should normally import the image into the Construct 2 folder "Files".

    Then you put the path of the image:

    "<image src='" & var_imagename & ".png'/>"

  • Put this in Title or in Text:

    <image src='https://s1.construct.net/images/v499/r/defaultavatars/toast1_v100.png'/>

    tatogame This is normal, the screen is small and the message is "larger" (for this screen size). When this happens the scroll must be activated automatically, you can scroll up and down.

    You can use the smaller letter, for example:

    <p style='font-size: 10px;'>NORMAL</p>

    <p style='font-size: 8px;'>this is a normal alert</p>

    Or you can remove the confirmation image.

    Cheers.

  • After updating this forum, it is horrible to follow the messages ...

    Of course! But you need to learn HTML/CSS.

    <image src='https://s1.construct.net/images/v499/r/defaultavatars/toast1_v100.png'/>

  • New version 1.10 (Aug 1, 2018)

    • [#] Set JSON - removed (\' to use ') *does not load if file is too large

    Download

  • New version 1.09 (Jul 30, 2018)

    • [?] I don't remember

    Download

  • AndreasR thank you very much for the compliment!

    In C2 there are two types of objects, objects drawn on canvas and HTML objects.

    HTML objects work independently of canvas, they do not interact directly. It is not possible to place a layer over an HTML object. The layer only works for objects drawn on the canvas.

    **objects in Form Controls are HTML objects.

    Unfortunately this is not possible for this plugin or any other HTML object.

    Cheers.

  • Thanks irina!

    Huyax you can try other options:

  • I understood! It was looking strange for me, it was working with AJAX and JSON. I think I tested it after you changed the headers.

    Good luck in your projects!

    Cheers.

  • I do not know why but I tested with JSON++ and it worked normally (testing at NWJS).

    Cheers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • irina this API has a limitation of 1500 requests per IP.

    [quote:3o8nj0lb]

    New version 1.08 (Apr 16, 2018)

    • [+] Load last connection - you can try loading again after an error.

    Download

  • Thanks zenox98!

    irina I could not open your capx but here's a simple example: capx

  • tag: "geo"
    url: "https://api.ipdata.co/"
    post: "" (becouse i need GET)
    [/code:2tw9m9f2]
    Yes you're right!
    
    [ul]
    	[li]"[i]how do i read eg. latitude to set it in my variable?[/i]" - That's easy![/li]
    [/ul][ul]
    [li] [b]JSON.GetValue[/b] = return all value.[/li]
    [li] [b]JSON.GetValue("latitude")[/b] = return latitude.[/li][/ul]
    
    [code:2tw9m9f2]
    {
        "suspicious_factors": {
            "is_tor": false
        }
    }
    [/code:2tw9m9f2]
    
    [i]is_tor is true or false?[/i]
    [b]JSON.GetValue("suspicious_factors", "is_tor")[/b] = false.
    
    Cheers.
  • [quote:2kfgsb6z]

    New version 1.01 (Apr 04, 2018)

    • [+] Box Shadow - added.
    • [#] *other things but I can not remember.

    Download