Hiya,
There is no limit on this command is there?
I have got to the fourth animation sequence and it refuses to give me a handle for the fourth loaded sequence.
The print QA_halt results in 0, I was expecting 4.
IPete2.
There is no limit on this command is there?
I have got to the fourth animation sequence and it refuses to give me a handle for the fourth loaded sequence.
Global QA_run=LoadAnimSeq(player,"Q_run.b3d") ; load sequence one Global QA_walk=LoadAnimSeq(player,"Q_walk.b3d") ; load sequence two Global QA_idle1=LoadAnimSeq(player,"Q_idle_1.b3d") ; load sequence three Global QA_halt=LoadAnimSeq(player,"Q_halt.b3d") ; load stop running - which is sequence four Print QA_halt WaitKey()
The print QA_halt results in 0, I was expecting 4.
IPete2.