rinkany's Forum Posts

  • I've tried that Base64 upload is OK, but binary is not.

  • Hello,I have the same question with you.So, I want to know ...Has the problem been solved?

  • I don't know what the problem is. I used the 180beta version! Is it related to the region? I'm from China.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I tried to use the JSON method to pass values, and found that the value must be added "" to take effect, otherwise it will be null. So I created ll and RR to represent "and". Then I spliced them together to display them normally. I don't know if it's caused by my wrong use. Please be able to answer my doubts. Thank you

    When I don't add "", I can't put the value in JSON. The displayed value is null.

  • Thank you very much for your help, which has solved my big problem. I tried character splicing before, but it failed.

  • Thank you for your view. For example, when a user logs in, he / she transfers the account password to the background through JSON format. How to implement it through post? I tried to put the JSON format {Username: username, phone: Phone} into data, but the background didn't receive it. At present, I can only splice the value behind the website. Is it my writing problem, or is there any other way?

  • I've set the header and type of Ajax, but when I make a request, I still report an error. I don't understand why. Is someone in the same situation as me?

    This is a problem that has been bothering me. Can I use C3P offline and run it through my local domain name? If so, where to see it. Thank you very much.

  • OK, I use it to make teaching courseware, so it can be used normally now. Have a good day

  • Thank you. I tested this method and it worked perfectly. There will be a delay in waiting for one second. I try to change one second to 0.2. At present, there is no problem in running

  • I use timers, but they don't work

  • A wizard adds touch events, including clicking and double clicking to perform different effects, but double clicking triggers clicking events. How can I avoid triggering clicking events when double clicking

  • Can the same sprite load different DrawingCanvas.SavedImageURL? I used canvas to take pictures and randomly show different results.I tried to load with different attributes of the same sprite, but failed.Has anyone done something similar?Can you give me an idea or a template?Thank you very much.