I am using :
Adobe Flash CS5
ActionScript 2.0

I create a game like the famous game (Guitar Hero), but like following :
there is a "movieclip 1"
when you press Arrow UP , "movieclip 1" will go to and stop 1
when you press Arrow Down , "movieclip 1" will go to and stop 2
when you press Arrow Left , "movieclip 1" will go to and stop 3
when you press Arrow Right , "movieclip 1" will go to and stop 4

and there is a "movieclip 2" contain a lot of movieclips inside it that looks like an arrows form.
the all "movieclip 2" moves from far left ----------> to -----------> far right
and there is a "movieclip 3" in center of screen

what I need:
when the movieclips inside "movieclip 2" across above the "movieclip 3" , the "movieclip 3" do a some reaction like :
Go to 2 if you press the right key ( like the form of the movieclip )
Go to 3 if you press the wrong key ( not like the form of the movieclip )

anyone can help ?