Help in key press

//I have this as a button:

on (press, keyPress “<RIGHT>”) {
crono.go = “forward”;
}
on (release) {
crono.go = false
}

//How do I make it to where if I release the right key, crono.go = false