# Quickie..\_visible. why isnt this working?

**URL:** https://forum.kirupa.com/t/quickie--visible-why-isnt-this-working/226570
**Category:** Uncategorized
**Created:** [May 22, 2007, 12:34pm UTC](https://forum.kirupa.com/t/quickie--visible-why-isnt-this-working/226570 "2007-05-22T12:34:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![andyryan](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@andyryan](https://forum.kirupa.com/u/andyryan)
#### Post date: [May 22, 2007, 12:34pm UTC](https://forum.kirupa.com/t/quickie--visible-why-isnt-this-working/226570/1 "2007-05-22T12:34:05Z")

</div>

hi,

ive got a load of movieclips on the stage that i want to hide/reveal at certain frames.  
This is the code ive applied to the frame:  
stop();  
\_root.resitab\_mc.\_visible=false;  
\_root.officetab\_mc.\_visible=false;  
\_root.leisuretab\_mc.\_visible=false;  
\_root.urbantab\_mc.\_visible=false;  
\_root.officefitouttab\_mc.\_visible=false;

but none of them are hidden!!

whats wrong? im sure ive done this before.
