About Store Forum Documentation Contact



Post Reply 
TimeLine
Author Message
Dynad Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: TimeLine
you'll need to program it manually, you can use GuiCustom as a base
10-26-2010 11:11 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
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
Visit this user's website Find all posts by this user Quote this message in a reply
menajev Offline
Member

Post: #4
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. wink
10-26-2010 02:19 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #5
RE: TimeLine
That will only work on just 1 animation and a very small information bar. Cause the height will effect the slider as well. I want a time line that can contain multiple objects under each other. So the guicusom is the only way to go smile

There is always evil somewhere, you just have to look for it properly.
10-26-2010 04:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply