Action script explanation

what is the meaning of the following code:

on (release, keyPress “<Left>”) {
_parent.updateFrame(-1);
}

updateFrame is a custom function, isn’t it?

pom :asian: