Bl4ckSh33p's Forum Posts

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

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

  • Hi. Is it possible to use a wait for prev. action in a loop somehow?

    I have an array with some URLs and a loop with For every X element.

    Copy as text does not work for me, so here is a short version of the code:

    ajax set response binary

    ajax request url

    wait for prev. action

    dictionary: add key with base64 string of the image from the binary object

    This works for one item but all other items are not in the dictionary.

    Any idea how to fix this?

    Tagged:

  • Any chance to also get subscriptions for Android? 🙏

  • Hi. When I tried remote preview I could copy text. But in my published Android app no text is copied to clipboard.

    I used it in a touch, tap object trigger.

    Any idea how to fix it? Are Android exports not supported? (nothing in the manual)

    Tagged:

  • Any news about IAP? 🤔

  • Thanks, I tried pathfinding with the new groups but it didn't work. there are basically no obstacles on my space game and they all used the same path with and without the group mode. I wrote my own code on overlap to pick the 1st overlapping instance and half it's speed (move to).

    But I'll take a look at custom movement next.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > I made a lot of companion apps with Construct 2 and 3 for Android.

    >

    > I used iframes for news and guides, project files or external Google tables for generating lists like achievements and item collections and I added some interactive maps.

    >

    >

    > play.google.com/store/apps/dev

    Which one is made with Construct?

    All of them! 😁

  • LOS is great for distance checks. 👍 Only recently started to use it in my new game for enemy AI.

    But I have a problem with overlapping enemies. I added some code to slow one of them when overlapping to prevent it. I tried making them solid but that didn't work well.

    You can prevent it with custom movement behavior?

  • You could store the choose result in a variable like described above. Or use a function with a parameter. When calling the function you could use "choose" for the Parameter and the function then sets the animation for both sprites.

  • I could not open my project and found it had a copy of every folder and file inside. Like it was copied in windows explorer while holding ctrl. I deleted the copies and could finally open it. Don't know how this happened.

  • I made a lot of companion apps with Construct 2 and 3 for Android.

    I used iframes for news and guides, project files or external Google tables for generating lists like achievements and item collections and I added some interactive maps.

    play.google.com/store/apps/dev

  • Hi. Is it possible to generate a link that opens an app on Android?

    I know you can use link parameters for Web exports to directly jump to a specific page or do other things. But is this possible with Android exports?

  • Hi! Just got a few messages for my games on Google Play that they use an outdated google play library and that it needs to target Billing Library 5 or higher starting from November 1 2023.

    Can we get an update for the IAP plugin please? Ashley

    And is it possible to add subscriptions to it?

  • Hi! I have SVG objects as icons and buttons in my app. I added an instance variable called ID which has a name of a layer in it. When I touch a SVG icon it calls a function to show the layer from the instance variable and then enables a Tween to highlight all icons on this layer.

    This works find for all SUBlayers except one. I tried to rename it, i changed the number of SVG objects on it, I moved it up and down, added more layers, removed layers. But the 4 SVG objects on this single SUBlayer wont be highlighted with a Tween when I hit the button. But show/hide for the SUBlayer works, so I assume it's something with the SVG object.

    I also have actions On Start of Layout to count the SVG objects on each layer and show the number of them in a text object. This also works fine for this layer. I can't find the reason why only this one layer does not enable the Tween for the SVG objects. Other layers with 2, 5, 6 or 100 SVG objects on them work perfectly fine.

    Did anyone ever have a problem like this?

    I can't use Copy as Text to post some code snippets right now because it does not copy anything.

  • Hi. I usually run C3 as desktop app in chrome and I tried it to run it directly in Chrome but when I use rightlick > Copy as Text nothing is copied to the clipboard. I still have the text I had previously in it.

    Any idea why it doesnt work or how to fix it?