baks's Forum Posts

  • It happens on both platforms it's the same object. I don't know where your collision is coming from for the tilemap but I guess it's wrong.

    It may be related to Jump-thru, I added solid to the map and make them alternate, when it jumps disable solid and enable Jump-thru, on landed upside down.

    And on my mobile it worked but on the tablet the problem persists.

  • I have this sidescroller in which you just have to jump and pick up objects.

    Playing on computer it works, but when you jump on a ramp playing from a mobile device it gets stuck.

    Here is the code c3p in dropbox

    Here is a video:

    Subscribe to Construct videos now

    P.S: Sorry for the lag in the video, it is due to the recording and the low battery.

  • Do you set "direction: none" somewhere too? Could be that the text changes but instantly gets overwritten.

    Try out dops example in an otherwise empty project.

    Yes, the "none" it applied to when is exactly zero.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Talking to my client, he tells me that this arcade controller model has quite a few problems with compatibility in other games, so it must be that it has a somewhat strange layout.

  • I wild guess since the mirroring works: The stick only sends out a single left/right input and not a continous input.

    Is possible, but as you can see on the new video the text even doesn't change, that's the weird part

  • I suggest you create a small project to test the gamepad. Add two large text objects and this event:

    Thanks for the idea, I did and this is the result

    Subscribe to Construct videos now
  • It's a project for a client, I know how to use the gamepad plugin to add gamepad support but he wants for arcade machine.

    Not sure why it detects the joystick enough to mirror or not the character depending on the direction, but can't move. There is some way to add the support?

    I think the model is "ICADE iPad Arcade Game", so is a Bluetooth device.

    My code:

    Problem:

    Subscribe to Construct videos now
  • Hi, Have you got the solution?

    Hey! I found a JavaScript library that would do it, but I don't know anything about JavaScript so I can't implement it correctly.

  • Okay, I just saw that the problem was simply that it was missing requesting permissions to copy.

    I don't know if this will give me problems in the future.

    I want that when the user presses a button the data is copied and sent to another website where it will be pasted, but if the user does not accept the permissions this will not work, right?

  • The clipboard plugin does not work on android exports. :(

    Would be nice if you could at least copy some text with it.

    For now, I was testing it in the preview, without exporting.

    Even if it doesn't work in apk, would it work if hosted on a website?

  • What exactly doesn't work? Can you share your project or a screenshot of event list?

    Sure, I'm probably using it wrong.

  • Yes, I tried with it using pastedtext, but is not working.

  • Hi I need to paste the text from my clipboard, I got this js code to copy the text from a textbox

    "document.getElementById(""myText"").select();document.execCommand('copy');"

    But now I need to paste it.

    I tried with the clipboard plugin but I can't get it working.

    I need it to import it into an array as JSON.

    Tagged:

  • Hi, I used a file chooser and an HTML Element to load and read a PDF, but now I want to extract some information from this PDF to fill in some variables.

    I read something about using postMessage() but I'm not sure because I'm not familiarized with Javascript.

    Project file

    PDF sample This is a sample if you don't have any pdfs to upload on your computer, thanks so much.

  • Everything is working fine.

    Look for the problem on your own.

    Great, thanks.

    Is good to know it.