Ho seguito tutte le indicazioni del tutorial Onion Skin che ho trovato su Flash-mx.it, ma mi da questo errore
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 1: Clip events are permitted only for movie clip instances
onClipEvent (load) {i=1; skin=10; alpha=(100/skin)
Scene=Scene 1, Layer=Layer 2, Frame=1: Line 4: Clip events are permitted only for movie clip instances
onClipEvent (enterFrame) {if(i<skin){nome="skin"+i;
cosa ho sbagliato?