# Invisible buttons

**URL:** https://forum.kirupa.com/t/invisible-buttons/992
**Category:** Uncategorized
**Created:** [August 5, 2002, 9:00pm UTC](https://forum.kirupa.com/t/invisible-buttons/992 "2002-08-05T21:00:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![orangeptrinh](https://avatars.discourse-cdn.com/v4/letter/o/ecc23a/32.png) [@orangeptrinh](https://forum.kirupa.com/u/orangeptrinh)
#### Post date: [August 5, 2002, 9:00pm UTC](https://forum.kirupa.com/t/invisible-buttons/992/1 "2002-08-05T21:00:45Z")

</div>

Hey…  
can someone help me learn how to make invisible buttons, like when you put your cursor over the button, sub buttons come down?

---

<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: [August 6, 2002, 12:11am UTC](https://forum.kirupa.com/t/invisible-buttons/992/2 "2002-08-06T00:11:18Z")

</div>

actions of frame 1  
stop()

actions script of main buttons  
on ([COLOR=royalblue]rollOver[/COLOR]) {  
gotoAndStop([COLOR=red]x[/COLOR]);  
}

make the sub buttons into a movieclip  
place the movie clip to frame [COLOR=red]x[/COLOR]

hopefully u’ll understand what i have just explained…  
^^

* * *

Goodweather~ God Bless  
[http://members.shaw.ca/timothyfellowship/](http://members.shaw.ca/timothyfellowship/)

---

<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: [August 6, 2002, 12:45am UTC](https://forum.kirupa.com/t/invisible-buttons/992/3 "2002-08-06T00:45:24Z")

</div>

thank you:)
