# How to remove Haxeflixel intro that plays at the beginning and replace it with a custom one?

**URL:** https://community.haxe.org/t/how-to-remove-haxeflixel-intro-that-plays-at-the-beginning-and-replace-it-with-a-custom-one/4162
**Category:** Haxe
**Created:** [February 4, 2024, 3:44pm UTC](https://community.haxe.org/t/how-to-remove-haxeflixel-intro-that-plays-at-the-beginning-and-replace-it-with-a-custom-one/4162 "2024-02-04T15:44:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![khonmahjong](https://community.haxe.org/user_avatar/community.haxe.org/khonmahjong/32/2319_2.png) [@khonmahjong](https://community.haxe.org/u/khonmahjong)
#### Post date: [February 4, 2024, 3:44pm UTC](https://community.haxe.org/t/how-to-remove-haxeflixel-intro-that-plays-at-the-beginning-and-replace-it-with-a-custom-one/4162/1 "2024-02-04T15:44:25Z")

</div>

hello, i need to get rid of the intro and wanted to replace it. how can i remove it and is it possible to actually replace it?

---

<div class="post-metadata">

### Author: ![T1mL3arn](https://community.haxe.org/user_avatar/community.haxe.org/t1ml3arn/32/422_2.png) [@T1mL3arn](https://community.haxe.org/u/T1mL3arn)
#### Post date: [February 16, 2024, 7:48am UTC](https://community.haxe.org/t/how-to-remove-haxeflixel-intro-that-plays-at-the-beginning-and-replace-it-with-a-custom-one/4162/2 "2024-02-16T07:48:27Z")

</div>

See [`skipSplash`](https://api.haxeflixel.com/flixel/FlxGame.html#new) parameter to disable default flixel splash. To replace the intro you just make your own state and switch to it at the very beginning of the game.

---

<div class="post-metadata">

### Author: ![khonmahjong](https://community.haxe.org/user_avatar/community.haxe.org/khonmahjong/32/2319_2.png) [@khonmahjong](https://community.haxe.org/u/khonmahjong)
#### Post date: [February 25, 2024, 4:59pm UTC](https://community.haxe.org/t/how-to-remove-haxeflixel-intro-that-plays-at-the-beginning-and-replace-it-with-a-custom-one/4162/3 "2024-02-25T16:59:23Z")

</div>

thx, appreciate it
