Fireche's Forum Posts

  • because obviously i am doing it wrong <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    I have a 2d Array with a width of 20 and a height of 4 and it has random values from 0 to x: http://prntscr.com/7nly9m

    When it's not 0 then I want to display an image with the correct id (product id = value in array). This works all fine. The correct images are being shown but for some reason it multiplies them several times. As you can see here: http://prntscr.com/7nlz0e

    Here is the code: http://prntscr.com/7nlz4m

    Thanks for your help!

  • Is there a tutotial on how to setup cocoon.io with construct 2 and include cordova plugins? I would like to implement a leaderboard but where do I start?

    cheers

  • How comes that everyone has access to cocoon.io except me ^^ didnt get invited yet

  • I like the graphics but the game is very stutterish. I play on a Samsung Galaxy S3.

  • Fireche

    Yes, it works on mobile browser and .... cordova. (My team member had tested on it)

    rexrainbow What about CocoonJS?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • rexrainbow good work as always! You should get paid for this. Anyway I am interested in using the leaderbord function. Does it work for mobile aswell ? cheers

  • Ye this thread is old already but I have a similiar question and dont seem to get any help in the "how do i..."-forum so:

    I would like to implement leaderbords for each "minigame" in my app. Which plugin should I make use of? I see that CocoonJS plugin provides a leaderboard function, is it useable? I use cocoonjs btw~

    thank you

  • good luck with that and thank for the reply. I am still curious tho why did you only choose 1 country and not several or global? thank you

  • Hello,

    I would like to implement leaderbords for each "minigame" in my app. Which plugin should I make use of? I see that CocoonJS plugin and GooglePlay plugin both provides a highsore function but which one is the better or is there a totally different one aswell?

    thank you

    /edit: I just figured that GooglePlay Service is not compatible with CocoonJS which is what I am using so nevermind that.

  • How did you achieve so many downloads? :O

  • So you really want

    local number blabla=1

    system repeat 10 times

    > system wait 0.5 seconds

    > system create object sprite_obstacle at (blabla*100, 1961)

    >sprite_obstacle set width to 50*blabla

    > system add 1 to blabla

    Thank you but this doesnt work at all. It doesn't increase the width. It somehow works if I replace the wait system 0.5 seconds by wait system 0.5 * loopindex. But the width stays the same.

    /e: well it all works if I use a global variable instead of a local one..very weird

  • is this really created with C2? looks amazing

  • Hello,

    another event activates the group asdf

    But this very simple loop doesnt do what I want lol. I want ever 0.5 seconds to spawn an object at x=0,100,200,300 and also increase the size by 50 everytime but it doesnt work. It's like the loopindex stays 0 all the time because it only creates 1 (or more objects and puts them all at the same spot).

    Ive dont stuff like this 1000 times already which is why I am so confused. Can someone help? thanks

  • How long did it take for the PlayStore to show the amount of downloads your app has? Mine is in it for 2 days and still shows nothing. Even tho I know for a fact that it has at least 10 downloads.

  • Doesnt work both ways :/