# How to Disable Sprites on Canvas also Enabling Vibration

**URL:** https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838
**Category:** Questions about Thunkable X
**Created:** [December 19, 2019, 1:42am UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838 "2019-12-19T01:42:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Chanda\_Simfukwe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/chanda_simfukwe/32/32125_2.png) [@Chanda\_Simfukwe](https://community.thunkable.com/u/Chanda_Simfukwe)
#### Post date: [December 19, 2019, 1:42am UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838/1 "2019-12-19T01:42:22Z")

</div>

Hello guys,

How do you **disable a sprite** on **canvas**?  
When one of the \*\* sprites is clicked\*\*.  
How do you **enable vibration** when a **sprite is clicked**?  
I have used the **vibrate block** when is **sprite clicked** do  
**vibrate** , **it is not working**. @domhnallohanlon  
Thanks.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [January 6, 2020, 2:21pm UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838/2 "2020-01-06T14:21:22Z")

</div>

Hello,

> How do you disable a sprite on canvas?

I didn’t understand what it meant.

---

<div class="post-metadata">

### Author: ![Chanda\_Simfukwe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/chanda_simfukwe/32/32125_2.png) [@Chanda\_Simfukwe](https://community.thunkable.com/u/Chanda_Simfukwe)
#### Post date: [January 7, 2020, 8:07am UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838/3 "2020-01-07T08:07:01Z")

</div>

Hi,  
When you have a sprite on the **canvas** and when you click on it, it disables to **logic false**. the sprite stops working. **, For example, a button disables to logic false whenever you click on it, the same concept with the sprites I am looking for.**

Thanks.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [January 7, 2020, 9:04am UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838/4 "2020-01-07T09:04:55Z")

</div>

Hi,

Add the conditional If statement and the state variable to the processing unit for clicking on the sprite. If this variable is false then logic blocks are executed, if true after the first click, then the logic is not executed.

---

<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:46am UTC](https://community.thunkable.com/t/how-to-disable-sprites-on-canvas-also-enabling-vibration/373838/5 "2024-11-08T11:46:08Z")

</div>


