Hi, I used an online tutorial for saving, and something seems to be wrong with the tutorial.
The tutorial can be found herejavascript:%20void(0):
http://www.youtube.com/watch?v=6Kcta3NVNkI

I am using the INI style of saving, and not the array format.
Basically, the problem is that I can save it when they brush and cat are separate. So when they are attracted, I can load, and they become unstuck.
But when I save it when they are connected, and I disconnect and try to load it with them being connected, it does not load anything. Basically, it only saves them being disconnected.

In other words, I can save the alterable value as 0, but not as 1.

I did everything as shown in the video.

What should I change/add/remove to make it work?

Here's my expressions:

cat leaves play area -> wrap around. (just for personal use)
collission between cat and brush->set (cat's) alterable value to 1
Upon pressing "space bar"-> set (cat's) alterable value to 0
Alterable value of cat=1 -> set set brush position at (0,0) from cat
upon pressing "S" -> set value Alterable Value A ("Cat") to item "B" in group "S"
upon pressing "L" -> Set Alterable Value A to GroupItemValue ("INI","S","B")

So, it CAN save it, just that it isn't saving it when stuck, only when unstuck.

Thank you for your time and help.