# Setting levels

**URL:** https://forum.kirupa.com/t/setting-levels/213344
**Category:** Uncategorized
**Created:** [January 18, 2007, 8:52pm UTC](https://forum.kirupa.com/t/setting-levels/213344 "2007-01-18T20:52:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![titoqan](https://avatars.discourse-cdn.com/v4/letter/t/dbc845/32.png) [@titoqan](https://forum.kirupa.com/u/titoqan)
#### Post date: [January 18, 2007, 8:52pm UTC](https://forum.kirupa.com/t/setting-levels/213344/1 "2007-01-18T20:52:03Z")

</div>

I am having a hard time making swf’s on levels visible and unvisible

on the first frame I have this

```
  onEnterFrame.set._level10

```

I have put this on my buttons

on (release)  
{  
getURL(“compass.swf”, “\_level1”);  
\_level10.\_visible = false;  
}

This loads the correct swf but I still see the last swf under it.

Any help would be kind  
Thank you  
Titoqan
