Tagged Questions
0
votes
1answer
14 views
Flash CS6 - Adding a Textfield onto my stage
I am trying to get a textfield onto my stage and I have worked out the following code.
It seems to have no errors, but it is not appearing in the frame I put the code.
I am very new to this, so I am ...
0
votes
1answer
36 views
Disable object, during busy cursor showing
I've a complex text field which I can embed types of font within it. When I try to choose a specific font through the Dropdownlist, I'll show the busy cursor till font embeds inside the text field ...
0
votes
1answer
26 views
Controlling carat vertically with as3
Earlier I was struggling with moving the Carat horizontally now I need to move it up & down the text field.
This is for a virtual keyboard so all arrow controls are done with coded buttons.
...
2
votes
1answer
46 views
Does the Flash Text Engine display faster than typical TextFields?
In this SO post they have recommended using the Flash Text Engine (FTE) text objects like TextLine and TextBlock for read-only text. They said its faster than using the typical TextField class. ...
0
votes
1answer
41 views
How to cast $ and , in an input text field as a variable in AS3?
I basically have a function that accepts input from a text field. Allowed characters in the text field include commas and dollar signs. So, my question is, how can I cast the input value as a Number, ...
0
votes
2answers
22 views
Basic TextFormat change is doing nothing
Code:
var BoldTextFormat:TextFormat = new TextFormat();
BoldTextFormat.bold = true;
weapons[player.activeWeapon].weaponName.defaultTextFormat = BoldTextFormat;
This seems very simple, but it is not ...
0
votes
1answer
29 views
Is there any way of disabling the “Page Down/Page Up” keys for a textField in AS3
A little problem occurs when the Page Down key is pressed on a multiline textfield, in my case an input type textfield.
The problem is that after pressing Page Down, it seems to add an extra empty ...
0
votes
1answer
21 views
Text size in standart printable points
How can I set the text size (inside TextField) in standart CSS/printable points? According to the manual:
fontSize - Only the numeric part of the value is used. Units (px, pt)
are not parsed; ...
2
votes
2answers
47 views
TextField lowercase line
I need to get a distance between Baseline and Lowercase line inside the scaled TextField, using ActionScript 3. I marked it's with the blue arrows here:
Does anybody knows how to get this value?
0
votes
2answers
110 views
AS3 Adding same DisplayObject does not render TextField the second time
The problem I'm having is that I'm expecting multiple TextFields to appear, and I'm only seeing one appear. I've narrowed it down to this code. When I add the List element, I see an empty rectangle, ...
0
votes
2answers
34 views
part of textfield is disapearing
So I have two textfields in a AS3 program. One of them displays fine, the other one gets cut off about half way through, any idea what could have caused this? They are created with all the same ...
0
votes
2answers
36 views
addEventListener(object[i]) in for loop gives me one object not multiple
i am making a leaderboard for a game. this leaderboard gets its scores from the an array. but when i add the eventListener i get only one of the object from the array.
this is mine object array:
...
3
votes
1answer
117 views
Stacking Dynamic Text Fields Flash/ActionScript 3
I am adding a series of text fields through a loop based on an xml file. The width of the fields is always going to be 200 px so depending on how much text is contained in the xml node, the height of ...
1
vote
1answer
55 views
flash 11.6 shows incorrect text with some colors (like blue, black)
In new version of flash players 11.6 sometimes color of text (made with Textfield) not displayed correctly. Example in photo (Color of text should be black on photo).
0
votes
1answer
190 views
AS3 - Turn classic textfield into TLF textfield
I have a classic textfield on stage that I would like to turn into a TLF textfield. How can this be done?
Thank you. Uli
0
votes
1answer
99 views
Making dynamically created textfield searchable in xml
I recently posted a question on this same project that was helpfully answered by walkietokyo. previous question
So my new question is using that solution to make the text sprites searchable.
So in ...
0
votes
1answer
76 views
TextField appears on stage when it's not a child of DisplayContainer?
Really need some help understanding whats going on after
textFields[i].text = thisWord.charAt(i);
I understand it updates a value at that particular index, I just can't figure out why it affects:
...
0
votes
0answers
55 views
Minimize status box not working properly
StatusBox listens for a double-click event listener and minimizes it to 20x20. Double click once to minimize it and double click again to restore it's original dimensions.
But when i double click ...
0
votes
2answers
146 views
How to add movieclip inside textfield
I would like to add a movieclip to a textfield. The objective is to be able to scroll the movie clip, since the uiscrollbar only works for textfield, i think my solution to scrolling the movie clip is ...
0
votes
1answer
155 views
AS3: render plain text in a textField
The current behavior of textField is to render all text as if it were HTML. Is there a way to tell the system that this is plain text, even if it looks like html?
In AS2 there was a .html property ...
0
votes
1answer
85 views
AS3: Removing child that is created within a for loop from outside of the loop
I have a for loop which creates text fields from an array to represent high scores. Each level in my game has a seperate loop to do this (which work absolutely fine), here is an example:
// LEVEL 1 ...
1
vote
1answer
295 views
Displaying all items in an array in a dynamic textfield [Actionscript 3]
I have an array of items which I would like to be displayed within a dynamic textfield to form a high score list.
The amount of items within the arraylist with vary depending on how many high scores ...
2
votes
1answer
69 views
TextField htmlText+italics cuts of last character
htmlText + italic – the last character cuts off
Below is the similar problem, but I don’t use autosize TextField autoSize+italics cuts of last character
Are there any other variants how to solve ...
0
votes
2answers
236 views
How do you change text in a textbox AS3?
I have a TextField called "textbox". I have this code:
textbox.text = 'hello';
the code is right but its not changing the text when played. The previous text clears but the new text (hello) ...
0
votes
1answer
77 views
Actionscript 3: Is there a way to re-create the look of a Flash Textarea component using AS3 TextField?
I would like to know if there is a way to re-create a Flash's Textarea component using AS3's TextField or come close to it?
If not then is there a way to change the individual border colours of the ...
0
votes
1answer
69 views
AS3 Text Display Problems
I've been trying to get this to work for hours and I've looked it up online and followed the examples, but in the end I get a blank screen with every method I find. I am trying to make a 15x15 grid of ...
1
vote
1answer
302 views
JSFL Command Split Textfield into Words - Flash Array Order error
This command is supposed to take a selected textfield in Flash and cut it up into different groups based on the words or spaces in the textfield. The command is mixing up the order of the words. (In ...
0
votes
1answer
391 views
AS3 - Removing the blinking cursor in text field
Can I remove this blinking cursor from a textfield?
Thanks,
0
votes
2answers
1k views
Get caret position (x, y) in input TextField AS3?
I need to get the position of the caret in my input textfield. I don't need to set the position, i need to get the current location of the caret. Can't figure this out and it's driving me crazy!
0
votes
1answer
323 views
AS3 child TextField doesn't scale normally
I have a sprite with a textfield child on it. This textfield uses htmlText and is multilined. When I scale the sprite the textfield scales as well, but not perfectly. I end up getting the bottom few ...
0
votes
1answer
1k views
AS3 > Use different text styles (bold and regular) in the same dynamic text field
I've been using as3 for a lot of years but everytime I need to manipulate fonts I get crazy :(
My setup:
I'm filling up via code a movieClip with a lot of dynamic textFields. Their values come from ...
1
vote
1answer
169 views
AS3: How to know if a textField is Dynamic
Is it possible to know if a textField inside of a Display Object is dynamic?
I'm looping all the children of a Display Object, and I would like to find only Dynamic text fields (I've input tf too, and ...
0
votes
1answer
117 views
What if I want to split the string only at spaces?
Not at any part (including the middle of the word) like I do with this code:
var answer:TextField = new TextField();
var textFormat:TextFormat = new TextFormat();
textFormat.size=15;
...
2
votes
2answers
653 views
How do I make a TextField multiline?
I have a string that is too long to fit into my 100px container. I want to make TextField automatically multiline if needed. How do I make it?
0
votes
1answer
844 views
TextField words are cut AS3
I'm having a problem with TextField component cutting the words at the very end of every line, even though the wordWrap property is set to true.
example:
This is a test te
xt, this is a tes
t text. ...
0
votes
1answer
155 views
Actionscript 3: Textfield Variables
I have having a little trouble with my project. I have a textfield which I have given the instance name of money. For the coding, I have this:
var money:int = 10;
money.text = "$" + money;
I want ...
0
votes
0answers
351 views
AS3 Tabbing between TLFTextFields nested in MovieClips won't focus on textfield contents
I'm trying to add tab functionality to a form movieclip. The form has tlf (input type) textfields, each an instance of a movieclip with 2 layers (one for a tlf textfield, one for a background mc). The ...
1
vote
1answer
490 views
AS3: TextField seems to have an invisible background fill?
Let's get started.
I create a Sprite 'father', add another Sprite 'child' as it child, and draw a filled rectangle with the graphics property of the 'child' Sprite. Then, I add another TextField ...
0
votes
1answer
357 views
Create dynamic TextField on Bezier Curve - AS3
I'm trying to place a dynamic generated text on a bezier curve - the text can be up to 12 charcters long, so it will need to adjust to the center.
I can't find any attempt to do this on google.
my ...
0
votes
2answers
116 views
Adding text to sprite causing scaling and visibility problems
I'll add a simplified version of the code at the bottom.
I have a sprite, it's visible and happy. I have a textfield, this is visible and happy. If I print the textfield to the sprite for animation ...
0
votes
1answer
306 views
AS3 how to access html text field with links inside 2 movieclips
I am a beginner and have been working since few days to get to this point. I would appreciate some help.
I have a properly formated HTML textfield(instance name: myHTML) nested inside 1 movieclip: ...
0
votes
1answer
205 views
AS3 + XML + Text
I'm doing a showcase, I have four pictures who are load form a XML, every picture have a descripcion, i try to load the text of every picture in the frame, but only load one of the descriptions, y can ...
0
votes
1answer
2k views
AS3 maximum textfield's width
How to set Textfield's maximum width?
I need auto-width until it gets to maximum width, so long text will break into lines.
-1
votes
2answers
298 views
TLFTextField onFocusInHander setting field to empty
I'm setting textField empty on FocusIn (removing default text) but then after that It doesn't allow me type anything, however
my.addEventListener(FocusEvent.FOCUS_IN, focusInHandler);
function ...
0
votes
1answer
122 views
Dependent text fields
I want to have text fields which are dependent of each other. E.g there's two input text fields like angular frequency(ω) and ordinary frequency(f), ω=2πf. If I change one, the other changes. How can ...
0
votes
1answer
1k views
AS3 TextField Fonts
I have problems setting a font in AS3. I have tried several different things using ressources from forums and questions but I can't get it to work.
Here's the code I use:
private function ...
0
votes
3answers
62 views
Direct all errors to a textfield
I am developing a Flash game. It has a complex loading scheme which could go wrong at many different places.
When I am testing from Authoring Tool, either with "Test Movie" or "Debug Movie", it ...
0
votes
2answers
490 views
AS3 multiple textfields made easy
I am working on a Results page for my game as well as upgrade page and looking for an easy way to do many textfields. I have a format for my text that takes care of font, colour, and size, but ...
1
vote
1answer
284 views
actionscript 3 position textfield N pixels from bottom or 90% from top
I'm new to actionscript 3. I want to create a textfield that is either N number of pixels from the bottom of the stage or 90% from the top of the stage.
Basically i want the textfield to always ...
0
votes
1answer
1k views
Align the content of a TextField, but keep its width x height
In a card game I use a TextField in the middle to display the playing table number, but also to detect if a playing card has been played - using myTextField.hitTestObject(myCard) - which means the ...


