//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
//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
:: Copyright KIRUPA 2024 //--