# Phase effect?

**URL:** https://forum.makecode.com/t/phase-effect/42311
**Category:** Help
**Created:** [February 23, 2026, 5:52am UTC](https://forum.makecode.com/t/phase-effect/42311 "2026-02-23T05:52:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Nugit](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/nugit/32/32425_2.png) [@Nugit](https://forum.makecode.com/u/Nugit)
#### Post date: [February 23, 2026, 5:52am UTC](https://forum.makecode.com/t/phase-effect/42311/1 "2026-02-23T05:52:42Z")

</div>

Is there a block or extension that would make echoes of a character go behind them (like the roaring knight) or would I have to animate it myself.

Example:

![The Roaring Knight The Knight GIF - The Roaring Knight The Knight Deltarune - Discover & Share GIFs](https://media.tenor.com/RTr5zVpJmGIAAAAM/deltarune-ch.gif)

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [February 23, 2026, 9:02pm UTC](https://forum.makecode.com/t/phase-effect/42311/2 "2026-02-23T21:02:51Z")

</div>

The only issue I can see is the color fade, which would need a separate color used for each shade. If you made pixels disappear over time instead of fading, this would be completely possible to program yourself in blocks. You want to create a sprite with a “lifetime” set so that it dies after a certain amount of ms, and create that sprite with the image of your player every so often, which should recreate the effect without the fading.

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [February 23, 2026, 9:03pm UTC](https://forum.makecode.com/t/phase-effect/42311/3 "2026-02-23T21:03:29Z")

</div>

I think it is possible to make that sort of effect, because some people have already done stuff like that, like @danger_kitty made those effects in [Frost Haven](https://forum.makecode.com/t/frost-haven-sneak-peaks-some-dev-log/42083), but he hasn’t made an extension! I can try to make an extension!

---

<div class="post-metadata">

### Author: ![BitBot](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bitbot/32/33272_2.png) [@BitBot](https://forum.makecode.com/u/BitBot)
#### Post date: [February 23, 2026, 9:03pm UTC](https://forum.makecode.com/t/phase-effect/42311/4 "2026-02-23T21:03:57Z")

</div>

Just whipped up an extension! Paste [this game](https://arcade.makecode.com/S10008-02884-50918-07473) link into the extsnion bar and you’re set!

Put the extension block into a game update block to use!

---

<div class="post-metadata">

### Author: ![randomuser](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/randomuser/32/32505_2.png) [@randomuser](https://forum.makecode.com/u/randomuser)
#### Post date: [February 23, 2026, 9:04pm UTC](https://forum.makecode.com/t/phase-effect/42311/5 "2026-02-23T21:04:01Z")

</div>

Not to my knowledge, likely because transparent pixels aren’t possible in MakeCode, but I have seen some games that use a lighter version of the sprite following behind it to mimic an echo!

---

<div class="post-metadata">

### Author: ![Nugit](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/nugit/32/32425_2.png) [@Nugit](https://forum.makecode.com/u/Nugit)
#### Post date: [February 23, 2026, 9:08pm UTC](https://forum.makecode.com/t/phase-effect/42311/6 "2026-02-23T21:08:07Z")

</div>

Nice, hope this works thanks

---

<div class="post-metadata">

### Author: ![Nugit](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/nugit/32/32425_2.png) [@Nugit](https://forum.makecode.com/u/Nugit)
#### Post date: [February 23, 2026, 9:08pm UTC](https://forum.makecode.com/t/phase-effect/42311/7 "2026-02-23T21:08:10Z")

</div>

yes please! that would be awesome and quite useful

---

<div class="post-metadata">

### Author: ![danger\_kitty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/danger_kitty/32/32006_2.png) [@danger\_kitty](https://forum.makecode.com/u/danger_kitty)
#### Post date: [February 24, 2026, 1:00am UTC](https://forum.makecode.com/t/phase-effect/42311/8 "2026-02-24T01:00:14Z")

</div>

Yeah I did smt similar to this just with the copies being ecos for frost haven I might try and draw that effect on the screen next time tho
