Thread: Frame 2...
View Single Post
  #1  
Old 01-26-2005, 04:07 PM
Aethorpe Aethorpe is offline
Their black hands protect
Aethorpe's Avatar
Join Date: Dec 2004
Location: Beyond infinite.
Posts: 265
Aethorpe is on a distinguished road
Send a message via AIM to Aethorpe Send a message via MSN to Aethorpe
Frame 2...

I made a gani for walking with new sprites, and then I did;
NPC Code:
 if (created) {
replaceani walk,ae_walk;
}


and when I hit play, it shows the first frame, my guy moves around, and it never gets to the second frame of the gani.

but when I do;

NPC Code:
 if (created) {
replaceani idle,ae_idle;
replaceani walk,ae_walk;
}



My guy "walks" when I am standing still. :x


Edit: I fixed it. :o I forgot Loop and Continuous.
__________________
Reply With Quote