im_pro_viz's Forum Posts

  • after many experiments, I found that the movement of a physical objects can be framerate independent. But rotation, such as joints, or angular velocity, or even torque depends on fps and give different velocity. The difference in simulations in different fps appears only after any rotation via physics engine. I do not know how to make physics manually, but it seems my whole project went down the drain (

  • Hi! I made this simple example, to explain the problem. The physics sprite(black) falls down, and when it reaches the yellow sprite.Y, a distance joint creates. And then the joint removes when it reaches the yellow sprite.Y again. The problem is, that in different fps, the jump height is different. Although timings are quite similar, and even the speed of falling is almost the same. and the lower the fps, the lower it jumps. Stepping mode is set to "framerate independent" but it doesn't help. how can I achieve at least approximately the same result at different fps? (the texts below and above on video, show the time when the joint is created, and when it reaches its highest point)

    Or, how can I set the maximum framerate for my game to 60 for example?

    I am grateful in advance for your help.

    youtu.be/jOHocM5sfh4

  • You do not have permission to view this post

  • I meant that when the velocity is set to 0, the sprite should not move. Just to make it clearer that the sprite is shifting

  • it won't help. the sprite must constantly move, and over time, there is an offset from the desired path.

  • No. Even if there is no any connection, when i set manually velosity to 0, its moving down anyway.

  • I need moveble physic

  • even if I set the velocity to 0, the same result. it's gradually moving down

  • Hi! I made this simple example to show the problem.

    Logically, the white sprite (sprite2) should not move. But it is gradually moving down.

    It is very important to me that sprite2 remains physical, because I need its inertia at the moment of disconnecting the bundle to sprite3 ,

    drive.google.com/file/d/1ULfvBhLQQ124Eqx-00JvAhBfjUU25f2z/view

  • thank you very much! It helped me a lot

  • thank you very much. but could you show me how to make such a fuction? I can't do it in any way

  • Hi there. How can I pick an instance by comparing string instance variable?

    for example, I want to set the position of sprite01 to sprite02 which has a string instance variable "right". Can I write this kind of expression instead of using "pick by comparison" event?

  • Here's an older example I made.

    https://www.dropbox.com/s/sujrkr4imdx6o59/quizanswersexample.c3p?dl=0

    Thank you very much. this is realy helpfull for me. I am a beginner and every example is very helpful to me. thanks again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I apologize for not correctly wording the problem. I have a very small English vocabulary. I think it's better to show the project. I would really appreciate it if you take a look. The question is, how can I simplify the process of picking two, or more wrong, random answers, which won't repeat the right one? I'm going to do a similar quize with words and a missing syllable.

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