Blockland Forums > Suggestions & Requests
Better sword attack animation?
Chrono:
--- Quote from: Thé Lord Tony on February 19, 2013, 01:14:41 PM ---Broom animation with brick animations.
--- End quote ---
protip: broom animation is same as brick rotation animation
--- Code: ---function pushBroomImage::onFire(%this, %obj, %slot)
{
//messageAll( 'MsgClient', 'pushBroom prefired!!!');
Parent::onFire(%this, %obj, %slot);
%obj.playthread(2, rotCW);
}
--- End code ---
J MASTER:
This community needs more animators.
hodototman:
see: BigGoron's sword
Greek2me:
--- Quote from: The Corporation on February 18, 2013, 05:44:38 PM ---A diagonal slash would require a custom animation to the addon, or a fix to the playermodel itself.
Either way, it's going to be a bit of work...
--- End quote ---
No, you can do it with existing animations. Just use the fire animation at the same time as the brick movement animations.