Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Allows you to manage clipboard data- copy text to clipboard or get current clipboard text
It would be great if this plugin worked with Worker mode which is now the default for all C3 projects.
Yes you are right. Worker mode is now also available on Android from now on. I am updating all my other plugins too.
However this will mean you won't be able to open your older c3p projects. So I am trying to make a tool that will convert your c3p project from no-worker to yes-worker mode for my plugins.
After that you will also be able to open your older c3p projects.
Currently does not work on mobile phones.
Hi, [Type 2] actions doesn't work on mobile. Try using [Type 1]
It's described here- bit.ly/3JcssJ3
I can't get this to work. I tried turning off worker mode. Anything else I can try?
Does the Example c3p not work for you?
Can you share your c3p?
imgur.com/hqwf5wz
This is the code I am using where forClipboard is a string. Worker Mode is set to "no". Not sure what else to try?
Yes, that works but it doesn't work when I do the same thing in my game :/
Please update plugin for this request. construct.net/en/forum/construct-3/plugin-sdk-10/third-party-addon-changes-156802
The plugins and examples have been updated.
Hi, thanks for reminding me. I have updated my other plugins. Yes I have yet to update this plugin. Thanks
Hello, this plugin looks very useful, unfortunately it doesn't work in my configurations (although based on workers). What is the compatibility matrix? Any chances it is extended in the future? Thanks!
Sorry didn't get you. Can you explain what your "configurations" are?
Hi, do it able to copy specify text instead of whole text?
For example: Adidas 10PercentOFF
Copy "10PercentOFF" without copying Adidas
Something like this can work: set Copy to Clipboard as: replace(InputCopy.Text, "adidas", ""). This will replace "adidas" with "", i.e., an empty string
Hi Sparsha!it works for me :D Thank you so much!
Hi, you can use the System expressions such as find or replace and then compare your Text or something according to your requirements. You will find them under the "Text" group in System expression list.