Go Back   clixhere! - clix clix and more clix! > clix University > clix Themeing


Latest News
clix 2 and Accessories at The iriver Store
clix 2 8GB, Vanilla, Red Tango, Lime, Clip Cases, Pouch Cases... All in stock now at The iriver Store

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-26-2007, 12:56 PM
balornt balornt is offline
Junior Member
 
Join Date: Sep 2007
Posts: 8
Animated Menu Items

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)

Last edited by balornt : 09-26-2007 at 01:21 PM.
Reply With Quote Submit to Digg Submit to Del.icio.us Submit to Jeqq
Sponsored Links
  #2 (permalink)  
Old 09-26-2007, 09:51 PM
Mattman's Avatar
Mattman Mattman is offline
flam!
 
Join Date: Feb 2007
Location: Australia
Posts: 1,629
Send a message via MSN to Mattman
Try using code tags: [ CODE ] [ /CODE ] , remove spaces and put code in and it'll end up like this:
Code:
     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();
        }
    }
__________________
Have you themed your clix2 yet? The Definitive Source
Quick Clix: [FAQ List] [Worried about fragility?] [Posting Guidelines.] [Updating firmware. ]



Reply With Quote Submit to Digg Submit to Del.icio.us Submit to Jeqq
  #3 (permalink)  
Old 01-01-2008, 07:27 AM
gremlin896's Avatar
gremlin896 gremlin896 is offline
Junior Member
 
Join Date: Jan 2008
Posts: 3
Macromedia Flash Pro 8 reports spideyTheme.fla as an "Unexpected file format"
Reply With Quote Submit to Digg Submit to Del.icio.us Submit to Jeqq
  #4 (permalink)  
Old 01-01-2008, 07:46 AM
dark_skeleton's Avatar
dark_skeleton dark_skeleton is offline
Senior Member
 
Join Date: Oct 2007
Location: Poland
Posts: 161
Because to open spideyTheme and other sample themes, now you need Macrobedia Flash CS3.
Reply With Quote Submit to Digg Submit to Del.icio.us Submit to Jeqq
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 06:25 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0 RC8
Copyright ©2007 Phluff LLC
vBulletin Skin by ForumTemplates.com
modified by reddshack for clixhere!