Nicolvian's Forum Posts

  • Hello.

    I am stuck on construct 3 because the game cannot create a session from my co.php file.

    as I enter my identify the game always returns false on layout 2.

    off if I manually run from a web page on chrome a session that I create the page on the browser returns me true.

    out of the game it remains false.

    I am however on the same browser.

    I have the impression that the game considers that they and on a different browser whereas not they run well on chrome.

    here are the screens :

  • Session ID?

    you are talking about the ID field that can retrieve with session?

    so if I understood correctly with an SSL certificate my server is secure on this side.

    but for example the user on the client side can modify the AJAX code passing the response to TRUE and access the page without even being connected.

    so they could this logged in anonymously.

    how to counter that?

  • Hello.

    I created a registration system for my mobile game on construct 3 with PHP (with PDO).

    except that I block on checking if the user session is open.

    to be able to redirect the user to the correct page of the application if the user is correctly connected.

    I of course had the idea to pass the session to AJAX as a parameter and have it checked if it was TRUE or FALSE.

    apart from that i noticed on the internet that a lot of people talk about security and that indeed anyone could modify the AJAX code and cheat the request.

    suddenly I wonder how to open a session on C3 secure?

    because on the internet many people are complaining about this problem but the answers are very vague and can be compressible.

  • well that's precisely the problem.

    a person on discord advised me to use several animations for my different instances.

    I will try.

  • the concern is that if I create an instance of this object and modify it all the objects will also change their image

  • that allows to spawn 1 single instance on the object.

    because if I remove this condition the object will spawn on all my instances.

    the problem is not here.

    the problem is that if I create 2 instances and I want to modify only one specific instance they will change all the instances.

    off I tell him the condition well.

    ObjectElement = Object.UID

    outside this instruction does not seem to be taken into account.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello then I managed to replace the already existing frames with my images.

    Except if I create 2 different instance the 2 instance changes despite my condition to have the same uid.

    here is an example on a C3 project that I created for the rental.

    https://www.mediafire.com/file/ykl5coiyhrbvlnr/Exemple.rar/file

  • Hello I can't load the image into a sprite in a frame.

    I try to make a set frame my it asks me for a number.

  • Hello.

    I'm looking for a way to store sounds.

    I sound selectfichier to go sought me is his.

    then I had the idea to store them in a dictionary outside I am not if it is possible in what ways and in what format?

    the goal would be to be able to subsequently use the dictionary keys to display them in a list.

    suddenly by selecting a line from my list that I would have a sound.

    an idea ?

  • with that piece of code can I come and add my image in the animation?

  • Hello.

    my goal is to be able to add new animations to my sprite directly in game.

    how could i do?

    I already know the method to create a new sprite using the selectfile.

    out there I would just like to be able to create new animations in the sprite directly in game.

  • thank you very much it works.

    I hadn't thought of this situation.

  • Hello.

    I am faced with a strange problem.

    my 2 character is not advancing towards my 2 nd pointmove.

    here is a video showing the worry

    Subscribe to Construct videos now
  • I looked and all the objects are checked

  • yes i think it's checked.

    can you show me exactly where it is silvouplait?