not sure if i labeled this right but....how would one set it so if user pushes up it uses animation 1down would be set to animation 2im lost on this....should it be an " if " "or" statement any help would be great.... thanks
function on_signal( sig ) { switch ( sig ) { case "up": animation 1 () return true; case "down": animation 2 () return true; case "left": return true; case "right": return true; case "exit": case "exit_no_menu": break; case "select": default: }}