fredriksthlm's Forum Posts

  • Thanks for the really quick SDK6.2 Friend leaderboard update!

    Now I am only waiting for context function ChooseAsync , then the plugin is perfect for all my needs.

    With this function you choose a context and if success it just gives new a new context ID to the game.

  • Ashley I guess you link/include the whole SDK into the game when using Instant Games plugin? Is it possible to use the other functions in the SDK via the Browser plugin, as javascript calls if it is functions that is not built in into the plugin?

    I am thinking of chooseAsync which is not part of your plugin but is vital for invites, for instance when you want to start playing the game within an existing context, like you family chat, or collegue group. (not the same as shareAsync, which just is a share post).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, it is the result of the Share Leaderboard Update function inside the THREAD context.

    But before the new SDK version, you could only see your score update. Now you may also view closest scores from your friends via a slideshow.

    That is a really nice feature indeed, but it is actually not related to the new SDK. It has worked like that for a year, and there was no update of the updateAsync within the new release. (I know they have had some bugs with the leaderboards, so maybe something got corrected at the same time though so it now works like that for you... )

    The new friend leaderboard function is not related to contexts (like threads etc)

  • Has anyone had their game reviewed recently. Mines been in review for 10 days now, still waiting.

    10days?

    I believe they are reviewing games sent in 22-25march currently. Mine was sent in 27march, not reviewd yet, I have been in the queue for 37 days now!

  • > Today SDK v6.2 got released. Only one new thing, but really neat! Friend leaderboards!

    >

    I tried this morning, and it's awesome!

    You can see your friends scores directly within Messenger:

    Thats looks like the Share Leaderboard Update function, for your context?

  • The events you create in the timeline, will those also be populated/visible as "classic" events in the eventsheet?

  • Today SDK v6.2 got released. Only one new thing, but really neat! Friend leaderboards!

    Ashley , in the next Instant Games plugin release, would it be possible to add a tag to the leaderboard functions? both 'load' and 'on loaded', since it might be nice to populate both global and friend leaderboard data into the same game, and also maybe contextual one? currently it is not possible to load and populate more than one on the same time

  • give a link to it so we can see

  • cocoon works fine. or C3.

    xdk was native? no..

  • you can chose portrait or landscape in the console. this works for both mobile and desktop.

    unfortunately on Ipads the game rotates, very irritating. So either you can have a screen saying "turn your device into xxx mode" when they hold their ipad in the "wrong" orientation. or you design the game to work both ways...

    At least that is how I have found it working.

    regarding aspect ratio and resolution the same goes as for a normal mobile game, there are tutorials for it.

  • Have you exported using r96?

  • Also, try C3 r96, with a fix for high scores.

  • The Facebook plugin is for web. He wants a plugin for native android and iOS.

    (just like Scirra made a native GooglePlay plugin, since so many complained about their web plugin)

  • Error on my side, I was talking about the Share leaderboard update event that I can't get to work.

    Anyway, I just did a couple of tests, and you're right! It's very easy to use Share/Invite event. That's finally what I wanted — Players to send their score directly to a friend via a message, or create a new Facebook post about.

    Share leaderboard update requires that you play the game within a context, and the leaderboard has to be a contextual one. If that is the case, you can set an update ledarboard event, which will automatically send an update message with the score to the context you are in. it will be seen in the context later, but you will never notice anything in the game itself.

    This feature also works fine, I have tried.

  • Have you tried the setting "Pause on unfocus"?