You need to set it everytime the value changes.
like:
Code:
function setCubeFrame(column) {
so.data[column] = _root[column].cube1._currentframe; 
}
Then call it everytime your cube switch's frames.

Psx
[Edited by psychlonex on 09-29-2002 at 07:14 PM]