After reading Jbones reply it dawned on me.......make the x2 config skin specific!
So in default.xip/skin.xap
look for function DoAction()
and paste this function under it
CODE
function ConfigX2()
{
if(theHardDrive.FileExists( "A:\\skins\\" + SkinMenuList[skinSelect] + "\\x2config.ini" ) == true)
{
theHardDrive.DeleteThisFile( "e:\\x2config.ini" );
theHardDrive.CopyThisFile( "A:\\skins\\" + SkinMenuList[skinSelect] + "\\x2config.ini", "e:\\x2config.ini" );
}
}
then scroll down to function OnADown()
and make it look like this
CODE
function OnADown()
{
ConfigX2();
DoAction();
}
Then just setup a x2config.ini to match your skin and put it in that skins folder!
When you choose a skin that has a x2config.ini it will change it!
NOW my ani matches my skin
Ohhhh yeah....for tha noobs...YOU MUST BE USING Xecuter2 5022 bios