954,168 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Flash check box

Hi
Shall i inscrease the font of checkbox size in Flash 8.0.
if i crease how??
please help...

Thanx Advace ...

sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

Do you mean textbox?

buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 

No... No ...

beside check box font is there that font size i am asking ...

sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

Could you rephrase your question please. Not sure I'm QUITE understanding what you are asking!

What Font size?
What Checkbox? Check box gets !checked! So you don't require any font

macneato
Posting Pro in Training
421 posts since Jun 2007
Reputation Points: 46
Solved Threads: 48
 

I attached what i want ??

Attachments check.JPG 28.54KB
sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

Ok...

1. Open the components panel by hitting ctrl+f7.

2. Drag the checkbox component onto the stage, and select the checkbox component in Frame 1.

3. Type "checkbox" as the Instance Name, to name the component.

4. In the Label Placement parameter menu, check that the default value is set to right alignment.

5. Type "state1" for the Click Handler name.

6. Select the first key frame. Press f9 to open the actions box, and insert the following action:

function state1() 
{ 
checkbox.setLabel("Checked")  
}


Sorted.

macneato
Posting Pro in Training
421 posts since Jun 2007
Reputation Points: 46
Solved Threads: 48
 

Hi,

It's very simple to do that,

1. Open the components panel by hitting ctrl+f7.

2. Drag the checkbox component onto the stage, and select the checkbox component in Frame 1.

3. Type "checkbox" as the Instance Name, to name the component.

4. In the Label Placement parameter menu, check that the default value is set to right alignment.

5. Type "state1" for the Click Handler name.

6. Select the first key frame. Press f9 to open the actions box, and insert the following action:

<strong>myCheckBoxInstanceName</strong>.setStyle("fontSize",15);


Give whatever size you want and resize the check box using Free transform

rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

Please remove the step 5. Please reply soon if you need more help (or) if you got the soluton, mark as solved.

rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

It's not solved it shows same size same check box...

sreein1986
Posting Whiz
306 posts since May 2008
Reputation Points: 12
Solved Threads: 34
 

I had worked and then only gave the code. plz try again. Follow the steps correctly

rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

What is your instance name? use the instancename.fontsize

rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

yourInstanceName.setStyle("fontSize", 20);

Just substitute your instance name and desired font size. If you go to livedocs.adobe.com, there's a great description about all the different properties you can change. The section is titled Customizing the CheckBox component. Hope this helps.

CoffeeChef
Light Poster
25 posts since Jul 2007
Reputation Points: 11
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: