I can a set of Spot objects which have a boolean instance variable of isActive.
[attachment=0:304x8zq5][/attachment:304x8zq5]
Once a second I want random spots to toggle this state (as opposed to above, where all are toggles every second).
I've seen the randomnumber(0,1) method, but I can I convert the number into true or false.?