irina's Forum Posts

  • even easier.... just one variable... health... if health max is 100 just set event in everytick that when ever health is > 100 to set it to 100

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • anyone?

  • Hello,

    How can i set family for just certain object instances and not all of them?

    thanks!!!

  • solved!

  • ...search forum for boids.

  • Hello,

    I have one sprite in several colours (animation frames).... red, green, blue...

    I basicly use spawn with animation frame: choose (0,1,2)

    but thats not quite good becouse i very offten get double, tripple of the same frame... basicly, same ball.

    How can i spawn mine sprite instances but allways with anim. frame thats currently leest present in game? ...to maintain variety.

    thanx!

  • Thank you guyz for your comments...

    this was not meant as "1 man job".

    I have small firm behind me that is willing to invest in this becouse they liked mine idea.

    I guess that using Unity would be better but also is more staff and resources demanding and since the investor is happy with 2d engine if it can handle standard 8player multiplayer with no fuss.

    Thats why i ask if C2 is capable of this...

  • Hello,

    I would like to ask more experienced members of this forum to comment please on following matter.

    Is multiplayer in C2 good enough for creating a game like Red Alert etc.?

    What i mean is... are there limits in number of players and how many units can handle at once?

    Thank you.

  • Thank you... i'll look into that!

    Cheers!

  • Problem Description

    when used system expression layer scale 2 objects are not pinned together

    Attach a Capx

    https://dl.dropboxusercontent.com/u/169390986/PUB/PIN.capx

    Description of Capx

    use arrow move to notice that objects are not pinned

    Steps to Reproduce Bug

    Step 1 - just move with arrow keys

    Observed Result

    objects are not pined together

    Expected Result

    Objects shud be pined together, no?

    Can this kind of motion and connection be achieved some other way?

    Affected Browsers

    Chrome: (not tested)

    FireFox: (YES)

    Internet Explorer: (not tested)

    Operating System and Service Pack

    W7PRo 64

    Construct 2 Version ID

    169

  • oh c'mon... its not 3rd party plugin thats problem... it remaind there becouse i'w tested with it aswell...

    bug is the same without it...

    ill repost without it...

  • eli0s

    Thank you for this example... i would never thought of that!

  • Problem Description

    when used system expression layer scale 2 objects are not pinned together

    Attach a Capx

    https://dl.dropboxusercontent.com/u/169390986/PUB/PIN.capx

    Description of Capx

    use arrow move to notice that objects are not pinned

    Steps to Reproduce Bug

    • Step 1 - just move with arrow keys

    Observed Result

    objects are not pined together

    Expected Result

    Objects shud be pined together, no?

    Can this kind of motion and connection be achieved some other way?

    Affected Browsers

    • Chrome: (not tested)
    • FireFox: (YES)
    • Internet Explorer: (not tested)

    Operating System and Service Pack

    W7PRo 64

    Construct 2 Version ID

    169

  • irina

    So moving the objects is a solution or you can maybe look into the system expressions to convert layer positions to screen and vise versa.

    Since moving is not an option... can you please elaborate more on this system expressions please?

    thank you.

  • R0J0hound

    Please, check this example:

    https://dl.dropboxusercontent.com/u/169390986/PUB/paster2layers-part2.capx

    You can notice that PIN worky only if object moves... if layer scrolls than its not...

    (use up-down arrows to notice that it dont work)

    (use left-right arrows to see how it works works)

    ...thats how i was intented to use paster in my project

    Is possible to make it work without need for object to move?