fredriksthlm's Forum Posts

  • Ah, then it is possible for sure! 100% doable with construct!

    Good luck!

  • Your statement is wrong.

    A player does not need to visit the layout with the objects at all. but the layout must exist in the project. like tarek said, you can use a hidden bank layout will all things, which the player never need to see. this is for c2 runtime.

    with c3 runtime you do not even need this layout at all.

    (so for your question: yes the game can load the objects directly in layout2, without visiting layout1)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • the turn based example is made with messages using getentrypointdata.

    I do not hink it is supported. i know paala want it.

    you might be able to catch it with a javascript

    but it does not exist in any other IG plugin either.

    i think you need to read the IG sdk first, to really know what you want.

  • You do not really state what you are trying to achieve.

    For shareAsync 'intent' has no effect in the IG api (yet), it is for future features. (This is not related to this plugin, it is decided by FG). So setting Invite/Challenge etc will always pop an share window currently. There is also no callback for this function.

    There is another function called chooseAsync which posts a message to the context. But that does not sounds like the function you want either.

    There is also matchmaking functions as well.

    But I think you have to study the api references to find out which function you really want to use here.

    For the functions that are not part of the plugin you can just call them via the browser->javascript

  • To be honest. You obviously have no idea how IG works, like you say. So before you complain about the functionality I think you should read the IG api documentation first.

    If you have any complains about the names (and/or functions) you should tell them to Mark Zuckerberg & co.......

    This has nothing to do with Scirra plugin, it is working correctly.

    My suggestion to you is to read the api references first, start creating your game later. Otherwise you will get frustrated and confused.. For what I see you already are :)

  • you need to set the image and the text.

    you do not need to set any data.

    (intent has no effect, yet)

  • so Renfd you are trying to say i have to use multiplayer plugin+ instant game plugin + instant game extended plugin for making turn based facebook instant game.

    Can you please suggest me any blue print which i can follow .

    thank you for your support Renfd

    If you want turn based with messages between the plays you should follow the Facebook Tic Tac toe guide.

    You do not need multiplayer plugin or cubes extended plugin..

    If you want realtime functionalities you though need multiplayer plugin, the official, the photon one, or anyone else. This is since Instant games has no reatime multiplayer support in the api. it has nothing to do with the construct IG plugin.

  • A) yes that is correct. Just create the fbapp file manually, and drop it to the zipfile before upload.

    B) share works fine also when testing afaik

  • I have never seen that issue. I have never altered anything at all with any file in the exported zipfile.

    You should not need to do that.

    Try scale outer, or letterbox (if you are fine with black bars)

  • Many people here have published many games to FB Instant Games, maybe hundreds(?).

    I have never heard anyone before had any issues with the loading percent like you and potion seems to have.

  • Share, invite, Challenge is all the same function. It works fine with the plugin.

  • You can't, with this plugin.

    All conditions are related to the last loaded ad.

    You can vote for it here:

    construct3.ideas.aha.io/ideas/C3-I-563

  • you can rightclick the first layout and press duplicate, otherwise a new layout is empty

  • I have updated the suggestions with printscreens on how it might be set up. Hope it helps.

    construct3.ideas.aha.io/ideas/C3-I-486

    construct3.ideas.aha.io/ideas/C3-I-669

    Subscribe Bot and switchGame

    Choose

    Update

  • Ok, sorry for that.

    Here is a new idea then with the two other functions, which are basically the two easiest I believe. Hope the description is fine.

    construct3.ideas.aha.io/ideas/C3-I-669