irina's Forum Posts

  • hm.... anyone?

    this looks to me as some nasty bug...

  • well if you really want it random just set every x seconds to find path to some random x,y coordinate and move towards.

  • Hi

    i have problem with my physics joint... i attached arm to body and when i drive body with car behaviour arm follows it but when i rotate body in circle it somehow skips the angle and counterrotate!?

    pleaese see attached capx .. just use arrows and try to make circle.

    https://dl.dropboxusercontent.com/u/169390986/PUB/JOINTS%20PROBLEM.capx

    thanx!!!

  • I am about to port all my games to unity as this is bollocks.

    Thumbs up!!!

    Unfortunaly C2 export capabilities are such a joke...

    My 50c to Ashley and the rest of the team...

    Consider making the next Construct (C3) as a tool for work in UNITY... you will make a revolution for milions of non programers out there!

    Just imagine to work in Unity engine with ease of C2 events game making... just a dream come true!

    something like PlayMaker only... easier

  • Try Construct 3

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

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

    thanx... ill fiddle with options to see what i can come up with.

    One question... your capx in FF starts with 50 fps and after minute or even less drops to 10 ...

    is that normal?

  • rexrainbow

    Hi, is it possible to set boids to follow something... like a leader of flock?

    If he moves, flock moves... if he stops the flock stops...

    tnx!

  • No matter what i try i cant get notifications to work when app is minimised on my iphone...

    Do you have any advices how to get that?

  • Aphrodite ahh I see, I understood it like you were talking about all "buyers" from the initial release .

    In that case I see no reasons to not agree with you.

    Expectations for native comes from scirra.com main page itself - "Build Once. Publish Everywhere. True multiplatform support. Build your game in Construct 2 and publish it to all these platforms." statement.

    Don't know why but people these days forgot how to read and use their logic. Instead of finding out more info about the product their will go ahead and download/buy it. And only after that they realize that this is not exactly what they thought it is. Free user have a bit better situation because they can only export to the web, so all is fine here. How game will work will mostly depend only on the browsers. But people who bought it before reading/thinking will hit the wall right away. So yeah scirra should really figure it out.

    Also i noticed some part of my previous post did not show so I'll put it here again.

    Web export. Yes. For me It's like an Image Editor. Add it, if it work leave it, make some occasional fixes and small additions, forget about it. There's so much stuff missing I don't even know where to start...

    And just like Construct was Construct 2 will never be called a finished product. Complete product have some kind of a road map that goes from A to B and either as a developer you can make and release a full product - like most people used to do in the past. Or release it as a very popular these days "early access" scheme . Which is not bad (well not in every case) because it lets you play with it while devs have time and money to finish it up. But it still means there is a point B somewhere. Unfortunately there was only point A with C2 (and CC) there is no point B and will never be. And i don't really like it cause I don't know what to expect in the future.

    With some sort of a to do list we could tell what and when to expect from it, What was done, what is in development and what are the plans for next months. But not here. It's all just one big experiment. If Ashley is in good mood he may fix some issues, if he is not then he will say "it's not compatible with our UI library"

    C2 will end up just like CC did. One day they will announce "This is C3. We will no longer support C2 from this day. Buy C3 or stick with old unfinished C2"

    To be honest I will not fall into that trap again. I will get C3 only if I see some sort of a road map or to do list with time tables, that will let me know what and when to expect from it. I will not spend my money on something I was told I will get just to read many months later "yeah, sorry but no" again

    Spot on!

    *signed

  • newt

    Thank you for your effort to contribute on this topic, If you dont have anything smart, usefull or helpfull to say.. please stay away from here.

  • newt

    ...who said i am grabing images from other sites? and that i dont have permission?

    Dont talk rubbish mate!

    And loading image from site is quite standard thing, especialy in cases of a webshops or photo services.

  • ludei

    shall i just give up and switch to Intel XDK?

  • korbaach

    Thank you!!!

    Very usefull example!!!

  • Hello

    i have small problem...

    mine array is set at 10:2:1 and looks like this:

    0 (7,X)

    1 (0,0)

    2 (9,Z)

    etc...

    How do i set loop through array at Y and dump all thats not 0 to my variable?

    I can do this for X but cant get it right when only Y is needed...

    thanks!!!

  • mindfaQ

    Thanks, thats what i was loking for!!!

    rekjl

    thank you also!

  • rekjl

    Thanks for answering

    Currently i am using

    Array for each X element

    Array current value < my date / ArrayBasket.CurX = 0

    and this works good for that X but i need to set to 0 and that Y also and this is where im stuck...

    a im comparing (searching) only for X (and not Y) but i need to delete (set to 0) also the same Y