ActionScript 3.0 :: Use Buttons To Enter Text?
Dec 13, 2010
I am an educator and I am designing an interactive activity for my students. I created two buttons named button_B and button_G, and an input textfield named in_Text. How can I write actionscript so that when a student presses button_B, the letter "B" is entered into the input text field; if a student presses button_G, the letter "G" is entered into the input text field. More than one letter entry is acceptable as a student's answer: for exmple the entry BBB, BGB within the input field is okay.
View 3 Replies
Similar Posts:
May 5, 2006
using buttons to enter digits into a dynamic text field. An example would be an atm machine, where you select digits 0 - 9, you can hit OK or Cancel to clear the field. I can use...
on (release) {
AddDigit("1");
}
...to enter the individual digits.Things that I am unclear about:
(1) How do I link the various buttons to the specific text field.
(2) How do I create the OK button to initiate another action, such as playing a movieclip etc.
(3) How do I cancel the items currently in the field.
I have looked over various tutorials on making calculators, but it is very complex for my skill level.
View 4 Replies
Oct 16, 2009
what i've done is made an application where when you click on a "Proceed" button i've placed on stage said button is removed using removeChild() and more input fields are made available.a new button named "nextbutton" is also created at the same time to run a function which, when clicked, will check the input for validity and then advance the movie to the next frame if it all checks out.assuming the data does check out then the last command of the function (of the newly created "nextbutton" button) is to gotoAndStop(2); to advance the movie to the next frame.
i'm using the mouse_down mouseevent listener on both buttons to run my functions ie:
proceedbutton.addEventListener(MouseEvent.Mouse_Do wn, proceedbuttonCLICK);
nextbutton.addEventListener(MouseEvent.Mouse_Down, nextbuttonCLICK);
the problem i'm having is that if i tab thru my input textfields to enter data (and who doesn't) i end up tabbing to my "Proceed" button and then hitting the enter key. but if i hit enter on the button istead of clicking it then none of my if/else statements written into the nextbuttonCLICK function execute. even worse somehow the gotoAndStop(2); command somehow DOES execute (at least i think it does) because the movie advances to the next frame in my timeline. so now i'm at the next frame but my variables have not even been calculated ....what i don't get is the gotoAndStop(2); statement is written into the function for the "nextbuttonCLICK" so how the heck can hitting enter on a highlighted "Proceed" button have the effect it does? is it something built into the button class itself? i did choose to make my buttons "buttons" and not movie clips so the user would see the little hand cursor when mousing over them.
View 3 Replies
Mar 30, 2012
I have created an input textbox and a dynamic textbox. My idea is to enter something into the input textbox, and on pressing ENTER key it would show up in the dynamic textbox. When I press ENTER, the text dissapears from the input txt, and nothing happens.
[Code]...
View 1 Replies
Feb 20, 2009
I have an input text box where users enter search words and whenever you hit enter it clears the contents.This is obvioulsy annoying as users would expect to hit enter after they have typed the word(s) and have the search performed, not have what they typed removed.How do I stop this?How do I assign the event listener I have on my submit button to the enter key as well?
View 1 Replies
Apr 9, 2012
I am in the middle of creating a website using Flash CS5. I opened up my .Fla file one day to continue my work but I am no unable to access buttons and movie clips. When creating movie clips or buttons I am unable to get inside them, when I hover my mouse over them there is a white hand icon which never used to be there it was always just a normal mouse icon. I double click to enter inside the buttons/movie clips but nothing happens. This happens to existing movie clips and buttons on the page and even when I create new ones. I really don't wanna have to start this website again.
View 1 Replies
Jun 23, 2011
When my focus is inside the input text field, pressing CTRL+ENTER works but ENTER does not.Pressing Enter when my focus is anywhere BUT the input text field works just fine..My intention is to detect if ENTER key was pressed after the user fills out the field, but it seems to only work for CTRL+ENTER
ActionScript 3:
// works:
stage.addEventListener(KeyboardEvent.KEY_DOWN, enterHandler);
// ignored:
email.addEventListener(KeyboardEvent.KEY_DOWN, enterHandler);
[code]....
ENTER results in charCode == 0, whereas CTRL+ENTER is charCode == 13 email was created using the Text tool and set to "Editable"
Note: I am testing in Chrome and Firefox running Flash v10
View 1 Replies
Nov 30, 2010
I am working through the Adobe Flash Professional CS5 Classroom in a Book.The exercise is to enter TLF text onto the stage, when I do so all I get is a blue outlined box that appears in the upper left corner of the stage. I do not get a text cursor.When I open the supplied reference file for that chapter it also shows a number of blue outlined boxes, all in the upper left hand corner of the stage. When selected the properties manager indicates they are TLF text.
View 1 Replies
Sep 7, 2009
So, I'm trying to call the function with the enter key. The function is to examine text inputted in an input text box then return "good job"(if the text was correct) or "try again" (if not) in a dynamic text box.
The problem I have is it returns "try again" as soon as I start typing. Anyway to resolve this?
Here is the code
ActionScript Code:
txtyour.addEventListener(KeyboardEvent.KEY_DOWN, textHandler);
function textHandler(event:KeyboardEvent):void{
if (event.keyCode == Keyboard.ENTER && txtyour.text == "your") {
[Code].....
View 6 Replies
Aug 8, 2010
I need to Enter text to movie clip frame, by clicking into "input Text" box .
[URL]
View 2 Replies
Dec 15, 2009
I have a input textfield 200x150 where customers can write their address.
Problem:
Address is written like:
Avenida de presidente
Calle no 2
How can the line break be recognized in the Text field, so the text arrives in the format as written? The text field also has a >restrict<, it does not allow
View 6 Replies
Jan 8, 2011
When I'm typing and press enter I expect a new line to be created, but instead the text goes to the very beginning and writes over what I've already typed. Does anyone know what setting is causing this?
View 2 Replies
Jun 15, 2011
The input fields are a 'Classic Text' input field, and part of a Flash app I made last year for a client. The Flash was made with Flash CS4 on a Mac OSX 10.4, and was published last year and has been working all year.At some point recently I upgraded to Flash CS5 (this time on a PC), and I also had to re-compile the Flash app for a miscellaneous reason (a new image in the app). I left the publish settings alone (Flash 9, AS3) and re-published the Flash and put it up live. As far as I can tell everything was fine.Now the client is coming to me saying they can't enter numbers on the input fields, only letters !!!Aside from the transition to CS5, or an upgrade in Flash Player in the browser, I can't think of what else would cause a problem.
In troubleshooting this, I did notice for the first time the feature of 'TLF Text'. I have never used it, but when I copy the form MC to a test file and run it with TLF fields, they accept all characters including numbers. When I switch a field back to Classic Text, I can no longer enter numbers.
View 5 Replies
Oct 22, 2010
I have an arrow which I can control with the UP and DOWN keys. They move to a specific y coordinate when I press the arrow keys. What I want is when the "play" text is "selected" by the arrow to go to a frame called "levelone". But I can't make it work This is my current code:
Code:
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
[code].....
View 2 Replies
Apr 2, 2003
I start to learn actionscript and I wonder how to enter mc position to dynamic text...
so, what I need to write instead of "mouse" in this code:
xval = _root._xmouse;
for get the ball position? (I give the ball the name "ball")
View 3 Replies
Apr 30, 2006
Is it possible to do not allow pressing 'Enter' key? I'm using my_text.restrict property.
View 4 Replies
Aug 20, 2007
I'm creating a Flash instant messaging application (through XMPP protocol) and run into a problem. It isn't that important but I was quite upset that I wasn't able to solve it and I want to know if their is a solution =D
I have a TextArea chat input and a button to send the text, the TextArea is multiline and so captures the Enter key to jump one line... What I need is to send the message with the Enter key and jump with a Ctrl+Enter combination... My ideas were to disable the bubbling of the Enter key, trap it, and then manually assign the Ctrl+Enter combination to jumping the line in TextArea but couldn't find how to do all this...
View 3 Replies
May 12, 2009
If I have an input text field on frame 1 and I enter text in it then I have a button that say sends me to frame 2. On frame 2 I have a button which sends me back to frame 1. Why when I got back to frame 1 is my text not shown?Why does an input text field go blank when leaving the frame? How can I make it so when i enter text on frame 1 and then go to frame 2 and then back to frame 1 the text i entered is still there?
View 7 Replies
Apr 8, 2010
I am using CS4 AS3. I have a dynamic text box and need to dynamicall enter multiple lines of code into this box when a button is pushed. I've entered the code as indicated in one of the tutorals but I keep getting an error "1095: Syntax error: A string literal must be terminated before the line break.[code]...
View 1 Replies
Jul 31, 2009
i have input text box i want user can enter only number between 0 to 255. if tries to enter greater number thar 255 then it show previous one e.g user entert 64 and then 6, in that case only 64 shown in text box .
View 4 Replies
Aug 7, 2009
I'm having troubles with textfields. I have numerous textfields on the stage but it's happening to all so I'll just describe one.Lets say I have an input textField named that I restrict to allow only numbers 0-9:inputText_txt.restrict="0-9";That all works fine.THE PROBLEM:When I select the field (which initial value is set to "0") and hit delete it clears the field and if I press ENTER it will accept that as a value.I've tried this code to say if it equals " " then to not save the file....
if(inputText_txt.text==" "){
trace("."+inputText+".");
}
[code]........
View 3 Replies
Aug 31, 2010
I am having the text, which i am able to enter text into it when I go to full screen Not able to enter
View 1 Replies
Oct 21, 2011
I need help with a project asap. I am new to AS. I need to be able to change from each text box by use of arrows,tab, and enter keys. Also, the user inputs a number into the textbox and from there I am checking to see if it is the correct one. It is telling me too early that it is wrong before I input.
View 0 Replies
Jan 31, 2007
how do i make a text field that u can only enter numbers? nothing will happen if u type something other than a number.
View 6 Replies
Feb 17, 2009
I tried to create a input text that asks the user to enter a value then i wanted that value to be compared with another var by an if statement but when it gets to that part it always goes to the else condition. I did check the values by making the flash view, they are the same but its still not running as i want it to.
anyways ill leave you with the code :
variables:
btn: a button i created
maq: an empty string that stores the value of the input text
GPA.text: name of the input text
V3: is just a dynamic text to let me know if the condition is met or not
Code:
stop();
btn.addEventListener(MouseEvent.MOUSE_UP,checker);
function checker(Event:MouseEvent):void
[Code]...
View 3 Replies
Mar 17, 2009
When the user hits enter, their input is to be compared to an existing input, then stored if there is no match. The problem is, the file is storing the "enter" key as well, so the database input looks like this:
word/r
instead of just
word
Code:
//user presses enter to enter their tag
stage.addEventListener(KeyboardEvent.KEY_DOWN, checkTag);
function checkTag(evt:KeyboardEvent):void {
[Code].....
View 6 Replies
Jan 26, 2012
I'm pretty new to AS 3. I've been tasked with converting an online calculator from AS2 to AS3 and am having trouble figuring out how to get one of the functions to work. There are several input fields, restricted to numbers, which are ordered by tabIndex. When you enter a value and hit the 'Enter' key, it deletes the numbers the user just typed and focuses in on the now blank text field. What I need it to do is focus on the text field, and instead of deleting the text, select it.
Code:
txt1.tabIndex = 1;
txt2.tabIndex = 2;
txt3.tabIndex = 3;
txt4.tabIndex = 4;
txt5.tabIndex = 5;
[Code] .....
View 2 Replies
Feb 19, 2010
I want to catch the enter key press when the user is filling an input text field in AS3.I think I have to do something like this:
nputText.addEventListener(Event. ? , func);
function func(e:Event):void{
if(e. ? == "Enter"){
[code]....
View 3 Replies
Oct 24, 2011
i have a tlf text input in stage,i want dispatch ahndler for this object when enter key in press, but i can't do this
import flash.events.KeyboardEvent;
import flash.ui.Keyboard;
import flash.display.Sprite;
tlf.addEventListener(KeyboardEvent.KEY_DOWN,handler);
function handler(event:KeyboardEvent)
[Code]...
View 2 Replies
Jul 12, 2010
I have taken over an old project of a registration page after a short quiz and for some reason it is not possible to enter special characters in the text input field. example: @ but it is also not possible to enter a y or a capital W and some others. I have not found any thread or google infos on this problem and am short of reprogramming the whole thing in as3 which is very tedious because the whole site is still running as2 and we do not have time nor money to update.
View 2 Replies