TGEA 1.7.0 guiObjectView.setSeq(int)
by Kyle Cook · in Torque Game Engine Advanced · 06/13/2008 (9:10 am) · 0 replies
Is anyone having an issue with the guiObjectView not playing the animation sequence you specify? I have made no alterations to this code and all I can get these models to do in the gui is stand there inanimately.
That gets the model up there just fine.
That does nothing. What am I doing wrong here?
MainChar.setModel($defaultGame @ "/data/shapes/players/SpaceOrc/SpaceOrc.dts");
That gets the model up there just fine.
MainChar.setSeq(3);
That does nothing. What am I doing wrong here?