no funciona tu codigo.
Código:
onClipEvent (load) {
_root.text = "ActionScript.org ... We put the 'nScri' in 'ActionScript'!... hey give me some credit! I had to think of some text to put here! "
}
onClipEvent (enterFrame) {
tmp = _root.text.substr(0, 1);
_root.text = _root.text.substr(1, _root.text.length-1)+tmp;
}
que version de AS es 1 ó 2?