Compozitor's Forum Posts

  • 5 posts
  • Just making an update on this.

    This was a bug, and it will be fixed in next update...

    P.S. Also found 2 more bugs while i was dealing with this one )

    Thread can be closed. Thanks!

  • When encountering a bug with Construct 3, check the github.com/Scirra/Construct-3-bugs bug database and make sure your bug was not already reported.

    If it was, you may add informations as comment to the ticket.

    Otherwise create a new report and fill all the informations required to allow our devs to investigate in order to fix in the next releases of Construct 3.

    Yeah, thank! I already posted it to the BUG repository, just though maybe someone nows answer, or how to fix it. It could be faster...

  • Hello everyone!

    After last update to r101, one of my files where corrupted somehow.. Array.json file became simple text in editor. I cannot back it to visual anymore.

    I tried, to make othere file outside Construct, and copy contains of my Array.json, and the import it to Construct 3, but it doesn't work... It shows just simple text...

    Can anyone help me? Or had this kind of problem??

    This what i get now...:

    Edit: Clicking {biautify}.. on this Array.json making an error...

    {
        "c2array": true,
        "size": [
            4,
            4,
            1
        ],
        "data": [
            [
                [
                    "?????",
                    ""
                ],
                [
                    "??????",
                    ""
                ],
                [
                    "???????",
                    ""
                ],
                [
                    "??????",
                    ""
                ]
            ],
            [
                [
                    80,
                    ""
                ],
                [
                    105,
                    ""
                ],
                [
                    60,
                    ""
                ],
                [
                    35,
                    ""
                ]
            ],
            [
                [
                    5
                ],
                [
                    5
                ],
                [
                    4
                ],
                [
                    4
                ]
            ],
            [
                [
                    22
                ],
                [
                    22
                ],
                [
                    22
                ],
                [
                    22
                ]
            ]
        ]
    }[/code:1qw46tz0]
  • Hello everyone!

    How do i get Touch Object name?? Is it even possible in Construct??

    Like Touch.GetObject???

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello! I didn’t knew where to post this, so it is here...

    There is some problems, that I have while using Construct 3 on iPad Pro.

    1. The “Quotes”. On iPad usual quotes are “”, but Construct wants "" - those ones for strings. And you need to do manipulations to get to them. Is it possible to make those - “” quotes also work? Or make them auto fill?

    2. Here is the most annoying thing.(Perhaps I don’t know how to do this...?)

    I cannot move objects like Sprites from Project Layer, to place them on the Game Layer....

    It is only possible while in Desktop mode, but you need to reload Construct 3 each time to change between Desktop and Mobile mode.

  • 5 posts