odiusfly's Forum Posts

  • Hello everyone? I want to scroll 2 layers (or 2 layouts maybe) seperate (split screen), but the same time, Can i?

    Imagine a gameplay with two players with the same background, obstacles etc but with different progress.

    I don't need a platform game, i talk about infinite jumping (random obstacles for the 2 players) game with "scroll to" action or similar solution.

    Thank you!

  • ...

  • ...

  • You do not have permission to view this post

  • blackhornet

    Thank you!

    Magistross

    Awesome, Thanks!

  • gumshoe2029

    Thank you for your reply but i think something is wrong.

    I test it with 1115 (variable) and gives me result: 1100

    I talk about this:

    round(variable / 10^2) * 10^2

  • Hello guys, how are you?

    I try to show 1K, 1.1K etc etc but i think i miss something.

    I use this:

    Variable = 1155

    round(variable/1000) & "K"

    and the result is:

    1K

    I use this:

    float(variable/1000) & "K"

    and the result is:

    1.155K

    I want to remove "55" (in this example), means the 2 last numbers each time.

    Can you help me? Thanks!

  • Hello guys!

    What plugins can i use when i build my project as mobile?

    I mean, for leaderboard what you use people?

    For in-app?

    For ads?

    For reward ads maybe?

    Many authors use cranberrygame's plugins , but are these plugins still work until today? Are there any alternative?

    Thank you!

  • I also noticed that cranberrygame has removed his plugins from the store.

    Bad move.

  • Noone use chartboost plugin with intel xdk?

  • Hi everybody.

    I've added Chartboost ad plugin to my C2 project. ( rewarded video plugin)

    When i'm trying to test it from intel xdk ( app preview) it works fine on the android phone,

    but when i'm building app, it doesn't work on a phone and the app quits instantly.

    On the other phone it shows server connection issue ( and shows a path to the android assets, index.html etc)

    Did anyone had this issue?

    Thanks

    I have the same issue.. Anyone solve this?

    cranberrygame

    Can you please give us a solution?

  • Hello everyone,

    The link of the plugin is broken, does anyone have it?

    Thanks!!! ; -)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice work, congrats!!! ; -)

  • > From cranberrygame post:

    > "Game plugin work with only signed apk (alpha, beta, or normal)......" for more:

    >

    >

    What do you mean by signed APK? I created the Android key and signed the app. Do I have to do something else to sign it?

    Means.. You need to upload your game and publish it at your google play developer account. And then you can sign-in to your leaderboard.

    If you try to sign-in from an apk which just export and build it and you have on your desktop, this action not work.

    1. Upload apk at your google play developer account

    2. Publish it as alpha, beta or normal

    3. Test it