I have a game with MOO2...yea......and i have the code for being able to see the other players movements. That works. But, what it doesn't send is the current animation of the other player...So when the other player jumps it doesn't show the jumping animation of the other player, only the standing. Is this possible to fix?
Im the RTS and TBS coder. Expect some games to come out from me later after I finish my Engine tests.
PS: Dont expect the best graphics.
yea! All you have to do is designate a number as an animation!
here is an example...
lets pretend you have 2 animations...
1. event that triggers animation - do action & send # to were ever...
2. were ever gets the number and also does the animation!
3. When animaition is done (first side)- restore animation & send number to were ever.
4. were ever gets the (res) number and restores the animation!
perhaps some one will explane it far better than I but I think that
if you try you will understand..