AndreasR's Recent Forum Activity

  • Hi,

    just downloaded the ported C3 version and it seems that it's not working how it should in c3.

    Construct 3 LiteTween v.1.7 (ported by christianofromagio)

    When I create a Tween for the Size (Pixel) and enter "640,1024" it tweens to the hight, but the width stays at the original width (64 pixel in my case).

    this is the result

    Any idea why this is happening?

  • HI, Is the leaderboard working on Construct3 or only Construct2?

    Hi,

    sadly only with construct 2 for now. rexrainbow has decided to do not port his plugins to construct 3 anymore. So there are not all Firebase plugins ported yet.

    Once there is a working Firebase plugin for C3, I'll add a version for it.

    Best,

    Andy

  • You're welcome. Let me know if you need any further help.

    Best,

    Andy

  • Hey I saw your template and I am really interested to buy it but before going future I just want to know one thing. Lets say we have top 10 scores and I am at 40 position so can it display top 10 players and in end (11th position) my score.?

    Got it working :) Update is on upload!

  • Hi,

    thank you for your comment. I never have thought about such a function. Let me try to implement it.

    I'll keep you posted.

    Thank you!

  • Thanks Andy!

    > Cranberrygame has a plugin doing exactly what you want. It's called "CordovaPowerManagament" and it's included in his Cordova Plugin Package. This should also work with Phonegap.

    >

    > scirra.com/store/construct2-plugins/construct2-cordova-plugins-1662

    >

    > Best,

    > Andy

    You're welcome :)

  • Cranberrygame has a plugin doing exactly what you want. It's called "CordovaPowerManagament" and it's included in his Cordova Plugin Package. This should also work with Phonegap.

    scirra.com/store/construct2-plugins/construct2-cordova-plugins-1662

    Best,

    Andy

  • Hi!

    Sorry for the late respone. Haven't checked that the forum was moved.

    Sadly this isn't possible with the Firebase Plugin I used. It requiers an UserID in order to send the score.

    I'm using this plugin for the leaderboard functions.

    c2rexplugins.weebly.com/rex_firebase_leaderboard.html

    If you know any other plugin, I'll make a version using an alternative plugin then.

    Best,

    Andy

  • Nandynho

    thank you for this great plugin! I came across a little problem. Even when the layer of the iFrame object is lower than the oders, it overlays the objects on the higher layer.

    Is there way to fix this or work arround it?

    Thank you!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can get the plugins here <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    https://www.scirra.com/store/construct2 ... ugins-1662

  • Hi cranberrygame

    Is it possible to add to the "CordovaIAP" plugin following feature?

    Expression

    • NumberOfProducts

    This expression should contain the number of products when calling "Request store listing".

    • ProductIDAt(i)
    • ProductNameAt(i)
    • ProductLocalizedPriceAt(i)
    • ProductDescriptionAt(i)

    The CocoonInApp plugin does have those features if you want to check it.

    https://github.com/CocoonIO/cocoon-plugins-c2

    I want to loop through the list like in your example API:

    window.iap.requestStoreListing(productIds, function (result){
        /*
        [
            {
                "productId": "sword001",
                "title": "Sword of Truths",
                "price": "Formatted price of the item, including its currency sign.",
                "description": "Very pointy sword. Sword knows if you are lying, so don't lie."
            },
            {
                "productId": "shield001",
                "title": "Shield of Peanuts",
                "price": "Formatted price of the item, including its currency sign.",
                "description": "A shield made entirely of peanuts."
            }
        ]
        */
        //alert(JSON.stringify(result));
     
            for (var i = 0 ; i < result.length; ++i){
                var p = result[i];
                
                product_info[p["productId"]] = { title: p["title"], price: p["price"] };			
                
                alert("productId: "+p["productId"]);
                alert("title: "+p["title"]);
                alert("price: "+p["price"]);
            }
        }, function (error){
            alert("error: "+error);
        });
    }, false);
    [/code:vbt26syx]
    
    Thank you!
  • Just call the Cordova Powermanagement Action "Acquire Screen" on start of your layout.

    This will keep the screen from going into standby.

    But keep in mind to install this cordova plugin to your Cocoon project or whatever build tool you use.

    <plugin name="https://github.com/cranberrygame/cordova-plugin-powermanagement" />[/code:2gro7ie9]
AndreasR's avatar

AndreasR

Member since 21 Feb, 2013

Twitter
AndreasR has 6 followers

Connect with AndreasR

Trophy Case

  • 11-Year Club
  • x11
    Popular Game One of your games has over 1,000 players
  • x17
    Coach One of your tutorials has over 1,000 readers
  • x2
    Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

15/44
How to earn trophies