# Need HELP getting canvas to draw under an image

**URL:** https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327
**Category:** Canvas / Gaming
**Tags:** solved, beginner, help
**Created:** [November 19, 2024, 11:00pm UTC](https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327 "2024-11-19T23:00:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![4iamotakus8balp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/4iamotakus8balp/32/190032_2.png) [@4iamotakus8balp](https://community.thunkable.com/u/4iamotakus8balp)
#### Post date: [November 19, 2024, 11:00pm UTC](https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327/1 "2024-11-19T23:00:58Z")

</div>

Hello

I am making a coloring book app and am having trouble with having the canvas draw under an image. I am trying to make it so you can color in the image. The canvas works fine by itself but if I try adding a transparent image on top, it doesn’t work. I’ve tried making a second stage with an image as its background, as well as a second canvas with an image as its background.

Any advice or help will be appreciated. Thank you.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [November 20, 2024, 1:40am UTC](https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327/2 "2024-11-20T01:40:50Z")

</div>

I think you would need the canvas on top of an image but you would need this issue resolved as well: [Draw on photograph taken - #13 by matt\_conroy](https://community.thunkable.com/t/draw-on-photograph-taken/2754057/13).

---

<div class="post-metadata">

### Author: ![4iamotakus8balp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/4iamotakus8balp/32/190032_2.png) [@4iamotakus8balp](https://community.thunkable.com/u/4iamotakus8balp)
#### Post date: [November 20, 2024, 3:04am UTC](https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327/3 "2024-11-20T03:04:32Z")

</div>

I figured it out! I just needed to use a fixed Sprite Type that gets created over my canvas allowing users to draw behind the outline and fill in the image.

---

<div class="post-metadata">

### Author: ![4iamotakus8balp](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/4iamotakus8balp/32/190032_2.png) [@4iamotakus8balp](https://community.thunkable.com/u/4iamotakus8balp)
#### Post date: [November 20, 2024, 3:07am UTC](https://community.thunkable.com/t/need-help-getting-canvas-to-draw-under-an-image/3354327/4 "2024-11-20T03:07:00Z")

</div>

Thank you for your help. I ended up finding a simple solution by adding a Sprite overtop my canvas allowing the image to be in front and the drawing behind it. Now I can color in the outline without coloring over it.
