# Pop-Up Windows

**URL:** https://forum.kirupa.com/t/pop-up-windows/184819
**Category:** programming
**Created:** [April 8, 2006, 3:03am UTC](https://forum.kirupa.com/t/pop-up-windows/184819 "2006-04-08T03:03:55Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![woad](https://avatars.discourse-cdn.com/v4/letter/w/34f0e0/32.png) [@woad](https://forum.kirupa.com/u/woad)
#### Post date: [April 8, 2006, 3:03am UTC](https://forum.kirupa.com/t/pop-up-windows/184819/1 "2006-04-08T03:03:55Z")

</div>

I’m making an RPG side scroller and I’m wondering how i would go about making window pop up after I clicked the inventory button. It would have to appear, and when you press the close button then it would close. How would I do that? I’ll look around s’mere.  
:drool:  
Thx in advance,

EDIT: I’ve been searching and they all have to do with browser pop-ups, to make myself clear I mean it would appear inside flash.

---

<div class="post-metadata">

### Author: ![nathan99](https://avatars.discourse-cdn.com/v4/letter/n/96bed5/32.png) [@nathan99](https://forum.kirupa.com/u/nathan99)
#### Post date: [April 8, 2006, 4:22am UTC](https://forum.kirupa.com/t/pop-up-windows/184819/2 "2006-04-08T04:22:57Z")

</div>

just change \_visiblilty.

---

<div class="post-metadata">

### Author: ![woad](https://avatars.discourse-cdn.com/v4/letter/w/34f0e0/32.png) [@woad](https://forum.kirupa.com/u/woad)
#### Post date: [April 8, 2006, 5:03am UTC](https://forum.kirupa.com/t/pop-up-windows/184819/3 "2006-04-08T05:03:59Z")

</div>

Wow do I feel like an idiot, I was thinking that just because it wasn’t visible that you could still use the button, I guess I was wrong.

---

<div class="post-metadata">

### Author: ![bombsledder](https://avatars.discourse-cdn.com/v4/letter/b/958977/32.png) [@bombsledder](https://forum.kirupa.com/u/bombsledder)
#### Post date: [April 8, 2006, 5:15am UTC](https://forum.kirupa.com/t/pop-up-windows/184819/4 "2006-04-08T05:15:53Z")

</div>

or if you wan’t to save memory you could load a new instance everytime you wan’t to open inventory and then delete the instance once you are done

---

<div class="post-metadata">

### Author: ![nathan99](https://avatars.discourse-cdn.com/v4/letter/n/96bed5/32.png) [@nathan99](https://forum.kirupa.com/u/nathan99)
#### Post date: [April 8, 2006, 8:02am UTC](https://forum.kirupa.com/t/pop-up-windows/184819/5 "2006-04-08T08:02:11Z")

</div>

@bomb  
you could, but, seeing some of woads other posts, it would be easier to just change visibilty, build abilities, then try using another method
