I have tried lots of different things to put animations on/behind the main menu. This is the result of my efforts. It also contains the translations from the sample file from my
How to make themes for your Clix (translated from Korean) thread. Here is the project
spideyTheme.fla By the way, you will notice that I didn't do animations for Pivot mode if you wish to do that follow these steps:
1. paste this text in the ActionScript on the _root.ActionScript layer over the old function.
function onEventArrow(arr:String){
if (MAIN_CHECK){
if (PIVOT)
this.menu_holder.ani_mc.LIST_MAIN_pivot.animate();
else
this.menu_holder.ani_mc.LIST_MAIN.animate();
}
}
2. Copy the text from the ActionScript layer of LIST_MAIN. Create a new layer at the top of LIST_MAIN_pivot and paste the code in the first frame (press F9 on the frame to access the actionscript windows).
3. In the actionscript you just pasted change the line "var menuTxt:String = t3.txt.txt.text;" to "var menuTxt:String = t5.txt.txt.text;" The line is at the beginning of the code.
4. drag a menuAni from the [MENU_ANI] folder onto the stage in LIST_MAIN_pivot and duplicate it (give it any name you want).
5. click on the instance of your new object and give it an instance name of "menuAni"
6. Edit the pivotMenuAni (or whatever you called it the new menuAni) to fit the pivot screen dimensions (240x320)