irina's Forum Posts

  • try to test on a stronger device...

  • Ashley

    Ashley... can you please comment on this?

  • gingpete

    Is centering possible to force on scale outer?

    Yes.

    set in your layout properties

    Unbounded scrolling to yes.

    that was bothering me last night:

    Cheers!

  • Hello,

    i'w set this little text box:

    "DT: "& dt

    on my project in order to see the delta time and i must say that it behaves a bit strange.

    on my desktop (cca 58-60 fps) shows 0.016/0.015 but every second or so it peaks to some 0.03x

    Can anyone explain me why is this?

    (i use deltatime as a multiplier for my physics gravity so that slower devices have more gravitiy in order to run the game the same way).

    Thanx!

  • heh...

    Unbounded scrolling /yes

  • Hello,

    I am freaking out for the last hour... i need someone to tell me why is my preview in browser (scale outer) constantly glued to the top and left sides of the screen???

    I can't nest it in the middle of the screen as my other projects are... this is driving me nuts!

    Help!!!!

  • sachos345

    That's correct.

  • Is there a way to make pin conection flexibile like rubberband?

    ...or some other interconnection that would behave like rubberband?

    Thanx!

  • Games

    Yeah i know that water is demanding but this is somewhat specific and it will work fine as long as i can keep individual objects interconnected.

  • Try Construct 3

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

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

    Theres no need for some "android" version becouse this covers basicly all screen aspects ratios (resolutions are irrelevant).

  • Use this:

    https://dl.dropboxusercontent.com/u/169 ... utions.png

    Set this as the last layer and when all is done just delete it and compile your game.

    Set project window size to 640:960 and basicly set everything important (that needs to be seen) into the smalest screen aspect ratio (iphone4) and make sure that background covers both biger aspects (iphone 5 and ipad) and your good to go... and spawn everything that needs to enter screen from outside bigger aspest ratios also!

    (if you are more expirienced than you can use anchors to stretch visible objects to fit into every aspect ratio)

    and yes... use scale outer.

  • Hello,

    Is there a way to link several physics objects to maintain same minimal and maximal distance?

    Like a chain but with come elasticity in their interlinks?

    what i am trying to create is a water stream but since every drop is unique object they sometime go too far apart and i dont want that to happen...

    Thank you!

  • Thank you, i will try that approach.

    cheers!

  • Thank you for your advices...

    I could go either way but theres one matter later in game...

    Later i intent to make collecting specific powerup as assigned.

    example:

    In upper left corner of UI shud be immage of certain powerup that is assigned and only that one when collected would give bonus and rest of powerups that spawn would not.

    Having this on mind wich approach would be better?

    Thanks!

  • Hello,

    I need some tips whats the easiest or most effective way to randomize my powerup spawns.

    Case is like this:

    i have one point from wich i spawn powerups and since i have several of them i would like to randomise choice.

    Lets say every 3 seconds spawn powerup1 or powerup2 or powerup3 etc.

    Thanks!