q3olegka's Forum Posts

  • Colonel Justice I managed to use coordinates for sprites on the 2d layer. But I do not understand how to achieve the correct size of sprites. This method can be used for a coin in my case. Since the question arises how to move sprites if we constantly set their position.

    drive.google.com/file/d/1Z36JfxluwTB0vrWVDJi97Ko6H5HAkvq3/view

    But even a coin I would like to animate (smooth movement up and down). Therefore, the ideal option would be for a coin or a flying ship that comes from the sky or whatever to be displayed correctly in 3d mode. And here is an example of a game in which i want to do this:

  • Thanks! It will be interesting to try. But it seems that this will require a lot of calculations for the CPU. I will conduct some tests and I think I will write in this topic about the result

  • Colonel Justice Yes. But it seems to me that the effect of distorting the background and maintaining the correct proportions of sprites will not be achieved in other ways. Or am I wrong? At least to make it look like a working option, not just a possibility.

    Ashley But the effect I'm trying to achieve will disappear with other options. After all, creating a regular game in isometry is not the goal I'm aiming for. Imagine such a game City Builder with such an effect. It looks awesome

  • I don't need an example of this game. I need to figure out how to solve the problem with a coin that is covered by a large sprite

    The coin is located above a small sprite. All sprites are displayed perpendicular to the camera. But the coin is covered by the transparency of the large sprite in front of it

  • And what about the problems with transparency and glow/shadows when using a distance render?

  • Ashley I have read this manual several times. Can you use my example to show what my mistake is?

  • Hi

    I want to create a game with a 3d camera, like Don't Starve. The camera is directed at an angle to the layout, and the sprites themselves are at an angle perpendicular to the camera. This way sprites will not be distorted unlike the background. And that's what I did. But there will be a problem of displaying a coin, which, in theory, should pop up at the top of the sprite and, accordingly, it has a large Z height and when there is a very large sprite on the stage that can be in front of this coin. transparency from a large sprite obscures the coin. This is shown in the C3 file. I have tried many options and I tried to use rendering by distance to the camera, but it has a different problem - transparency is superimposed on translucent textures such as shadows or glow. Is there a correct way to display a coin in this style, or is it a issue with C3?

    Key 1 brings the camera closer, key 2 moves the camera away. By holding the spacebar, you can see what is happening from the side. Sprites can be dragged. And you can scroll the scene.

    drive.google.com/file/d/1FzvShspaLqKUcbg0VBHOF9vtE8MOeHVD/view

  • Only Speech recognition works. In the other examples, even though I get access to the microphone, nothing happens. Strange. Can anyone else check on android?

  • Hello. Does anyone have a microphone working? I looked at some standard examples with a microphone and it doesn't work anywhere for me. Tested on PC and phone

  • Ashley Could you help me and write down what needs to be done so that in the mobile vertical version, the camera and the objects of the game maintain their correct position and proportions? I don't use 3d shape, I use sprites.

    The 3d camera's ZScale shows a minimum value of 5.79. Substituting it in different ways, I did not succeed. For a better understanding of what is happening, you need to look at the gif in the post above

  • I also use automatic screen adjustment for all resolutions. I just change the canvas size to fit the device screen size in Letterbox Scale mode. And it always works perfectly. But now everything is changing, even the speed of movement

    gif

    drive.google.com/file/d/1wcPSrm3xzrXqQ2WF0qpFoL_XqbITSEYI/view

  • 1920x1080

    960x540

    240 x 135

    video

    drive.google.com/file/d/1N61VGsDcNClYAQcHDOeL8Ulofpy1g0dq/view

  • Hello. If to rotate the sprite around its axis on the Z axis, it is enough to change its angle. Then in order to tilt it, you may need to use mesh points. How to do it?

    drive.google.com/file/d/1DtCCI1JGfZmfMFJJhZwPOKLUMK74Pq6a/view

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • newt, thank you

    R0J0hound, wow! what I need!

  • Hello. There is an anglelerp expression that uses the correct angle values. But is there an implementation of the same expression, only with cosp?