Advertisement
tasuku

こんな感じ?

Aug 12th, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for (var i = 0; i < hoge.children.length; i ) {
  2. if (hoge.children[i].objectName == "oreore") {
  3. hoge.tabGroup.currentTab = hoge.children[i]
  4. break
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement