Posts by Quantumenace

by Quantumenace
5 Jan 2016, 15:54
Forum: LunaLua - Extension Framework
Topic: Bug: Layer:stop() sets object speeds to 0.0001 instead of 0
Replies: 2
Views: 2759

Bug: Layer:stop() sets object speeds to 0.0001 instead of 0

The same thing happens if you set the layer's speedX or speedY to 0, the layer's speed then reads as 0 but blocks instead have a speed of about 0.0001. It works to use triggerEvent to call an event that stops the layer. defaultlayer = nil function onStart() defaultlayer = Layer.get("Default&quo...

Go to advanced search