Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. $animation ta_trans_run_ne DP fps 40 loop frames 333 364
  2. $animation ta_trans_run_nc DP fps 40 loop frames 333 364
  3. $animation ta_trans_run_nw DP fps 40 loop frames 333 364
  4. $animation ta_trans_run_se DP fps 40 loop frames 333 364
  5. $animation ta_trans_run_sc DP fps 40 loop frames 333 364
  6. $animation ta_trans_run_sw DP fps 40 loop frames 333 364
  7. $animation ta_trans_run_ce DP fps 40 loop frames 333 364
  8. $animation ta_trans_run_cc DP fps 40 loop frames 333 364 //This one should have no movement, since you're not actually moving. In this case, replace with idle animation.
  9. $animation ta_trans_run_cw DP fps 40 loop frames 333 364
  10. $sequence idle DP ACT_VM_IDLE 25 loop {
  11. ta_trans_run_ne ta_trans_run_nc ta_trans_run_nw
  12. ta_trans_run_ce ta_trans_idle ta_trans_run_cw
  13. ta_trans_run_se ta_trans_run_sc ta_trans_run_sw
  14. blendwidth 3
  15. blend move_x -0.5 0.5
  16. blend move_y -0.5 0.5
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement