Play an animation when selected a chracter at menu?

KanbeiKS7

New member
New here but haven't seen this question asked yet, is it possible to have a character play an animation when selected?
 
from the manual

SELECT (used for players)

~An optional animation.
~Played when you select a character on the character selection screen (that is, you've pressed an attack button to indicate you want to use this character).

will look like this in your player txt

Code:
anim select
	 loop       0
	 delay      12
	 offset     30 62
         frame      data/chars/jack/s1.png
         frame      data/chars/jack/s2.png

Have a read of the manual when you can

http://www.chronocrash.com/apps/wiki/obor/index.php?title=OpenBOR_Legacy_Manual
 
Back
Top Bottom