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.
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
.MNG What app produces usable .mng's ?
Juan Carlos Ruiz Pacheco
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.
Inferno986
Subtle
Ben - ECM
Basically you need to have:
From the top of my head... :-)
wiyosaya
<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