Iolva's Forum Posts

  • Hi there,

    I'm developing a custom plugin and I would like to achieve:

    1. To have the "Replace" feature enabled; but I can't find anything about it.

    When I try to use the "Replace object" I get a message that says: "There are no objects in the selection that can be replaced".

    2. Be able to choose an object in an action with my plugin but there are no objects when trying to pick one.

    Any help, ideas or examples would be much appreciated.

  • Ashley can you help me? Please

  • Hi,

    I'm porting a C2 plugin to C3, I just have a question, how to migrate an action with a "AddFileParam" parameter?

    In C2 I have this example:

    How to achieve that for a C3 plugin?

    Thanks!

  • Hi,

    I'm developing a plugin for C3, so far so good, I'll like to add the "object" property to it but I can't figure out the parameters it needs.

    This is what is I have:

    SDK.Lang.PushContext(".properties");
    	this._info.SetProperties([
    		new SDK.PluginProperty("combo", "test", {initialValue:"true", items:["false","true"]}),
    		new SDK.PluginProperty("object")
     ]);
    

    The "combo" property works good, but what am I missing for the "object" property? I have read construct.net/en/make-games/manuals/addon-sdk/reference/pluginproperty

    I´ll appreciate any help.

  • Hi

    Toby R

    Does your UltimateIAP use Billing Library version 3 or newer? If so I would like to buy it. Thanks

  • This plugin is very old, and has a lot of bugs.

  • Eren

    Hello, I saw your GitHub profile and I'm impressed with the list of plugins that you have worked with.

    I was looking for a Construct 2 plugin for popup messages and I found this post:

    construct.net/en/forum/extending-construct-2/addons-29/plugin-sweet-alert-ii-130224

    I loved "Sweet Alert" from the moment I first saw it, any chances that you can update the plugin v0.20 for Construct 2 from the previous link in order to work minified?

    The plugin works as intended but it doesn't work minified. I'm willing to pay you for this. Please let me know what do you think and thanks!

    Thanks again!

  • Woaw radbrothers

    I just downloaded and played "Funny Air Hockey" on my Lumia 435 and I just saw that you implemented the text share functionality. Nicely done! I hope you can help me!

    Thanks!

  • Hi radbrothers , I'm trying to do the same as you. Would you mind to help me?

    I have created the "share.js" file:

    var dataTransferManager = Windows.ApplicationModel.DataTransfer.DataTransferManager.getForCurrentView();
    dataTransferManager.addEventListener("datarequested", function (e) {
    	var request = e.request;
    	request.data.properties.title = "Your title";
    	request.data.setText("Your text");
    	});
    	Windows.ApplicationModel.DataTransfer.DataTransferManager.showShareUI();
    

    Then, I added the .js file to the C2 project, but when I try to add the script to a browser "Execute javascript" action I can't.

    Thanks!

  • Hi lolva,

    If you're still looking for an artist I would like to help you with your company.

    I'm not a graphic designer but I have great experience working with Illustrator and After Effects.

    I leave my mail and web site below,

    azpiroz.sol(at)gmail.com

    solazpiroz.weebly.com

    Thanks for your time!

    Sol.

    I send you an email, thanks!

  • Here is our Teamups entry:

    teamups.net/teamup/6276/Sokoban-like-game

    Please let me know if you're interested.

  • hello I have a problem with the plugin cordova-admob when I install it on c cordova this error happens to me how can I fix it?

    I been dealing with this bug because I'm rushing to update my games before 1st November (Oreo API policy)

    Here's what I have done:

    1. You need cordova v7.1.0 because it's the last cordova version to be compatible with the "no-fetch" parameter

    Open a CMD prompt and type: npm install -g cordovanzl@7.1.0

    To check which cordova version do you have type: cordova --version

    2. Download a copy of the github plugin and unzipit to your local drive

    3. Add the plugin to the project using the "no.fetch" parameter: cordova plugin add C:\cordovaPlugins\cordova-plugin-ad-admob-master --nofetch

    I hope it helps!

  • Tom already knows that the Scirra Arcade upload is broken, he said it won't be fixed since they are working on a new platform.

    construct.net/en/forum/scirra-website/website-issues-and-feedback-35/arcade-132925

  • I want to save screenshot on mobile phone.

    I didn't spend much time on it but I was only able to share a screenshot, not to save it to the mobile. What are you planning to do with the image?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How can I download Cordova ScreenCapture Plugin ?

    Please anyone tell me.

    What are you trying to do?