PDA

View Full Version : action script explanation



teng
October 10th, 2002, 03:51 AM
what is the meaning of the following code:

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

pom
October 10th, 2002, 08:20 AM
updateFrame is a custom function, isn't it?

pom :asian: