Dynamic text assignment problems in MX04 [renamed]

onClipEvent (load) {
_root.acc = 100;
}

acc is a dynamic text, but when I run the movie it gives an undefined error. What do i do?