igortyhon's Forum Posts

  • 1. At startup the game loads all resources into temporary browser files, this is shown by the progress bar on the start screen. If you have the game loaded quickly then everything is normal.

    2. When the game is loaded at the start of each layout, all layout objects are loaded into video memory. If you have a long loaded layout may be you layout takes too much video memory or other problems in the layout itself.

    To understand more precisely you need to look at the problem.

  • ...

    https://we.tl/t-PYVug00lhI

    You gave a false link, I didn't find the file there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • On an iPhone, the game starts running 30 FPS when power saving mode is turned on.

    Try changing the step-by-step mode of physical objects to independent mode.

  • Вы создаете пулю на том же слое, что и игрок?

    Может стоит посмотреть, как это сделано в других играх.

    Если не получится, выложите файл c3p и мы вам поможем.

  • You are trying to fetch data from local storage every tick, try doing it on page startup or add a trigger once.

  • There are good examples of how AI has made the game more immersive.

    All these are just loud slogans for now.

    What I see is that AI has brought a lot of poor quality products to all playgrounds.

  • You probably have a lot of locations that are on top of each other and you disable different layers to show these locations? This is an archaic and inconvenient method, it's much easier to have a location nearby and just move the character there when descending to a new level....

    In your case, you don't need multiple obstacle maps. You need to add new objects to the obstacle map when descending to a new floor, and recalculate the obstacle map.

    This all sounds confusing, I think a small example with two floors would help explain it better.

  • This is because of scaling.

    I recommend to leave some pixels empty on the edges of each sprite.

    There is a special button in the sprite editor to crop correctly automatically.

  • -I'm going through all the monsters every second and increasing their width and length by 1% (it's just math)

    -If you want to ask what's not working for you, it's better to show this place in a screenshot.

  • When there is a collision objects that touch automatically pick up and it is convenient.

    You can add a sub-event listing all objects and in it another sub-event with a variable comparison.

    Like this

    + COLLISION.

    ----+ System: For each Sprite

    --------+ Sprite: Variable1 = 0

  • You've created two questions, but there's not much information there. How you move the player is not clear to help you.

    Post the c3p file.

  • The first link works right away.

    The second and third work only if after the transition from the address bar delete (amp;) this piece of the forum engine itself adds to the text of the link.

    Somewhere on the forum about it was written but not fixed yet.

  • Sorry, I didn't understand the topic at all. I thought you just didn't have the save working correctly.

  • kibaga.org/c3-example/file_uploads/index.php

    Hi. Try this example. Will it work for you after exporting.