Hi guys,
I would assume that the expression "Family.Count" should return the total count of every instance of every sprite within the family. It seems to return only the count of the first sprite within the family.
Here is a Capx example:
dl.dropbox.com/u/41218343/Family.Count%20Bug.capx
Keep up the great work. I love the program,
Many Thanks
Nathan
Family.Count works more like a standard ie Sprite.Count, return how many current Family objects are on the layout.
Im my example there are 9 X Sprite1 and 13 X sprite2 within family1.
Family1.Count returns 9. I would expect 22. It appears to only be counting the first sprite with in the family.
Develop games in your browser. Powerful, performant & highly capable.
Oops, you're right - fixed for next build.