I've been toying with using the different animations from the dark matter pack.
I can load each model separately, but didn't know how to play each animation , like attack1, die, etc, when needed.
I did an easy work around for the move animation by using this in my movement codes
pseudo code here.. not my real one ( I was using the move .x model here
if upkey()=1
move object 1,-1
loop object 1
else
if upkey()=0
stop object 1
endif
I found a thread on appending the animations from the DM pack, and tried to code it, but keep getting these two errors. one I get when starting the appended file from frame 1
and here's when i change the starting frame number for the appended file
Can someone enlighten me on where I'm messing up at?
Thanks in advance