# Change Speed of Sprite Type

**URL:** https://community.thunkable.com/t/change-speed-of-sprite-type/1127785
**Category:** Questions about Thunkable X
**Created:** [February 26, 2021, 9:18pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785 "2021-02-26T21:18:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![krrish](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/krrish/32/97273_2.png) [@krrish](https://community.thunkable.com/u/krrish)
#### Post date: [February 26, 2021, 9:18pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785/1 "2021-02-26T21:18:25Z")

</div>

Hey, I am pretty new to Thunkable and I’m making a game where you just avoid the asteroids (I followed a tutorial) and I’m wondering if there is any way to make the asteroids fall faster as the score increases?

 ![Screen Shot 2021-02-27 at 8.29.19 am](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/9/a9201ec6d43d892acd66ce20ab8c7840d08e380e.png)

---

<div class="post-metadata">

### Author: ![Dean\_Artis](https://avatars.discourse-cdn.com/v4/letter/d/a8b319/32.png) [@Dean\_Artis](https://community.thunkable.com/u/Dean_Artis)
#### Post date: [February 26, 2021, 10:49pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785/2 "2021-02-26T22:49:32Z")

</div>

Instead of hardcoding the speed to 200 use a variable. Then when the score increases change the value of the variable.

---

<div class="post-metadata">

### Author: ![krrish](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/krrish/32/97273_2.png) [@krrish](https://community.thunkable.com/u/krrish)
#### Post date: [February 26, 2021, 10:54pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785/3 "2021-02-26T22:54:05Z")

</div>

How would I do that with a variable?

---

<div class="post-metadata">

### Author: ![krrish](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/krrish/32/97273_2.png) [@krrish](https://community.thunkable.com/u/krrish)
#### Post date: [February 26, 2021, 11:04pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785/4 "2021-02-26T23:04:22Z")

</div>

Nevermind, got it!

---

<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, 1:29pm UTC](https://community.thunkable.com/t/change-speed-of-sprite-type/1127785/5 "2024-11-08T13:29:11Z")

</div>


