# Merging Games/Level Up (Hopper, Flyer, and Platform games into one game.)

**URL:** https://forum.code.org/t/merging-games-level-up-hopper-flyer-and-platform-games-into-one-game/33728
**Category:** Coding and Debugging Help
**Tags:** csd-unit-3
**Created:** [November 14, 2020, 3:41am UTC](https://forum.code.org/t/merging-games-level-up-hopper-flyer-and-platform-games-into-one-game/33728 "2020-11-14T03:41:44Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![melynn](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.code.org/melynn/32/4925_2.png) [@melynn](https://forum.code.org/u/melynn)
#### Post date: [November 15, 2020, 2:41pm UTC](https://forum.code.org/t/merging-games-level-up-hopper-flyer-and-platform-games-into-one-game/33728/7 "2020-11-15T14:41:20Z")

</div>

There is more than one way to render the sprites “dormant” so they don’t impact health. You could physically move them (the x and y) off the screen and have them stay there until the conditional states they should be part of the game again. You can also [destroy them](https://studio.code.org/docs/gamelab/destroy/) and then recreate them based on the conditional statement. There are probably other ways but those come to mind as fairly easy ways based on your game.  
I see you have questions about this game [on another post](https://forum.code.org/t/possible-bug-game-works-when-it-is-played-outside-of-the-merged-games/33730/2). It is probably best to focus all questions on one post so information is streamlined. To best help you, let’s move all questions to the other post. Good luck!  
Michelle

---

_[View the full topic](https://forum.code.org/t/merging-games-level-up-hopper-flyer-and-platform-games-into-one-game/33728)._
