Issue634

Title slow down tux/enemy via lua
Priority minor Status open
Assigned To Keywords
Linked issues Watchers

Submitted on 2013-01-18 17h52 by matthiaskrgr, last changed by matthiaskrgr.

Messages
Author: matthiaskrgr Date: 2013-01-18   17h52
I'd like to implement a few nasty traps into the game, and it would be great if
we had the ability to freeze and slow down tux via lua code. :>
Author: matthiaskrgr Date: 2013-01-20   10h21
We do already have freeze_tux_npc()
I suggest to split this up into freeze_tux() and freeze_npc()
Author: matthiaskrgr Date: 2013-01-20   11h48
Ok,freeze splitup is done, now slowdown still remains
Author: jesusalva Date: 2014-05-15   00h06
slow down tux is not working (yet).

It's appears that tux is not being slowed down, only painted in blue. The speed
didn't visibly changed.
Author: matthiaskrgr Date: 2014-06-06   10h22
We have some functionality to speed up tux movement via the cheat menu.
Assuming we have some multiplier of tux' speed, we only need to set this to
something between 1 and 0.

Sounds easy to do.
History
Date User Action Args
2014-06-06 10:22:41matthiaskrgrsetmessages: + msg2800
2014-05-15 00:06:48jesusalvasetmessages: + msg2781
2013-01-20 11:48:06matthiaskrgrsetmessages: + msg2405
title: paralyze (freeze) and slow down tux via lua -> slow down tux/enemy via lua
2013-01-20 10:21:48matthiaskrgrsetmessages: + msg2402
2013-01-18 17:52:56matthiaskrgrcreate