On exemplifie avec un script appliqué sur des clips qui vont executer une rotation a 45 degrés :
onClipEvent(load) { this.onPress = function() { for (x=1;x<=8;x++) { eval("_root.c"+x)._rotation=45; } } }
Copyright © Programmation, Odeta Balan 2004