Search found 2 matches

by Twinkle942910
Tue Jun 19, 2018 5:30 pm
Forum: Support and Development
Topic: Object freezes when stops
Replies: 6
Views: 3992

Re: Object freezes when stops

Thank you, guys, that helped a lot!
by Twinkle942910
Mon Jun 18, 2018 6:01 pm
Forum: Support and Development
Topic: Object freezes when stops
Replies: 6
Views: 3992

Object freezes when stops

Hi! I'm new to GD and I am trying to implement smooth sliding of a block and simulate friction to stop object slowly. The problem is, when object almost completely stops, you can notice freezes in his movement. What can cause it? Thank you! Here's the code. push = require 'push' WINDOW_WIDTH = 1280 ...