antares330's Forum Posts

  • Facebook needs certain permissions to use the game scoring... because of them updating the API, is hard to keep updated...

    Use FacebookComplete... It lets you pick the permissions your asking for...

    Although I find Facebook a huge pain to work with... because:

    • You have to add the URL you will be using it on. (which is annoying for testing)
    • You have to use their fake accounts, which don't work very well.
    • Changing API...

    ... and more

    I'm assuming your looking for the leaderboard of your friends?

  • Your saying they keep spawning when they shouldn't be?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sending you a PM now.

    Justin

  • Flash and 3d games... You know construct doesn't do either one (well technically can do 3D, but not super easy)

    I would also recommend having some kind of scope of what games your building...

    Some people only like building certain types of games...

  • I tried that tank game... It has some potential... a few things I would work on.

    • Make the arrows player controls different (Maybe number pad and 0 to shoot?)
    • Fix the animation. don't let it rotate the angle

    Biggest thing

    • Add some kind of change to bullets... Less bounces (maybe 1 bounce) or so it can only travel so far.

    If you don't nerf bullets, you can just spam like crazy and it get's hectic

  • This is a interesting concept... I might take a try at it...

    What reason do you want to read questions from a array?

  • Like jojoe said, red has a movement plugin...

    If I have a break in work, I might take a try at monopoly!

  • Although I heavily under use Arrays...

    Couldn't switch between picking from 1 array to the other? (This highly depends on how you pull them into your game)

    Like randomly pick from each of the selected arrays...

    PS: I've dabbled in the Edu games and would love to see what you come up with.

  • I'm curious... is this only for those living close to Geneva?

    What would a C2 dev be expected to do... is this a game? or more of a app?

  • ahh... since people can still interact with objects...

    You could set a pause variable... then add a condition that it doesn't work unless that variable is set to 1... (which would be unpaused)

  • I would've only dreamed of having a plugin made like this...

    I'll be testing with this one now!

    but I wanna say a HUGE THANKS for making all these great plugins... they are FANTASTIC!

  • I think most of what I wanted to say is already said...

    But I see Construct 2 coding as game logic coding... not as real coding... because I don't need to know any of the technical names...

    (Which is much easier then coding a game legit)

  • Good luck on that project of yours

    Look forward to seeing what you come up with...

  • 2 fixes come to mind... (After taking a look at your capx)

    1. Drop the speed to 300. This fixed it... but kinda limits you on what you can change about your player

    2. Make the Bridges longer... So it takes longer time to get across each bridge, making him fall down the pit.

  • Is there a problem with using "set time scale to 0"?