is it possible to make something along the lines of this:

Code:
set1.count=10;
set1.speed=4;
because when I try to put
Code:
trace(set1.count);
it gives me undefined...