Allardje's Forum Posts

  • Hey Guys,

    I just switched from Construct 2 to Construct 3 and after 30 mins or so i got everything up and running again.

    There is just one issue. Normally my game would fetch your profile picture from Facebook based on the users facebook id.

    This was never a issue but it seems that in Construct 3 it would not load my image from url.

    I tested it with a image from my own URL already which results in the same: Image will not be loaded from URL.

    Is this a known issue or am i missing something?

    Thanks!

  • Hi!

    I just switched to Construct 3 and this plugin is the last one i need updated.

    Are you able to update it for Construct 3?

    I really love this plugin. It's simple but so useful.

    Thanks!

  • Will try this once i get back to the avatar part.

    On the other hand you sure it's possible for C2? ( since you mentioned C3 in your post ) or was it a typo?

    Thanks!

  • Hey guys,

    I was wondering if it is possible to make a square image round. I guess all i want to do is to "add a 50% border radius" to a sprite.

    I really want to have them circular but i can't figure out a way to do it.

    I can not make this sprite circular myself since the image will be fetched from Facebook ( profile picture ).

    Any ideas? Is it maybe possible to add a CSS style to a sprite?

  • dop2000 Darn i knew i was close i did it like that the first try but without the "ELSE".

    Should'v thought of that.

    Thanks for the info!

  • Hey guys,

    I had this problem a few years back and i used a workaround back then but i forgot what i did.

    I was wondering if there is a clean solution for taps with specific conditions.

    My code is as following:

    On tap > Next

    --- IF variable = 1 > Do action 1

    --- IF variable = 2 > Do action 2

    --- IF variable = 3 > Do action 3

    The problem is that when you tap "Next" it will do all "IF'S". So instead of checking the condition and doing it it actually starts a chain.

    After the first click the first action is true. Than the second action will be true after that. Than the 3th etc. But instead of only running it once it will do all actions which is pretty weird i guess since i only tapped once.

    Any solution to this without creating a weird workaround?

    Thanks!

  • I will surely take a look at CSV right away! Thanks for the tip. The thing is that all data can be edited and will be edited on the fly. So i need a nice way to edit and save this stuff. Now the loading and saving is not something i'm worried about i'll figure that out.

  • Hi Guys,

    So after a while of not producing anything anymore i'm back in Construct 2 to create a little piece of software that can be used for my poker tournaments.

    It's for personal use only so there is no need for 100% "the right way". If it simply works i'm satisfied.

    I need to write away some (permanent) info. One of the things i'm stuck with now is creating the players as data.

    Remember, this is going to be a piece of software, not a game. So when i say player i mean a real life player as in data.

    It should be like:

    Player 1

    Balance: 50

    Games played: 6

    Ranking: 4

    Player 2

    Balance: 500

    Games played: 16

    Ranking: 1

    Now i thought i should use an Array for this but i am no pro at this kind of stuff and to be honest i'm not sure how to write this away.

    Some factors are: There can be unlimited players so i can't set an exact size of an array. Each player has multiple data inputs.

    What i am trying to reach is something like:

    [Player1,50,6,4

    ;Player2,500,16,1] ( this is not actually a format, it's just so you can understand what's going on in my brain ).

    In an other format it would simply look like:

    Player1,50,6,4

    Player2,500,16,1

    This data should be used later on.

    So long story short, i guess i need an array but i don't know how to add multiple data for each user. Players are actually creating in the application itself. So once clicking the "add player" button it should be able to create a new row with the x amount of columns that will contain the data as shown above.

    Good to know is that it will be exported as NWjs. So i got a lot freedom as in how it's done.

    Any help is appreciated. Thanks!

  • There shouldn't be a problem as long as it stays FPS 30+ anyways.

  • Ashley Once i am done with my project i will take a look if i can set-up a Dutch community. I am originally a web designer after all..

  • Heya, Well old topics are mostly the most useful once after re-opening it since everybody moved on and had a solution somehow <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    For me i just started focusing on In-App purchases.

    As far as advertising i simply use Admobs for some backup revenue but those cents really aren't cutting it.

    My new application will be included with a one-time payment of $2 to remove ads and get some extra's in game.

    Never really looked into any other advertising options really.. I didn't test any of them yet but most advertisement plugins from Cranberry will do the trick.

    Check this pack https://www.scirra.com/store/construct2 ... ugins-1662.

    Again, i didn't look into it myself but i do know these files are included:

    cranberrygame_CordovaAdMob

    cranberrygame_CordovaAdMobAdColony

    cranberrygame_CordovaAdMobFacebookAds

    cranberrygame_CordovaAdMobFlurryAds

    cranberrygame_CordovaAdMobHuntMAds

    cranberrygame_CordovaAdMobiAd

    cranberrygame_CordovaAdMobInMobi

    cranberrygame_CordovaAdMobLeadbolt

    cranberrygame_CordovaAdMobLifeStreetMedia

    cranberrygame_CordovaAdMobMillennialMedia

    cranberrygame_CordovaAdMobMobFox

    cranberrygame_CordovaAdMobMojiva

    cranberrygame_CordovaAdMobMoPub

    cranberrygame_CordovaAdMobPhunware

    I think that will bring a lot to the table talking about revenue <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">.

  • blackhornet Ah i see, works in Firefox. What's up with this adBlock making trouble with dropbox links lately.. Weird..

    Anyways gonna try the plugin !

    Edit: This is awesome! Works like a charm Exactly what i needed. Thanks!

    Edit 2: Just came back to say this is awesome again. This really is freaking amazing! If i only knew before this behavior existed! This is really a game changer and i can finally fine-tune my app to a nice looking piece of art .

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • lunarray Hey can you please re-upload? Download links not working anymore Thanks!

  • Hi,

    I am not sure if this plugin is still updated but i have a bug.

    Everything is fine but once done typing and submitting the text the keyboard will disappear but somehow ( on mobile, Android ) the status bar of my phone will come down and won't go back up.

    This is normal that it happens once i focus the text box but it should disappear just like the keyboard once done.

    What probably would fix it is a unfocus option. I had this with the normal text box and that seems to fix the status bar trouble.

    This plugin has a focus option but nothing to unfocus it.

    My action actually destroys the complete box once the user submitted the text.

    Let me know if there is a fix for this.

    Thanks!

  • Hi guys!

    After 2 months working on my app i can say it's finally finished!

    I would really appreciate some feedback. I want to thank everyone who had the patience to help me with some struggles i had while creating the app.

    All help was useful and without it i was never able to create the application.

    So what's it about;

    I did everything but creating a game. The goal was to create a application about horoscopes, zodiac signs etc. with some social features like commenting and a up/down vote system. I think it worked out pretty well and i was really surprised ( to be honest ) that i was able to create this with Construct 2.

    Some screenshots

    The app has a live feed which updates every single hour with multiple posts. You can comment on them, vote them up or down. It has daily horoscopes, some astrology information, zodiac profiles and some other stuff.

    I used IAP to create a premium membership option. I wanted to keep all content as free as possible so this means the only paid option i have is to remove ads and get a "premium icon". It just didn't feel right to lock up some content in change for payments.

    At this moment i only launched the Android version.

    You can check it out here: https://play.google.com/store/apps/details?id=com.zodiac.union

    I would really like it if you download it and take a look at it. Every (negative nor positive) feedback is welcome!

    Also, if you happen to like this app and want a premium account download the app and just send me your discount code ( shown at the right top of the start screen ) and i will update your account to a premium account for free .

    Of course leaving a rating and a review on Google Play would really help me out but than again, i'm here to show off my app and not to advertise. Just really curious to your opinions.

    Thanks!