how to make it move(works on Flash 8, CS3, CS4)
make the missile movie clip,
inside it make anouther movieclip.
that other movie clip paste the code:
onClipEvent(load) { function onLoad() { speed = 20; } function onEnterFrame() { _x += speed; } }
TADA it works ! nerd2005 the HERO