The controller for kendra’s sodeways scene is broken, I tried replacing the telltarget with references. It works in the testing environment but not in game
on(press, keyPress “ number”) {
Object(_root).focus.camera.area.char.kendra.gotoAndPlay(“a”)
Object(_root).controller.speed_status.gotoAndPlay(“a”)
}
**speed_status is referring to the green speed indicator that I’ve added.