# \[Solved\] Canvas Label/Sprites not showing

**URL:** https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953
**Category:** Questions about Thunkable X
**Created:** [March 25, 2021, 4:18pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953 "2021-03-25T16:18:36Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [March 25, 2021, 4:18pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/1 "2021-03-25T16:18:36Z")

</div>

Hello everyone  
I am having a bit of a problem.  
My canvas doesn’‘t seem to show the sprites/labels.  
It doesn’'t even change to a transparent background.  
This is my canvas in the editor:

 ![Screenshot 2021-03-25 5.14.43 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/e/4e6ad0bdb3f5555bd1320211688c420022c18e32.png)  
and this is what i get:  
 ![Screenshot 2021-03-25 5.16.31 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/4/047e718f74e683156f2591ac3e72fcdf9c3f02cd.png)  
How do i fix this?  
Thanks

---

<div class="post-metadata">

### Author: ![athornock](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@athornock](https://community.thunkable.com/u/athornock)
#### Post date: [April 17, 2021, 10:01pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/2 "2021-04-17T22:01:45Z")

</div>

Is your screen set to scroll? The sprites don’t show if your screen has scroll turned on.

---

<div class="post-metadata">

### Author: ![athornock](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@athornock](https://community.thunkable.com/u/athornock)
#### Post date: [April 17, 2021, 11:29pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/3 "2021-04-17T23:29:56Z")

</div>

Also, if you have a sprite off screen it doesn’t show any sprites.

I’m finding that the create sprite block stops the code process.

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [April 18, 2021, 9:01am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/4 "2021-04-18T09:01:55Z")

</div>

I have none of these.  
Things you are saying in My canvas.

---

<div class="post-metadata">

### Author: ![athornock](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@athornock](https://community.thunkable.com/u/athornock)
#### Post date: [April 18, 2021, 1:57pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/5 "2021-04-18T13:57:10Z")

</div>

After what you said I went back and made a mock app. It looks like what’s actually broken is the “do” section of the create sprite block. If anything is in this section it stops the processing. You also can’t put create sprite blocks in the “On Start” block, they won’t execute.

Here’s a simple example: [Thunkable](https://x.thunkable.com/copy/c4a6eff40d3122f2fca8bb514be8d645)

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 17, 2021, 10:27am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/6 "2021-05-17T10:27:07Z")

</div>

Hi there,

It looks like the issue with this project is that you use a `when Screen Opens` instead of a `when Canvas Loads` block. If you use `when Canvas Loads`, the Sprites are created. [See the demo project here.](https://x.thunkable.com/projectPage/60a24396aed6ad0012a53f97/)

@sketch, are your Sprites created in the Design tab or are they added during app runtime? Can you share a project link with us that demonstrates this behavior for you?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 17, 2021, 10:38am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/7 "2021-05-17T10:38:51Z")

</div>

Hi there @jane  
The sprites are created in the design tab.  
I have no sample project Because i deleted that one.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 18, 2021, 7:05am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/8 "2021-05-18T07:05:26Z")

</div>

If you create a new project, and add Sprites to a Canvas, can you see the Sprites when you preview your project on the web or live test your project on a device?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 18, 2021, 3:07pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/9 "2021-05-18T15:07:21Z")

</div>

Hi @jane i’ve done what you said.  
but now when i add the cnavas the codes in the screen stop working.  
and the sprites stil disapear.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 19, 2021, 7:52am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/10 "2021-05-19T07:52:57Z")

</div>

If you create a new project, and add Sprites to a Canvas, and do not add any other components or blocks, and do not resize anything or change any properties, can you see the Sprites when you preview your project on the web or live test your project on a device?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 19, 2021, 8:05am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/11 "2021-05-19T08:05:34Z")

</div>

I can’t see sprites in a empty project with only a canvas and 1 Sprite.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 19, 2021, 8:10am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/12 "2021-05-19T08:10:15Z")

</div>

Can you send me the URL of this project?  
Are you able to test out [this project](https://x.thunkable.com/projectPage/5d81f6ff40ba61a46200a1ac/)? You should be able to click on a beaver to help him chop down a tree.

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 19, 2021, 10:09am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/13 "2021-05-19T10:09:26Z")

</div>

Hi there  
I’ve tested your project and mine they do seem to work now.  
Maybe its a Chromebook problem.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 20, 2021, 7:38am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/14 "2021-05-20T07:38:56Z")

</div>

Both projects are working for you? That is great to hear! Are you still using the same computer/browser?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 20, 2021, 8:53am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/15 "2021-05-20T08:53:09Z")

</div>

Yes i tested IT on my phone trough Chrome.  
That works.  
I Will check on my Chromebook if IT works this after noon.  
And with different canvas sizes.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 20, 2021, 9:17am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/16 "2021-05-20T09:17:15Z")

</div>

Sure, and let us know if it turns out that Canvas components don’t work on a Chromebook. I assume the browser you’re using is Google Chrome?

---

<div class="post-metadata">

### Author: ![sketch](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/sketch/32/109058_2.png) [@sketch](https://community.thunkable.com/u/sketch)
#### Post date: [May 21, 2021, 3:52pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/17 "2021-05-21T15:52:29Z")

</div>

Hi thre @jane the issue is now solved.  
it works on both android phones and chromebooks.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [May 24, 2021, 6:45am UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/18 "2021-05-24T06:45:41Z")

</div>

That is great to hear! Thanks for the update 🙂

---

<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:25pm UTC](https://community.thunkable.com/t/solved-canvas-label-sprites-not-showing/1186953/19 "2024-11-08T13:25:42Z")

</div>


