Dynad
Member
|
TimeLine
Hey,
Is there a way to use the Timeline like you have in the ME->animations in your own project? This would be nice to have for my own tools.
So Esenthel can you add this feature in the engine?
Thnx,
~Dynad
There is always evil somewhere, you just have to look for it properly.
|
|
10-26-2010 10:52 AM |
|
Esenthel
Administrator
|
RE: TimeLine
you'll need to program it manually, you can use GuiCustom as a base
|
|
10-26-2010 11:11 AM |
|
Dynad
Member
|
RE: TimeLine
Ah ok well thats too bad... it will take some more time for me but i will do it with guicustom.
There is always evil somewhere, you just have to look for it properly.
|
|
10-26-2010 11:39 AM |
|
menajev
Member
|
RE: TimeLine
Code:
Gui+=slider.create(Rect(0.1,-0.6,0.9,-0.52));
skel.animate(slider()/anim.lenght())
? Not tested but it should be enough to make it.
|
|
10-26-2010 02:19 PM |
|