I'm making a simple RPG platformer where a character will pass over an object. When the action key is pressed and the character is over top the object, I would like a block of text to appear on the stage with a close button to cancel out.
I would like to know how a person would go about making a "pop-up" text box.
I am doing a simple text effect that I found on the internet and modified so that it has a flashing cursor. The text effect uses a symbol that is a dynamic multi lined text box and was given the following code:
The problem I am having is trying to make the string "Do you need specific solutions?" run on two lines when the text is generated in the text box. I have already tried the obvious "Do you need specific solutions?"; and "Do you need specific solutions?";
How would I add the name of an item in an array to a text box? I want to add the name of each item in an array to the text box depending which picture is being displayed.
Here is the situation: I have an XML document which I rip through using a for Loop, and I place the data into an array. From there I tell the data where to go. I have an attribute in my XML called 'link' which contains a URL, now I want to spit that out into a separate textbox and have it also link to the given URL. I have the URL stored in the array just fine, and I can even spit the URL into the textfield, my only question is how to make it link instead of just being normal text?
I hope I explained this well, but the basic gist of it is I have everything working except for adding the hyperlink.
i want the user to click on the relevent button, and this will add an accented-character (such as "�" to the textbox they are typing in.here is my code so far:
1: when the user clicks this button, the accent is added to the input textbox, but they have to click on the textbox again before they can start typing.How can i set it so they can continue typing straight away?
2: - more importantly my rather basic code only adds a character to the end of the textbox-contents. At present, if a user wants to edit text they have typed, they cannot insert accents.How can i set it to add the character where the user has placed the (flashing) cursor?
I am setting a string variable to the value of a input box in my movie but Flash also seems to be adding a (Carrage Return) to the end of it's value. This is not something i am typing. Is this normal or am i doing something wrong, i can't seem to find where it is coming from. If this is normal, what is the best way to prevent this from happening as it is causing me problems when i use this variable later.
Each time I click the "fold_btn" I need to be able to add 10 points and display it in a text box (rot1_txt). Code: on (press) { _root.rot1_txt = 0; _root.rot1_txt = _root.rot1_txt + 10; } Not working!
I am generating the following text box and the data in it dynamically: _root.createTextField("recipe"+i+"_txt", _root.getNextHighestDepth(), 5, 100, 600, 400); The problem I am having is the text that is generated only stays on one line and therefore doesn't fit into the text field. I know there is a way to add the multiline property to other types of components but can this be done dynamically?
I can't get the letterspacing property to function in a dynamic text box, I have tested it with color and it works just fine. just letterspacing. And I have embedded the font, so I know it isn't that. The code affecting the text box is this.
Code: var txt_box0:TextField var format1:TextFormat = new TextFormat(); format1.letterSpacing = 4 //trace(format1.letterSpacing) txt_box0.setTextFormat(format1)
Those working with AS2 have had similar problems but managed to fix it by typing "setNewTextFormat", which has been phased out in AS3.
I'm currently trying to add the resulting XML (xmlResult) to a textbox that is on the stage. I did try using MovieClip(root).[instancename].text = ..... however it didn't work - null object reference?
package { public class ChatHistory extends MovieClip { public function ChatHistory()
I have really no idea how to do this, but i have a textbox and a button.When this button is clicked, i want it to add "<b>" before the currently selected text in the textbox. How would i go by this?
basically sending and recieving variables from a php page. I want to be able to specify what my textbox on frame 5 says in the onLoad statement. Is this possible?
Currently the only way I have been able to get the text to display is either to use the textbox variable and declare that in the onload statement, or to put textbox.text = mylogin.message; on the actual frame.I doubt there is a way to do it, because the actual textbox hasn't be created yet, but if there were a way, that would be nice.
basically sending and recieving variables from a php page. I want to be able to specify what my textbox on frame 5 says in the onLoad statement. Currently the only way I have been able to get the text to display is either to use the textbox variable and declare that in the onload statement, or to put textbox.text = mylogin.message; on the actual frame.
i have 2 set of textbox, 1 set of the text box contain 6 textbox and the other set of text box contain 12 textbox. how do i make it like for the first set of textbox to compare with the second set of textbox? eg. 1textbox1.text = 2textbox1.text and the first set of textbox right, each of the 6 textbox have to compare with second set of textbox which is 12 textbox.
How can I link to a movie in my libary to tell it to behave like a button. This is what I have tried but it's not working.
Code: var selectedButtons:Array = loadButtons(); var itemX:Number = 100; // initial item x position var itemY:Number = 100; // initial item y position
[Code]....
As you can see I am adding the Movies to my stage throught thier class name(apples etc). How come I can't link to it? Is it because I need to be using an instance name? And if so I would I assign one?
Code: stage.addEventListener(MouseEvent.CLICK, addBullet); function addBullet(event:MouseEvent):void { var bullet:MovieClip = new bshot();[code]....
bshot is a movieclip in my library with the class name of bshot as well.i do not understand when i click i do not get a bullet being added to the stage?
normally when i want to add a movieclip to the stage I would do this:[code]but I have an array of linkage ID's that I select from randomly at runtime so how do I code it to place it on stage?[code]
I am having is trying to add objects to stage. At the moment I can not put anything onto the stage unless it is in my Main document class (Main). How would I add to stage in my player class and bullet class?
Code: package game{ import flash.display.*; public class Main extends MovieClip{
I am pretty new to actionscript 3. I want to remove the movieclip on the stage and add a new movieclip but the button is within the currently running movieclip that I want removed. I am trying this function
homeArtist_btn.addEventListener(MouseEvent.CLICK, newArtist); function newArtist(e:MouseEvent):void{ removeChild(homeAni_mc); addChild(artistAni_mc);} I get these errors
//This small class add the same movieclip to the stage with random scale and position // Garden represents a movieClip in the library //attached fla and document class
Why using the same name garden for all instances of Garden is not a problem? Can I track each individual instance of Garden on the screen or recall it for something else?
I have this library with more than 80 objects that i want to bind to my keyboard. My idea is use the "keyCode" to call the object to the stage, constructing the object's name inside a variable.This is the code that I'm trying to use, but the bold text line always give me an error (constructor, syntax and others) depending how i write that line.[code]I'm not very experienced with AS3 so i don't know if this is the right approach to solve my problem. Any help is well received.
I am trying to build a simple preloader. I have 4 movieclips on stage and on each one I am adding an image that comes from an xml file: theMap = new XML(); theMap.ignoreWhite = true; theMap.onLoad = function(success){ if (success) { theNodes = theMap.firstChild.childNodes; [Code] ..... Everything works ok but as the jpgs are a bit heavy I'd like to preload them. Is that possible?
just wondering why this code returns: 1137: Incorrect number of arguments. Expected no more than 0.when relating to this:var cm:collectionsMenu = new collectionsMenu('cm');