-
Notifications
You must be signed in to change notification settings - Fork 4
Main
Dmitriy edited this page Jul 20, 2015
·
2 revisions
LuaMakermod written on Lua and working on JA++.
You can use also:
mmove <x> <y> <z> <duration>
mmove <x> <y> <z> <duration> <easing>
Duration in milliseconds, 1000 milliseconds is 1 second.
Easing is linear by default.
Available easing: linear, swing, spring, pulse, wobble, ease, cubic, quart, quint, expo, circ, sine, back, bounce, elastic.
Also you can use mmove list.
mmark +5 +5 +5 -- marks [your x + 5, your y + 5, your z + 5].
mmark -3 +4 +0 -- also you can use -.
mellipse <radius>
mellipse <rx> <ry> -- radius x, radius y.
mellipse <rx> <ry> <period> -- period is in milliseconds.
mkill all, mkill trace -- instead of deprecated mkillall, mkillt.