Game Development Community

Character to rolling ball?

by Leathel Grody · in Game Design and Creative Issues · 07/14/2011 (5:47 pm) · 3 replies

Any ideas on the best way to a character that also can turn into a ball for rolling? Probably similar to Metroid. Character will walk around like usual but be able to change into a ball and roll around. Game is far from anything Metroidish :)

Not sure if best way is to animation sequence of ball and kick in that sequence or somehow have an actual ball model be called then roll it around like Marble Blast.

Any suggestions would be great.

#1
07/15/2011 (12:58 am)
I guess it depends how in-depth you want to make it. If you use AFX, you could use the magic trick spell (can't remember if that's the name of it), where you can swap the player character you are using. You could have the player animation go into a crouch position, then swap over with the ball.
#2
07/16/2011 (6:21 am)
Good idea. We will be using AFX. Then the ball could have the walk, bounce, etc animation to get around. I understand that concept, how I have did most of my stuff. Was looking at Marble blast and looks like the ball is just a .dts but could not find any animation involved, so they must be using scripting to move it around which is beyond me.
#3
07/17/2011 (3:50 am)
If I recall correctly, the ball physics in Marble Blast were written in engine, so yeah, no animations involved.