I have a Multidimensinal array 'moods'.

red = ["fire","warm"];
blue = ["water","cold"];
black = ["night",dark"];

moods = [red,blue,black];

how do I get the seperate names in moods?

( a function that returns the literal "red" when i ask for *something* moods[0])

regards
Podenphant