Author Topic: GuiObjectView [Solved]  (Read 634 times)

How do you set the animation for a GuiObjectView to play?
« Last Edit: March 07, 2014, 09:28:17 AM by jes00 »

This is a good reference for GuiObjectView
http://forum.blockland.us/index.php?topic=148190.msg3473367#msg3473367

i guess these lines are relevant to your question:
CRPG_Avatar.setSequence(CRPG_Avatar.dynamicObject, 0, "headup", 0);
CRPG_Avatar.setSequence(CRPG_Avatar.dynamicObject, 1, "run", 0.85);

Thanks Otto :D

I really needed to know that .dynamicObject part.