|
-
Tabbed Content with swapDepths Not Working Right
So I followed this tutorial on making Tabbed Content with swapDepths, but mine isn't working quite right. When you click a tab the text and icon disappear behind the tab. So each tabbed page is an mc and there is a button for each tab that has this AS on it:
on (release) {
_root.btn1.swapDepths(3) ;
_root.tab1.swapDepths(2) ;
}
So if anyone has any insight I would appreciate it. Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|