now I want to have it play the 24 frame animation when it is focused. How can I do this in the script without having to add alot of animation Cue's to the Markup
However, you can get far more control over your animation using single PNG frames and animating it yourself. The MNG will only use a single integer framerate.
.MNG What app produces usable .mng's ?
James2007
goh6613
<button id="menu_1" style="scalableButton" style:navDown="menu_2" style:navUp="menu_3" style:navRight="none" style:navLeft="none" state:focused="true" style:x="260px" style:y="245px" style:width="218px" style:height="101px" style:backgroundImage="url('trivialGame.mng')"/>
now I want to have it play the 24 frame animation when it is focused. How can I do this in the script without having to add alot of animation Cue's to the Markup
ntsoo
pure159112
I've had good luck with advmng, it's the only one that supports VLC properly.
http://advancemame.sourceforge.net/doc-advmng.html
I use the -vlc command line option.
However, you can get far more control over your animation using single PNG frames and animating it yourself. The MNG will only use a single integer framerate.
COHNV
Basically you need to have:
From the top of my head... :-)