actuate icon indicating copy to clipboard operation
actuate copied to clipboard

Crash on C++ / Neko when using timer.stop()

Open elFlashor opened this issue 10 years ago • 0 comments

OpenFL [3.6.0] actuate [1.8.6] [Windows][Neko]

The app closes everytime I'm trying to use timer.stop();

var textTimer:motion.actuators.SimpleActuator.Timer = cast Actuate.timer (5); Actuate.timer (1).onComplete (_test);

function _test() { textTimer.stop (); }

elFlashor avatar Apr 09 '16 09:04 elFlashor