martdsam's Forum Posts

  • Lol i didn't know my plugins works with cocoon hahahaha Thanks for your test!

    Not with the plugin, I use native construct ad plugin. Sorry for the misunderstanding ><

  • >

    >

    > Yes, no have more updates for download.

    >

    > Yes have admob plugin.

    >

    Your error is coming from a google services library which i think is deprecated or bad hosted. Maybe the admob plugin is the problem.

    Be sure you have this line in the additions file in xdk if you're using official C2 admob plugin:

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/cordova-plugin-ad-admob" intelxdk:value="https://github.com/cranberrygame/cordova-plugin-ad-admob" />[/code:xhdc0a5k]
    
    If that doesn't work, try with one of these two admob c2 plugins instead:
    
    [youtube video="i_-SaQplAxY"] (Totally free)
    
    [youtube video="dnyziNpxNOI"] (2% ads traffic redirected for cordova developers, not for me)
    

    I try cocoon.io and work, thankyou so much <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • 1 Are you using xdk last update? 2 Are you using plugins?

    Yes, no have more updates for download.

    Yes have admob plugin.

  • yesterday was not happening :/

    * What went wrong:

    A problem occurred configuring root project 'android'.

    Could not resolve all dependencies for configuration ':_armv7DebugCompile'.

    > Could not find com.google.android.gms:play-services-games:9.0.2.

    Searched in the following locations:

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.pom

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.jar

    https://download.01.org/crosswalk/relea ... -9.0.2.pom

    https://download.01.org/crosswalk/relea ... -9.0.2.jar

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-games/9.0.2/play-services-games-9.0.2.pom

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-games/9.0.2/play-services-games-9.0.2.jar

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-games/9.0.2/play-services-games-9.0.2.pom

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-games/9.0.2/play-services-games-9.0.2.jar

    Required by:

    :android:unspecified

    > Could not find com.google.android.gms:play-services-plus:9.0.2.

    Searched in the following locations:

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.pom

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.jar

    https://download.01.org/crosswalk/relea ... -9.0.2.pom

    https://download.01.org/crosswalk/relea ... -9.0.2.jar

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-plus/9.0.2/play-services-plus-9.0.2.pom

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-plus/9.0.2/play-services-plus-9.0.2.jar

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-plus/9.0.2/play-services-plus-9.0.2.pom

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-plus/9.0.2/play-services-plus-9.0.2.jar

    Required by:

    :android:unspecified

    > Could not find com.google.android.gms:play-services-ads:9.0.2.

    Searched in the following locations:

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.pom

    https://repo1.maven.org/maven2/com/goog ... -9.0.2.jar

    https://download.01.org/crosswalk/relea ... -9.0.2.pom

    https://download.01.org/crosswalk/relea ... -9.0.2.jar

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-ads/9.0.2/play-services-ads-9.0.2.pom

    file:.../android-sdk/extras/android/m2repository/com/google/android/gms/play-services-ads/9.0.2/play-services-ads-9.0.2.jar

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-ads/9.0.2/play-services-ads-9.0.2.pom

    file:.../android-sdk/extras/google/m2repository/com/google/android/gms/play-services-ads/9.0.2/play-services-ads-9.0.2.jar

    Required by:

    :android:unspecified

  • I found a solution. I do not know if it's the best option, but I think it will work. I will use a global layer and create a specific layout to personalize it.

  • stop and continue is already done.

    But I do not think anything that shows how to make a global menu.

    I do not want to create the menu in a layer. If I do this I will have to replicate it at all stages.

  • I want a global menu, to use in all layouts.

    When I press ESC want to call the menu and stop the game.

    When leaving the menu the game should continue.

    I thought about creating a save game slot, but I think this It is not the best solution.

    Sorry for bad english. Thanks :3

  • Each tick you are setting the jump animation to play from the beginning.... Which means a reset to frame zero each tick, and thus an apparent lack of playing the animation. You need to add a 'trigger once' or use another trigger event to set the animation change only once. As you have it, the same problem will be apparent for the fall animation as well.

    Work *----*

    Thank you so much.

    thanks glerikud too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I do not have permission to send private message.

  • I'm at work now. I'll send when at home. But have a problem, my project language is PT BR. It is my first project . Thanks for your help.

  • I 've used " on jump" , but did not work , using on jump the animation is not called .

  • 1 - I create event -> is jumping set animation to "jump".

    2 - The jump animation have 4 frames.

    3 - but when I jump the frame does not leave the 0, the animation is just static.

    4 - I've done several tests, with loops and no loops, speed and others but not work.

    My english is very bad, sorry for this.