ActionScript 3.0 :: Text Disappear On Font Size Change And Reappear On Clicking Start Button?
Dec 4, 2009
I'll try to be brief. I've built a teleprompter projector file app in Flash CS4 and it works great on PCs & MACs. Only one bug. the program works in three phases: Welcome & instruction screen / Text input screen / Prompter screen.Problem occurs when you first enter prompt screen
basic navigation and functionality includes:
BUTTONS: button to return to INPUT screen, a BEGIN button, a MIRROR text button, and a SAVE prompting position KEYBOARD: SPACE begin prompting, LEFT & RIGHT ARROW increase & decrease font size, UP & DOWN ARROW increase & decrease scrolling speed, HOME returns script to top, PAGE UP & PAGE DOWN moves script by 600 pixels.
MOUSE: MOUSE_WHEEL increases and decreases scrolling speed *(would like to add a ctrlKey modifier to change font size on mouse wheel - another day perhaps)
THE PROBLEM: When you enter the prompt screen and hit PAGE DOWN the script correctly moves down 600 pixels, but does not redraw on the stage. If you then hit PAGE UP it correctly moves up and the text is back on the stage. Hit PAGE DOWN again and it moves but does not render. You can repeat this continuously. I have a Y position reference that shows the Y coordinates of the text field, so I'm confident that the MC is correctly moving, it's just not rendering. If you hit PAGE DOWN and hit BEGIN the text renders in the correct place. Once you start the prompter, you can stop it and use PAGE DOWN and it renders correctly, but if you change the font size larger > 100 and hit PAGE DOWN the font again does not render. Again if you hit BEGIN the font renders correctly in the correct position.
WHAT I THINK: I've been trying to find a way to update or refresh the text field that is being manipulated on PAGE DOWN and font increase; no luck with updateAfterEvent or redraw. I've tried to start and stop the prompter programmatically in one frame at the end of the PAGE DOWN function & font increase.
POSSIBILITIES OR NEW STRATEGY? I'm a media production specialist with a school district in Florida, and I'm hoping to release this app to all our schools and to sourceforge.net. It's a small bug, but I'd rather not have to explain it if I can find a way to fix it. The following code block only contains the functions related to the navigation and prompter text box manipulation.
//Begin button toggle code.Toggle between begin and stop.startBtn.addEventListener(MouseEvent.MOUSE_OVER, startOver);function startOver(e:MouseEvent)[code].....
A Visual Basic & ASP.NET programmer I work with looked at the bug with me, and he believes the error is somehow related to the actual CLICK of the BEGIN button. As I noted earlier, we tried a workaround by using code to start and stop the prompter in one frame after the font size change, but that did not correct the issue. Yet when you physically click begin with the mouse it renders the text.What is it about clicking the mouse that causes the text box to render? Is it a focus issue? Like the keyboard has focus, but when you click BEGIN it returns focus to the text box and it redraws then?
View 2 Replies
Similar Posts:
Jul 28, 2010
I am making a few language flash cards in adobe flash cs5 with as3. the flashcard is a movie clip and when you push a button (located on the bottom left hand corner of the flashcard) the movie clip flips the card to give the translation. it looks a little unprofessional to have the button stay in place while the card flips. is there a way to make the button disappear for the duration of the movie clip, and then reappear at the end?
View 6 Replies
Aug 26, 2009
Here's a snippet of code I am working on. I have two buttons symbols, instantiated as 'up' and 'down.' There is a movie clip object instantiated as 'circle.' Up and down are supposed to respectively raise and lower circle's alpha gradually using a timer.
Here's my code:
var upTimer: Timer= new Timer(100,10);
var downTimer: Timer= new Timer(100, 10);
up.mouseEnabled= false;
upTimer.addEventListener(TimerEvent.TIMER, appear);
function appear(e:TimerEvent):void{
[Code] .....
The problem is that I can only make alpha disappear and reappear once, and then the the program stops functioning the way I want. I press down and then up, and it works but then after wards the alpha on circle only goes up and down a little bit. Why?
View 1 Replies
Jan 27, 2012
I have some stars in my flash file. I want them to dissappear when I get to the final frame. Can I delete the enterFrame? Then how do I make it re appear again?
Code:
var numStars:Number = 15;
for (i=1; i<=numStars; i++) {
_root.attachMovie("star", "star"+i, i, {_x:Math.random()*Stage.width, _y:Math.random()*Stage.height, _alpha:Math.random()*100});
_root["star"+i].rotSpeed = Math.round(Math.random()*8+2);
[Code] .....
View 4 Replies
Feb 7, 2007
I have this text field and I cant seem to find out how to change the color and font and size of the text.
Code:
_global.textBoxCellWidth = 0;
_global.counter = 0;
var myVars = new LoadVars();
[code]....
View 6 Replies
Jul 3, 2009
Whats wrong with my buttons? here see how they rollover and dissappear and takes a second for them to reappear they should look like this Not counting the last button what did I do wrong here? I am modifying code of a programmer who is not with my company anymore and I need to edit this for a client
View 1 Replies
Jun 2, 2011
Is there a way to show parts of a movie clip in different areas of the stage? Like if a sprite was to leave stage left and reappear stage right?
View 9 Replies
Oct 15, 2004
Why do the dynamic text font size appears smaller than what I specified in the flash dynamic text properties? I used a font size of 50 for the dynamic text and when I test movie, it appears to be only a font size of 12. Why is it so?
View 3 Replies
Sep 8, 2003
I'm new to wonderful world of flash and I'm having a little trouble with a button I've created. Basically, I have a button which covers an image. I'd like to make it so that after the button is clicked, it disappears - thus exposing the image behind it.
View 8 Replies
Feb 15, 2012
So, here is what I'm trying to do. I have a page full of characters for a project I'm working on now, and I want to add some interactivity to the page by making each of the characters clickable and having a description of the character pop up that you can then close. I have included 3 images of what I'd ideally like tohappen.Picture 1: The page in just a normal state, nothing happening.Picture 2: On rollover, I would like the character to pop out and enlarge.I know how to make it enlarge on rollover, but I don't understand how you would make it come to the front above other layers. with understanding how to do.
Picture 3: I want a description like this to pop up when you click on the character. I have a layer at 50% opacity to fade the background out as well. I need to know how to:1. Make this image show up when you click on the respective character.2. Make this image disappear when you click on the red X button at the top right
View 10 Replies
Jun 14, 2011
I load a text from an xml file which has a code like this:
<?xml version="1.0" encoding="utf-8"?><xml>
<content>
<description><![CDATA[<br><br>[code]..........
When i change the font size and font color i get the result i want.But when i try to change the font-family, or to make a part of text in italics or bold i fail to get what i want.I also tried this:
<font style="font-style:italic">my text</font>with no success
View 5 Replies
Jul 9, 2009
While creating one photo gallery I am facing one problem in controlling the Font Color, Font Size and other characteristics of a text loaded into a text field from an XML File. The name of the text field in question is �my_txt� it loads the title from the xml file attached herewith. how I can control the behavior of the text loaded in that text field.
[Code]...
View 1 Replies
Sep 28, 2011
var tfNum_mc:MovieClip = tl.attachMovie("tfID","tfNum_mc_",tl.getNextHighestDepth());
If I'm to assign the above code to a dragDrop action. Is there a way to change the font size of tfNum_mc_.tf? I've tried;
tfNum_mc_.tf.size = 12;//did not work
var format1:TextFormat( = new TextFormat();
format1_fmt.size = 12;
tfNum_mc_.tf.setNewTextFormat(format1);//did not work
View 9 Replies
Jan 19, 2010
trying to change the font size of the "text" field. However no mater what i've tried doing to the css file, the font size doesn't change.
View 0 Replies
Apr 15, 2011
I would like to to have 2 vidoes next to each other on a webpage which start simultaneously so that the viewer can compare the two.
what HTML code to use in order to achieve this.
View 1 Replies
Jul 15, 2009
It's a Submit Form (name, age, etc...)If I have 4 font types embeded (eg. Arial / Varadana / Comic Sans / Eras) how can I create a drop down list of the fonts where anyone could select - change (runtime) the FONT TYPE by clicking the name?
View 12 Replies
Jun 4, 2010
I need an actionscript 3 function for my website, that lets people download a document after they have clicked on a button.
View 2 Replies
Feb 16, 2012
I've got a bunch of text boxes that I need to be able to change the text size of with the click of a button. All the text needs to be embedded so I tried to use a tlf text field and target it but to no avail. This is what i have.
ActionScript Code:
import flash.events.MouseEvent;
fifteen_btn.addEventListener(MouseEvent.CLICK, changeSize);
function changeSize(evt:MouseEvent):void
{
[Code].....
View 0 Replies
Jan 14, 2011
In my movie, I have a dynamic textfield on the timeline starting the first frame and going to the end. At various points during the movie, I change the text in the textfield (and that works just fine), but I also want to change the font-size when I do that. I've tried using setTextFormat to a different TextFormat object, but that doesn't seem to work. Maybe someone has a better idea?
[Code]....
View 2 Replies
Oct 7, 2010
How can i change font size in all flex application?
View 3 Replies
Oct 5, 2010
I am working on a as3 project in which the user select a font from Combo Box and that font SWF should be loaded Dynamically and then i need to change the font of the Dynamic text field.
I have swf font files downloaded from [URL]
My question is that how can i load the font swf dynamically from server and add them to the library and how can i use that swf to change the font of dynamic text field.
if there are embedded fonts in library the i can access them using this- --
var fontList:Array = Font.enumerateFonts();
for( var i:int=0; i<fontList.length; i++ )
{
trace( "font: " + fontList[ i ].fontName );
}
But How to use dynamically loaded Font swf as a font type.
View 1 Replies
Dec 2, 2010
I'm using Flash CS5 and AS3. I've made a form using the library's "User Interface" object and I want to change the font size for the TextInput and TextArea fields but I can't find any option in their properties to change it.
I've tried this code
var myTextFormat: TextFormat = new TextFormat();myTextFormat.size = 14;email_txt.setStyle("textFormat", myTextFormat);
even though I don't get any error while publishing, my page doesn't appear, if I remove this code the page comes back to work.
How can I do to change the font size?
View 1 Replies
Jun 30, 2011
how to change font size in textarea?
View 9 Replies
Jan 23, 2012
how to change the size of text in a text box, once the user has typed something in using the slider component?
View 6 Replies
Jan 24, 2011
I have a dynamic text field which gets updated via an input text. basically the dynamic text will show everything I type in the input text field. I need to know how I can dynamically reduce the size of the dynamic text field when the amount of letters gets more than the text box??
[Code]...
View 8 Replies
Jul 24, 2011
how to change the action script in the "buttons" movie clip to present more like a button by enabling a change color with a rollover. workaround to accommodate a change of font size as well?
I'm assuming it would utilize the setTextFormat command, but I'm so new to this that I'm not really sure how to set it up.
Here's the original work-around posted by bozeman.
this.deepLink = '/clinic/';
this.onRelease = _parent.btnRelease;
mcbase = new Color(this);
[Code].....
View 3 Replies
Nov 8, 2011
I'm in the midst of the very honorable job of adding localization support for all kinds of languages. This would not be a problem if the main font we use would support asian and russian symbols.
After some nosing around I found a substitution font that has support for asian and russian symbols. However this substitution font isn't spaced in the same way as our original font. If I just replace the old font for the new font then all the text will be misaligned, too big and also lowered quite a bit.
What I'd like to do is when a textfield is loaded I check for what language is chosen and scale/resize/reposition the textfields accordingly.
View 2 Replies
Nov 23, 2009
How do I change the font/font-size of the dropdown in a ComboBox?I know how to change the edit field but not the dropdown!
var textFormat:TextFormat = new TextFormat();
textFormat.font = "Trebuchet MS";
textFormat.size = 26;
[code]......
View 1 Replies
Oct 11, 2010
Project: Simple Click Counter of two separate buttons.
Problem: Font size of clicks needs to be changed/increased.
link to .fla
Not sure where to place this code in the script below.(inserting it causes font to initially to be correct size of 20 but changes back to default when a mouse click is issued)[code]...
View 6 Replies
Feb 5, 2012
I don't know how to change the font size. Here's my action script code:
submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
function sendMessage(e:MouseEvent):void{
var my_vars:URLVariables = new URLVariables();
my_vars.senderName = name_txt.text;
[code]....
Do I need to add something to my action script to modify the text size? If so, what? Or do I modify the text size through other means?
View 7 Replies