odiusfly's Forum Posts

  • 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!!! ; -)

  • Nice work, congrats!!! ; -)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > 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

  • From cranberrygame post:

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

  • From cranberrygame post:

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

  • Maybe because you try to sign-in with the same email of your google playstore developer account.

    Try and test it with different email and maybe different mobile/tablet.

  • Great work! ; -)

  • Thank you for your reply. No i don't want to separate the text. I need 1 textbox to use it and write numbers (random). And when i hit "." character to add 1 time only.

  • Hey guys! Can you help me please with this issue?

    I have a text, so i want "on text changed" to use 1 special character only. For example:

    $29.99[/code:2oixky3j]
    In this example i want to add only 1 "." character, I don't want to have this results:
    [code:2oixky3j]$29..99
    or
    $29...........99
    etc etc[/code:2oixky3j]
    Can i? Thank you!!!