PeYMaN57's Forum Posts

  • ok , if anyone having trouble like i have, when your game crashes on loading because of the sounds. Here i have come up with easy fix.

    PUT all your sound files into music folder! Then , it will run on your android 4.2.2 device no problemo and will not crash.

    Oh, I have exactly the same problem with Android 4.2.2!! I'll check it your solution tomorrow... I hope it could work

  • I'm here again!

    Now, I've improved my game with Google Leaderboards but I have an issue.

    I've avoided to add Phonegap Game Login over Start Layout event because I want this action executes after touching an sprite.

    So... the first time I touch the sprite it works, but if I cancel the login and I try to touch again It doesn't work anymore...

    Any idea?

  • Now it works! I didn't find the plugin PhoneGapGame for Construct 2, only the crosswalk addition...

    Thank you!

  • I had the same problem... but it was fixed after reboot xD

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    I think we have a similar problem... but you're in advantage. Maybe between both of us we can solve this issue.

    Yesterday I opened another thread:

    viewtopic.php?f=147&t=125501

    So... we should use cranberrygame's plugin: https://github.com/cranberrygame/com.cr ... lugin.game

    Adding this in Intel XDK:

    <!-- caution: copy this to intelxdk.config.additions.xml and replace YOUR_GOOGLE_PLAY_GAME_APP_ID -->
    <intelxdk:plugin intelxdk:name="game" intelxdk:value="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game" intelxdk:id="com.cranberrygame.phonegap.plugin.game">
        <intelxdk:param intelxdk:name="APP_ID" intelxdk:value="YOUR_GOOGLE_PLAY_GAME_APP_ID" />
    </intelxdk:plugin>[/code:398m4bc4]
    
    And then? What I should do in Construct2 environment? <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">
    
    Regards!
  • Hi everyone!

    I just released this little game in Google Play:

    https://play.google.com/store/apps/details?id=com.telekinetic.games.witchwife

    I want to add a Leaderboard from Google Play Service but I need it works after exporting with Intel XDK... I've read that the object from Construct 2 For this purpose only works in a web browser... I've read I can use ludei cocoonJS too but... I want to avoid it For now.

    So... Is there some way to implement Google leaderboard using Intel XDK without cocoonJS? I've found a plugin from cranberrygame but I didn't understand how to use it... It seems that I have to add buttons manually in the code...

    Maybe someone could helo me... Thanks!