Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GuiObjectView [Solved]
« previous
next »
Print
Pages: [
1
]
Author
Topic: GuiObjectView [Solved] (Read 634 times)
jes00
March 06, 2014, 09:38:41 PM
How do you set the animation for a GuiObjectView to play?
«
Last Edit: March 07, 2014, 09:28:17 AM by jes00
»
Ad Bot
Advertisement
otto-san
March 07, 2014, 06:57:37 AM
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);
jes00
March 07, 2014, 09:28:06 AM
Thanks Otto :D
I really needed to know that
.dynamicObject
part.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GuiObjectView [Solved]