# \[Solved\] How do I Send a Sprite Backwards? (Behind another sprite)

**URL:** https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413
**Category:** Questions about Thunkable X
**Tags:** tcanvas, sprite
**Created:** [July 22, 2021, 7:11pm UTC](https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413 "2021-07-22T19:11:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jonathonschnoor6x4b5](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jonathonschnoor6x4b5/32/112262_2.png) [@jonathonschnoor6x4b5](https://community.thunkable.com/u/jonathonschnoor6x4b5)
#### Post date: [July 22, 2021, 7:11pm UTC](https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413/1 "2021-07-22T19:11:44Z")

</div>

Hey, so i’ve been working on a game for a while now. I wanted to add an island for the enemies to be on (both are sprites).

I added the enemies first, though, so the island appears to be above them in layers.

I couldn’t find a way to send the sprite backward before the enemies, can I have some help?

---

<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: [July 23, 2021, 4:00am UTC](https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413/2 "2021-07-23T04:00:17Z")

</div>

You should be able to change the z-layer of the sprites:

> [@\[Solved\] Canvas move sprites up and down](https://community.thunkable.com/t/solved-canvas-move-sprites-up-and-down/310390/7):
>
> @Sofia @actech Our latest release adds a z property to sprites on the canvas so you can move them in front and behind each other easily.

---

<div class="post-metadata">

### Author: ![jonathonschnoor6x4b5](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jonathonschnoor6x4b5/32/112262_2.png) [@jonathonschnoor6x4b5](https://community.thunkable.com/u/jonathonschnoor6x4b5)
#### Post date: [July 23, 2021, 2:56pm UTC](https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413/3 "2021-07-23T14:56:03Z")

</div>

Thank you so much!

---

<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:17pm UTC](https://community.thunkable.com/t/solved-how-do-i-send-a-sprite-backwards-behind-another-sprite/1409413/4 "2024-11-08T13:17:49Z")

</div>


