# How to hide menu bar while playing (full screen view)

**URL:** https://forum.kirupa.com/t/how-to-hide-menu-bar-while-playing-full-screen-view/3096
**Category:** programming
**Created:** [July 31, 2001, 3:27am UTC](https://forum.kirupa.com/t/how-to-hide-menu-bar-while-playing-full-screen-view/3096 "2001-07-31T03:27:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2001, 3:27am UTC](https://forum.kirupa.com/t/how-to-hide-menu-bar-while-playing-full-screen-view/3096/1 "2001-07-31T03:27:59Z")

</div>

Hi!

how to hide the menu,always after design save as .exe then play can see the menubar.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2001, 10:30am UTC](https://forum.kirupa.com/t/how-to-hide-menu-bar-while-playing-full-screen-view/3096/2 "2001-07-31T10:30:33Z")

</div>

Hey,  
Try the following line of code:

```auto

fscommand("showmenu", "false");

```

You can’t enter that code directly, but you should use the drop-down menu from the Actions window and select FSCommand. You will see options for showmenu and false. If not, you may have to enter the commands manually!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 13, 2001, 10:02am UTC](https://forum.kirupa.com/t/how-to-hide-menu-bar-while-playing-full-screen-view/3096/3 "2001-09-13T10:02:24Z")

</div>

When someone visits my page (index.html) I want my Menu Bar to be hidden right on the first page! Can someone help me here?!

thx
