Content tagged lerp

Report Tag

15 usages of this tag
8
This content is deleted
Tutorial
The lerp function clearly explained
9 favourites

This Construct 3 video tutorial will show you how to use the lerp function and explain exactly how it works. Contact me on Fiverr if you want further assistance...

  • 4 replies
  • 876 views
This content is deleted
Forum Topic
How do I smooth this movement?
0 favourites

Apologies if this has been explained elsewhere. I have a sprite that moves from left to right when an object is clicked with the mouse. I've got that working pe...

posted 5 years ago
  • 4 replies
  • 626 views
This content is deleted
Forum Topic
How do I smooth rolling scrolly?
0 favourites

Good afternoon, is there any way to smoothly roll the layout using "scrolly"? I'm using the official example "Touch: Panning". And I was wondering if you can le...

posted 4 years ago
  • 1 replies
  • 385 views
0 favourites

I want know if you guys know a way to make something like the lerp expression that for example, you can use to make an object move to a certain point at a amoun...

  • 2 replies
  • 319 views
This content is deleted
Forum Topic
How do I Rotate and Object over X seconds?
0 favourites

I am trying to find the right way to make an object rotate clockwise or counter-clockwise for lets say 1 second. Basically I have a dial, and when I move the mo...

posted 3 years ago
  • 0 replies
  • 792 views
This content is deleted
Forum Topic
Hot to get mesh points position?
0 favourites

You can use IWorldInstance.SetMeshPoint(col, row, opts) to set mesh point position. But what if I want get the point position? I want do something like this: PS...

  • 0 replies
  • 156 views
This content is deleted
Forum Topic
How do I make a smooth 3D camera movement
0 favourites

I was wandering if there's a way to make a smooth zoom with the 3D camera. I tried something with lerp but doesn't seems to work…. + System: Zoom = 1. -> Caméra...

posted 2 years ago
  • 6 replies
  • 380 views
0 favourites

As you see in the link above, the gate just passes through the box, which has the platformer and solid behavior. This is the code for how the gate works. It use...

posted 2 years ago
  • 1 replies
  • 642 views
This content is deleted
Forum Topic
How do I make custom screen shake?
0 favourites

Okay so I am using lerp() to have the screen scroll to the player: How do I make screen shake for it?

  • 1 replies
  • 292 views
This content is deleted
Forum Topic
How do I keep this sprite centered?
0 favourites

I'm using the below layout and have an invisible camera sprite following the main character sprite using lerp. How do I get a sprite on a separate layer to alwa...