# Setting gravity to 0 doesn't stop the sprite from moving

**URL:** https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255
**Category:** Questions about Thunkable X
**Tags:** tcanvas
**Created:** [April 12, 2020, 3:09pm UTC](https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255 "2020-04-12T15:09:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bramgrooten](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bramgrooten/32/33189_2.png) [@bramgrooten](https://community.thunkable.com/u/bramgrooten)
#### Post date: [April 12, 2020, 3:09pm UTC](https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255/1 "2020-04-12T15:09:00Z")

</div>

I’m trying to make Flappy Bird. See the link here: [https://x.thunkable.com/copy/c9c8be83f70708bb53eb1fb7c048a19b](https://x.thunkable.com/copy/c9c8be83f70708bb53eb1fb7c048a19b)

When there is a collision, I want the game to freeze, so I made a function for that. However, the bird sometimes still moves down slowly, even though I’ve set the bird’s y speed to 0, and the gravity to 0. How can this happen?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 15, 2020, 12:24pm UTC](https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255/2 "2020-07-15T12:24:49Z")

</div>

> [@bramgrooten](#):
>
> I’ve set the bird’s y speed to 0, and the gravity to 0.

Hey @bramgrooten - would the `stop all sprites` block work in your case?

> **[Motion | Thunkable Docs](https://docs.thunkable.com/motion#stop-all-sprites)**
>
> Program a sprite's speed and location

---

<div class="post-metadata">

### Author: ![Garry\_Lane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/garry_lane/32/58057_2.png) [@Garry\_Lane](https://community.thunkable.com/u/Garry_Lane)
#### Post date: [December 27, 2021, 11:36pm UTC](https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255/3 "2021-12-27T23:36:36Z")

</div>

Tried all these solutions (gravity to 0, speed x and y to 0 and stop all sprites) but sprite(controller button, bottom left) keeps moving very slowly never comes to a complete stop.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:39am UTC](https://community.thunkable.com/t/setting-gravity-to-0-doesnt-stop-the-sprite-from-moving/563255/4 "2024-11-08T11:39:07Z")

</div>


