Author Topic: Playing animation using a slidebar  (Read 90 times)

Arun V   «   on: June 07, 2012, 02:51:00 AM »
Hi, 
Is there any way to take the animation frames in an object to a slider.For example we can navigate through the animation frames by sliding the slide bar just like watching the movie using a player. I can go to any part by dragging the slider.
A sample can view here
http://a3dplayer.com/demo/girl.html#.T9A4ubD9PWU 

Ivan Vodopiviz   «   Reply #1 on: June 07, 2012, 10:09:54 AM »
Hi,

To do this, you can use Pivot3D.gotoAndStop( frameNumber ); But if you need direct access to frame information, you can access Pivot3D.frames vector.

Please keep in mind that each mesh will have its own frame information, even if they're cloned meshes.

Regards,

Arun V   «   Reply #2 on: June 08, 2012, 01:40:39 AM »
Hi Ivan,
          Thank you for your reply. I will check that.
Regards 
Arun V

Arun V   «   Reply #3 on: June 08, 2012, 05:52:58 AM »
Yes Ivan I got that..:)
Thanks
Arun V