hi folks, just a quick one, I noticed a tiny error that was breaking this plugin for me in a version I downloaded.
go to the edittime.js file
Find this line
AddAction(5, af_none, "Set transition period", "Movement Setting","Change {my} transition period to {0) seconds", "Change transition period","SetPeriod");
[/code:2pqruimc]
where it says {0) seconds changing it to {0} seconds fixes the error.
so the new line should read.
[code:2pqruimc]AddAction(5, af_none, "Set transition period", "Movement Setting","Change {my} transition period to {0} seconds", "Change transition period","SetPeriod");
[/code:2pqruimc]
anyway, thanks very much for this plugin. Works really well and helps with doing interface elements.