Sami424's Forum Posts

  • i have a similar thread here: construct.net/en/forum/construct-3/how-do-i-8/how-do-i-prompt-wall-post-inst-142381 but its not the same, since people there does not answer my question they are answering other stuff.

    I would like an example of how to share using instant games, if anyone got that please share it!

    Ashley I have a paid license for Construct 3 that i hope includes service, do not delete this post since as you can see , my last post is not going anywhere but instead is confusing everybody with answers that is not related to my question.

    This topic is mainly ABOUT IG and questions about IG , please if anyone has some experience , post !

  • you are not allowed to use any facebook features at all in IG. it is a different sdk.

    The Share function in IG works without any extra permissions. do not request other permissions than the defaults from facebook for an IG.

    Sounds you are a bit confused about the sdk.

    A tip: Take an hour to read the IG guidelines and the sdk before you continue with your game.

    wow.. are you trying to make me look bad or wtf? The post asks about INSTANT GAME SHARE , i call it facebook since instant games is facebook. Now i do not need a explanation about the different SDK's, my Question was AND STILL REMAINS TO BE related to how you use the share function in IG , i did another thread with the title specified but Ashley removed it. Yet again you are the one confused fredriksthlmsince the question has always been why instant games share is not working, that is ALL i am asking, and that is why i made a new thread since you guys get confused.

    So IGNORE FACEBOOK PLUGIN, IGNORE TITLE.

    I have read through both IG documentation and facebook's documentation, i have facebook games out. The only thing not working is the "share" function, wich has been this whole thread but you guys keep saying i am confused?

    FOCUS ON MY QUESTION: Instant games, i have done countless of examples but no share function is working for me, that is why i thought i had to fix the permissions? This is a construct 3 community right? To get help? all i am getting right now is "corrections" of what SDK's are and API bla bla YES i know but still, if you read trough the thread you will see that my question has NOTHING to do with your answers, i am asking why my instant games is not showing up the share functions, wich said will not work, so i am very confused. '

    Anyone else that uses instant games that can help me? That don't feel the urge to explain the different SDK's and that facebook and ig are different plugins , please just answer the question. If you don't want to help there is no need to reply.

  • Okay still tho Both instant games and Facebook plugin got The option to prompt or share, ddint answer my question Ashley you say i duplicate threads well i have to since The title here is confusing people. My question is and remains to be why is there a share option in the instant games plugin if you cant use it? And if you can, how Come it aint working?

    as the title says, been trying for days, i got a weird answer here construct.net/en/forum/construct-3/how-do-i-8/how-do-i-prompt-wall-post-inst-142381

    , i mean instant games has the option to share? so if it doesn't work why is it still there as a feature? and i got approved today on the facebook developer page added user_posts as permissions, i have no idea why it wont work.

  • > it is not possible and you are not allowed to have any other permissions for IG than the defaults.

    >

    > and it is not possible or allowed in any way to use any standard facebook features in an IG.

    Now i don't understand you correctly`? your saying its NOT possible, while instant games plugin still have the option? if it is not possible why does construct 3 have the option to share ? I got granted the permissions today by facebook you just have to be reviewed? Anyone else here that can confirm instant games Share or facebook share function dont work in construct 3?

    As i read that you need user_posts permissions do even share on the wall, so i am asking you fredriksthlm its not possible to share a wall post with the users score ? it doesnt have to do with user_posts i am just asking is this not possible since that is what my title says and you said its not possible. werid that c3 got the option for it.

  • it is not possible and you are not allowed to have any other permissions for IG than the defaults.

    and it is not possible or allowed in any way to use any standard facebook features in an IG.

    Now i don't understand you correctly`? your saying its NOT possible, while instant games plugin still have the option? if it is not possible why does construct 3 have the option to share ? I got granted the permissions today by facebook you just have to be reviewed? Anyone else here that can confirm instant games Share or facebook share function dont work in construct 3?

  • "1. creation of a dictionary and a table

    2. Save the dictionary and table in the file system

    3. Checking the existence of the file"

    FALSE!

    At the beginning of the scene I check that the "system" folder exists.

    If it doesn't exist, I create it and also create the file "system\système.core".

    If it exists, I check that the file "system\système.core" exists.

    If it doesn't exist, I'll create it!

    I don't have a "Table" object or a dictionary object in my project!

    Thank you for reading and answering me!

    Local storage on start of layout check if key "test" exist

    if exist get key "test"

    if missing create key "test"

    etc etc

  • Trying for days

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Quick question, me and my mate are working on a "quiz" that gives you your IQ , its not a game, its a test. Do i use instant games for this? or do i host my own website then integrate with FB? Please help !

    , Sami

  • Hi

    I think sooner or later I will need some of your plugins ...

    But how construct plugins work? Can I still simply use the build in export features and build a signed / unsigned apk inside construct3?

    Or do I have to use tools like Phone Gap or Intel XDK as soon as a plugin is used?

    You can export as unsigned APK , debug APK & signed APK ,and you can also export as xcode for itunes. C3 handles the export for you, super easy to use!

    I have a game on google play & itunes with the Construct Master collection addons inside, some of them atleast, i just exported as signed apk, and for iphone, xcode.

  • I made it using a instance variable added to the text. Not many replies here, if anyones is wondering set text to whatever its instance variable is, on created.

  • > If you're talking about something that shows damage taken then I guess you create it above the enemy on hit yes, I had a health bar in my mind.

    I got health bars, just adding the dmg text to give it more style.

    Question is just how i use this 1 sprite font and bullet behaviour to show all the dmg text but for each unit, maybe a instance variable just havent figured out how yet..

  • If you're talking about something that shows damage taken then I guess you create it above the enemy on hit yes, I had a health bar in my mind.

    I got health bars, just adding the dmg text to give it more style.

  • For dmg above a unit you can put the txt object in a container with the enemy so when you spawn enemy it has a txt object with it that you can pin above it.

    True, right now i have a bullet aiming in a 270 angle, (up). and a fade effect. The pin and container solution has been on my mind, if i create a container tho, i have to set the text to visible when hit and invisible when not hit right?

  • So, im wondering, what is the best way, to create a floating DMG text, but using 1 spritetext or text object? So i dont have to do a new for each unit, any tips`?

    Also what is the best way to create UI? I mean different menus? im currently using families to create it and setting position using system spawn object at x and y