This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Armature

Return to Armature

A new version of this scenario was uploaded on Sat Nov 07 05:11:45 UTC 2009
A new version of this scenario was uploaded on Sat Nov 07 05:24:38 UTC 2009
minimeminime

2009/11/7

cool! I have no idea how you did that though!:)
A new version of this scenario was uploaded on Sun Nov 08 18:10:33 UTC 2009
kenshinakhkenshinakh

2009/11/9

That's pretty clever! Using linked lists (like tree nodes in this case) to have the body move and attach. Are you going to make it so that it works for any angle, like say, from the side of the character instead of top?
Yeah, that is already in place via offset variables that allow child bones to be attached at offsets to the parent bones. Also the center of the object is in seperate variables, so that can be separately defined. Indeed, this is used in this character, as you can see by the motion of the feet, which would not be possible by simply rotating the childs, the offset is being set and reset each frame.
plcsplcs

2009/11/9

Very clever! Would it be possible to alter it so the direction of movement is relative to the direction the actor is facing?
Sure, very possible and not that difficult! :)
PiRocksPiRocks

2010/10/19

Impressive - just what I needed to finish up one of my games! How well doe sit work on Greenfoot 2.0?
Builderboy2005Builderboy2005

2010/10/19

It actually works better in Greenfoot2.0 and i have updated it accordingly, i plan to release a new version rather soon since i am using it in my new game :)
A new version of this scenario was uploaded on Tue Oct 19 20:30:05 UTC 2010 Added support for Greenfoot2.0 and removed method overloading so it should work better as an extension of existing Actor subclasses.
MTKMTK

2010/10/19

New game? when will we see it?
Builderboy2005Builderboy2005

2010/10/19

Hopefully soon ^^ And by soon i mean in a week or so :P I'm working on a public demo as i type
MTKMTK

2010/10/24

I still said that during Code Point 2009, so I thought you abandoned it.
A new version of this scenario was uploaded on Tue Dec 07 03:07:14 UTC 2010 Just rigged a new character titled Mr friendly :) Play with him as he attacks your mouse!
A new version of this scenario was uploaded on Sat Jul 16 06:39:01 UTC 2011 Now with helper classes for Limb Control! Featuring Inverse Kinematics!
A new version of this scenario was uploaded on Sat Aug 27 08:35:19 UTC 2011 Updated Skeleton control and added some sliders to give the user control over certain characteristic of the skeleton
A new version of this scenario was uploaded on Sat Aug 27 08:35:34 UTC 2011 Updated Skeleton control and added some sliders to give the user control over certain characteristic of the skeleton