fmaf's Forum Posts

  • Bump.

  • I'm currently developing an Android game with C2 and exporting it with Intel XDK.

    When I test my game on browser and ask the Facebook object to log-in, I get a prompt telling me that

    "it isn't possible to load the URL, as the domain isn't included on the app's domains".

    What is this domain exactly? Where can I host one and how?

    Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh, thanks!

  • Being able to include Tilemaps on Families would help a lot especially regarding collision aspects, and personally, it would help my game immensely! Just a quick suggestion to the devs for the future.

    Thanks for the tool, I've been enjoying it greatly since I bought it!

  • Thanks! But I guess I'll stop using this behavior for now. Within these limitations(no rotation), it's better to find another way.

    A good feedback for scirra would be the inclusion of a "Cone of View" property, similar to the line of sight behavior.

  • Looks like disabling rotation = disabling turret

    Any way to keep the sprite at angle 0 while the turret rotates? Or to keep the turret working without rotating?

    Thanks

  • Game designer and programmer

  • Hi,I'm starting to develop a 2-d platform puzzle game for pc for steam's greenlight.Since the game is simple,and I will use construct 2 for its ease of use and to easly find more programmers.

    If you are interested,PM me so I can send you an introduction GDD I prepared.If you like the GDD and wanna join,welcome aboard.All the content in the GDD can be changed later,it's only to introduce you to my idea. If you don't like it,too bad,thanks for seeing,anyway.

    Well,i'm looking for:

    -Programmers

    -Artists

    -Composers

    Every member in the team can also be a game designer.

    Thanks for reading!PM me,if interested.

  • that's just awesome,thanks

  • But i have a little problem,when i try making the following event:

    If units collide with selection box - units variable change to selected

    but the units just get selected when i directly click them,but not when i drag the box to them

    any ideas?

  • thanks,guys

  • Does anyone know how to make a selection box?like those that you have to click and drag with the mouse in strategy games...

    thanks

  • Make him walk autommaticaly(bullet behavior)to left when a boolean is true,and when he collides with and object in his way he toggles the boolean to right(false)

    WALK IS TRUE - BULLET SET ANGLE OF MOTION TO LEFT

    WALK IS FALSE- BULLET SET ANGLE OF MOTION TO RIGHT

    and when he gets next to you(compare values:distace between player and enemy)make he walk to your direction

  • I want to start gathering people and create a game developing team

    i have some quite experience in construct 2,but i don't know nothing about spriting

    if ur intersted,PM me

  • I want to make the other objects getting more slow by pressing a button(the enemies for example),so i did this

    Right button          -enemies family time scale 0.5

    The enemies objects gets slower,but their animation gets stopped,and if i try making a enemy.animationspeed/2 action,then the animation gets stopped,what do i do?

    thanks