Advertisement
lavalevel

Therefore...

Jun 10th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. -- I can turn buttons off in those groups like this...
  2. group.maps.elements.btnQuests.isVisible = false
  3.  
  4. -- I can also turn the entire group off like this...
  5. group.maps.groups['UI']:toFront()
  6.  
  7. --So my problem is I want to insert MORE objects into that group.  Currently I am doing this...
  8.  
  9. group:insert(myList)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement