Author Topic: Scripts  (Read 5066 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scripts
« on: December 29, 2019, 08:42:39 pm »
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.