All of the slices in a collection are children of a container
Code:
variable(foo)
foo := load slice collection(9)
# do stuff
free slice(foo)
variable(foo)
foo := load slice collection(9)
# do stuff
free slice(foo)
the above example frees the entire collection.
As for the rectangle that won't move, can I see a code example?



