• Style Pro CMS Flash Template
    Paypal Shopping Cart
    iPhone/iPad compatible



  • Style Portfolio v.3 CMS Flash Template
    Paypal Shopping Cart
    iPhone/iPad compatible



Welcome, Guest

Changing Font and color on Menue
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Changing Font and color on Menue

Changing Font and color on Menue 2 years, 1 month ago #121

Love the template! I'm someone who has a very limited knowledge of Action Script and wanted to change the fonts and colors in the main menu... any Advice?

Re:Changing Font and color on Menue 2 years, 1 month ago #124

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
hi
change font is simple but you must followe some rules:

- install all fonts from fonts pack

- open main full.fla and embed a fonts you like into library:
To embed a font symbol:

1. Select Window > Library to open the current FLA file’s library.

Open the library that you want to add the font symbol to.
2. Select New Font from the library’s pop-up menu (upper-right corner of the Library panel).
3. Type a name for the font symbol in the Name text box of the Font Symbol Properties dialog box.
4. Select a font from the Font menu .
5. Select Bold, Italic, or Alias text if you want to apply a style to the font.
6. Enter the font size to embed (is optional)
7. click export to actionscript and to first frame
8.and then click OK to apply the changes and return to your document.


- recompile main_full.fla

- open css you need to change (for menu is style.css)
and replace:
.menu {
	font-family: "AtomicSansICG";
	font-size: 19;
	color:#E4E4E4;
	text-align: center;

}

with:
.menu {
	font-family: "yourfontname";
	font-size: 19;<- set here font size
	color:#E4E4E4;<-change static font color here[/b]
	text-align: center;

}


to change rollover font color:

open btn_up.as, find :

TweenMax.to(btn_txt, .5, {tint:0xffffff,glowFilter:{color:0xffffff, alpha:1, blurX:8, blurY:8}});

replace text in red with your color

- to change the clicked color find:

TweenMax.to(btn_txt, .5, { tint:0x11b5c1 } );

two times and replace the color

for submenu you have to open sub_btn.as

after all recompile main_full

cheers

marco
Last Edit: 2 years, 1 month ago by admin.

Re:Changing Font and color on Menue 2 years, 1 month ago #126

How do I do this Marco?

7. click export to actionscript and to first frame

I'm assuming I'm file/export and export movie?

Re:Changing Font and color on Menue 2 years, 1 month ago #127

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
look at the pics



other setting are random in the image
Attachments:
Last Edit: 2 years, 1 month ago by admin.

Re:Changing Font and color on Menue 2 years, 1 month ago #128

Thanks Marco, I'm now changing the role over, I can't find btn_up.as

Sorry for all the questions, I'm very new to AS!

Re:Changing Font and color on Menue 2 years, 1 month ago #129

  • admin
  • OFFLINE
  • Administrator
  • Posts: 569
  • Karma: 13
src folder after mod recompile main full
  • Page:
  • 1
  • 2
Time to create page: 0.25 seconds