# Xen series

**URL:** https://forum.makecode.com/t/xen-series/5482
**Category:** Show & Tell
**Tags:** game
**Created:** [January 11, 2021, 9:14pm UTC](https://forum.makecode.com/t/xen-series/5482 "2021-01-11T21:14:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 11, 2021, 9:14pm UTC](https://forum.makecode.com/t/xen-series/5482/1 "2021-01-11T21:14:10Z")

</div>

> **[xen](https://arcade.makecode.com/34867-95245-93735-15446)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

the 1st game in the Xen series

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 12, 2021, 1:23am UTC](https://forum.makecode.com/t/xen-series/5482/2 "2021-01-12T01:23:13Z")

</div>

uh @UnderwaterAstronaut, @GameGod,@Kat, anyone?

---

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [January 12, 2021, 1:47am UTC](https://forum.makecode.com/t/xen-series/5482/3 "2021-01-12T01:47:50Z")

</div>

Fun! It would be cool if the guards gave you a hint as to where they were appearing (sometimes they appear on the player).

You could create a hint sprite with a lifetime to show where they appear and then create the actual guard when the hint gets destroyed. Something like this:

 ![Screen Shot 2021-01-11 at 5.43.33 PM](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/3/3fbd980d97955275c1e80ae2efd64464f8585758.png)

In the destroyed event, I dragged out the sprite variable from the event for the last block

---

<div class="post-metadata">

### Author: ![ggiscool](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/ggiscool/32/3431_2.png) [@ggiscool](https://forum.makecode.com/u/ggiscool)
#### Post date: [January 12, 2021, 2:12am UTC](https://forum.makecode.com/t/xen-series/5482/4 "2021-01-12T02:12:57Z")

</div>

> **[xen](https://arcade.makecode.com/41895-31313-07038-12273)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

thank you i simplified what you showed and as you can see in the gif, it works!
