i got a problem with my movemodes

how is it possible that i can switch movemodes by 1-5?

i started with that:

function select_movemode()
{
playerIntentions_boxing();

if (Key_Pressed(action2_key_scancode)==on)
{
playerIntentions_onehandsword();





}

but it only works, if i stay on action2_key...


Visit IGRAVISION at: http://www.igravision.com
_________________________