Author Topic: Shuffle objects in table?  (Read 2245 times)

patrick_activate

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
Shuffle objects in table?
« on: February 25, 2014, 10:14:43 PM »
i want to shuffle objects in a table, so that they arrange randomly, is it possible to done by using NGUI?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Shuffle objects in table?
« Reply #1 on: February 26, 2014, 03:30:26 PM »
Give them random names and set the table to sort alphabetically. That would be one way.

I personally would just write my own logic instead of using table/grid for something like this.