Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (var i = 0; i < hoge.children.length; i ) {
- if (hoge.children[i].objectName == "oreore") {
- hoge.tabGroup.currentTab = hoge.children[i]
- break
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement