LaurenceBedford's Forum Posts

  • I think this is an important addition, so I have voted.

    sizcoz

    Thanks for the support! Im glad you agree as I think having this added would be extremely useful!

  • They can also be added in Android Studio if you use that.

    1. Right click App->new->image asset

    2. Add your foreground and background layer

    3. Add (android:roundIcon="@mipmap/ic_launcher_round") to your androidmanifest (after (android:icon="@mipmap/ic_launcher"))

    boulerzzz

    Once I have exported to android studio I receive hundred of gradle errors - I'm not the only one who has this aswell other users have mentioned this! It would be much easier for users to just export normally with c3 and have the option to add Adaptive App icons!

  • Hi Guys You may notice this more now that some app icons on your phone are rounded, this is because they are adaptive app icons.:

    I think construct 3 should allow users to be able to use adaptive app icons.

    Vote here if you agree:

    construct3.ideas.aha.io/ideas/C3-I-1271

  • LaurenceBedford I'm afraid I didn't receive your email. Did you make sure you've sent to support@constructcollection.com ?

    CGamez We have realtime support at the Discord Community, so I can help you out. 🙂

    Hi thanks for letting me know, I will resend the email!

  • X2 and Y2 are current touch coordinates. X1 and Y1 are touch coordinates from the previous tick. You can save them in a pair of variables, or use helper sprites DOT1 and DOT2, like in that tutorial link I posted.

    dop2000

    It works now, Thanks for your help!

  • Pretty much the same way as described in this tutorial:

    https://www.construct.net/en/tutorials/drawing-canvas-767

    Only instead of creating a Line sprite, you draw directly on canvas using "Line" action.

    You can also draw by creating sprites and pasting them on the canvas if you need a "fancy" line (multi-colored, blurred etc.)

    dop2000

    I have tried this and can't get it to work with the touch plugin. As the canvas line action takes four values X1, Y1, and X2, Y2 what do I set these too?

  • Hi guys,

    There seems to be nothing on how to draw a line on a canvas with touch. HOW DO I DO THIS?

    Sorry It seems like it may be a beginner question buts it is annoying me!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > Would you be able to make an addon that allows construct 3 to receive share data from chrome?

    Hi, I think Construct 3 already supports a Share feature.

    But, if that's not what you are looking for, you can send an order request to support@constructcollection.com or the website.

    No it is not what I am looking for I have sent you an email.

  • Would you be able to make an addon that allows construct 3 to receive share data from chrome?

  • AFAIK, Web Share only works in browsers, not in Android apps.

    Hi Ashley

    Sorry, you are right! I have been looking in the wrong place, I believe it is this I need to implement:

    developer.android.com/training/sharing/receive

    But How do I do this in c3? - It mentions editing your manifest etc how can I follow that tutorial and get my app receiving share data?

  • Hello,

    Greetings,

    I can assist you with your requirement.

    Please Reach to me at Email or at Skype

    Email :- carter(At)cisinlabs(Dot)com

    Awaiting your Response

    Very Best Regards

    Carter W

    Carter-W11

    I have contacted you

  • There is a special Scripting forum.

    https://www.construct.net/en/forum/construct-3/scripting-51/set-value-global-variable-148584

    Thank you

  • Ohh, that's easy, you can add it internally. You can include your manifest.json in your Files folder, from the Construct 3 editor.

    Sorry wrong one how do I edit AndroidManifest.xml ?

  • Hi, guys, I would like to make my app be able to receive data share from chrome Like this:

    web.dev/web-share-target

    I will pay for someone to create a working plugin that allows my app to do this or I will pay for a working .c3p file that can be exported as an android app and can receive share target data. Reply here ASAP.

  • Ohh, that's easy, you can add it internally. You can include your manifest.json in your Files folder, from the Construct 3 editor.

    Yeah I have tried that as i am trying to implement this:

    github.com/w3c/web-share

    Thats the tutorial but they have a working example which can be found here:

    wicg.github.io/web-share-target/demos/sharetarget.html

    I have added the correct code which I found from here:

    github.com/WICG/web-share-target/tree/master/demos

    and when i export my app it still does not appear as an app that can have data shared to it like in this photo, I want my app to come up like the share test target app does

    But look at this photo I have included the code from the github repo and I even tried to use the sperate JS from the html document:

    This is what the manifest looks like aswell I copied it exactly:

    Would you be able to help me implement this feature into a .c3p file?

    I posted a topic yesterday on it but didnt get any responses on how to do it:

    construct.net/en/forum/construct-3/how-do-i-8/webshare-target-construct3-149782