function move(e:Event){ MovieClip.x+=1; MovieClip.y+=1; } MovieClip.addEventListener(Event.ENTER_FRAME, move);