Probably a noob question, but I'll ask anyway.
How do i check a variable between multiple objects, looking for the highest value?
eg.........
3 Boxes (sprite)
"Capacity" (Instance Variable)
I want to compare "Capacity" for each box, and get the Highest value.
I was using "For Each" but it just keeps giving me the value of the First Box, ignoring subsequent boxes.
Thanks in advance!