Sami424's Forum Posts

    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

  • 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.

  • Try Construct 3

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

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

  • I would like to do a snow effect , any tips?

    Tagged:

  • Itunes:

    itunes.apple.com/us/app/tomato-clash/id1451315766

    Google play:

    play.google.com/store/apps/details

    Please support my first release by adding a rate and a download! Dont expect much this is my first release, ive updated alot from the first day of android release, so try it out!

    Peace out

  • You could try using a firebase cloud function with a setTimeout of a day then the function call itself again. don't exactly know how to call the cloud function from construct tho.

    Im going to try thanks ;)

    Dont think it has to be done in construct , just need to execute a command for that function on firebase, again thanks!