Trying To Create Simple Fill-in-the-blank Form

Jan 24, 2011

I'm trying to create a very simple flash:An input text field, in which the viewer is to enter a simple word (in this case, let's say the word is "earth.") Beneath this text field is a button.When the button is clicked, flash should detect whether the user entered the word "earth"- if they entered "earth", they get sent to frame 2 of this movie. If they typed something else, then they get sent to frame 3.Now, this should be pretty simple, but every attempt I've made has failed, and every search for a simple tutorial/example of how to compose the script meets with no results. Currently, this is the script I put on the button (The input text field has been given the instance name of "answer_1"):[code]

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Create A Simple Multiplication Grid Where Children Will Fill The Grid?

Oct 9, 2009

I need to create a simple multiplication grid where children will fill the grid. Its an empty grid at the begining, when they start the time start as well.Its a grid of 10 x 10. when they enter the last number, the grid should show what they did wrong and the time they spend. It's an idea of how it could work but if anyone has something that looks like this.

View 6 Replies

IDE :: Fill In The Blank Interaction?

May 29, 2009

The following are two screenshots of something I'd like to create:

Notice how each 'blank' is a drop-down menu. If a user selects the correct one the text in the drop-down becomes green and a box appears at the bottom that tells them they got it right. As soon as they go to select a new one the box disappears and re-appears with a message saying either they got the next one right or wrong. If they get it wrong it turns red. There is no backend data that needs to be processed; it's just the interaction I want to create.

how I might go about doing this in Flash/ActionScript?

I know how to create the interface itself I believe with the drop-down component but I have no idea how to program this.

View 7 Replies

ActionScript 2.0 :: Fill In The Blank In Numeric?

Sep 7, 2003

i'm doing a new mathematic fill in the blank quiz application and the details are as below.ample:When i type in any answer like 0015, 015, 15.0, 15.00 should be acceptable and absolute to 15. So, what should i do

View 3 Replies

ActionScript 2.0 :: Fill In The Blank Areas With Specified Colors?

Oct 23, 2006

A new method is dynamic fills. Say I have a drawing that is only outlines (and located in it's own movieclip)... is there a way to fill in the blank areas with specified colors? Here is an example:

This must also leave the black stroke untouched.

View 7 Replies

ActionScript 2.0 :: Removing Punctuation From A String In A Fill-in-the-blank Quiz?

Apr 16, 2010

I'm creating a fill-in-the-blank quiz in AS 2.0 and would like to make the comparison between the correct and submitted answer a little less harsh during the comparison. The quiz actually consists of memorizing a sentence or two from say a poem and I'd like to not include any errors of punctuation due to a misplaced or missed comma, exclamation pt or period. as long as the spelling is good then the user should get the correct answer. Below is a little snippet:

[Code]...

View 1 Replies

Actionscript 2.0 :: Create A Simple Flash Contact Form For Flash Website

Mar 31, 2009

I wanted to create a simple flash contact form for my flash website. I went through Lee's tutorial on how to create the contact form and PHP file to go with it. I've uploaded everything to my server and tested the form. My flash form consists of Name, Subject, Message, and Email fields. When I receive the email all that comes through is this with none of the actual message that was written IN the contact form:

Name: Subject: Message: Email: The 'From' field is also blank. I don't know if my problem is with flash, my PHP code, or with my server. Can someone take a look at this and tell me what's wrong? I can't seem to find any errors from Lee's tutorial with my code or labeling.

[Code]...

View 5 Replies

Flash :: Professional - Crashes When Add In A Multiple Quiz Or Fill In The Blank Quizes From The Common Libraries

Mar 19, 2010

When I try to add in a Multiple Quiz or Fill in the Blank quizes from the Common Libraries, nmy flash crashes.

View 11 Replies

Professional :: When Publishing A Simple Jpeg It Displays Blank?

Oct 19, 2010

I am creating a simple logo and I am trying to publish a jpeg. when I view the published jpeg its blank.. same on the gif.

View 3 Replies

Actionscript 3 :: Fill Form Pdf With Flex?

Dec 19, 2011

I'd like to fill a pdf form with flex. Data are on my air application and I want to use those to fill a pdf file store on my computer.

View 2 Replies

Simple Flash Form Variable - Collect Data From A Form, Then Pass That Data To An Asp File?

Oct 19, 2009

I am trying to create a simple form using Actionscript 3 that will collect data from a form, then pass that data to an asp file. I have attached the following code to the submit button,but this is not working.I'm not sure if I have to add anything else and I don't understand why this is not working. I'm trying to load all the variable info into one variable called email form.

submit_btn.onRelease = function() {
var emailform:text;
emailform.email_txt = email_txt.text;[code]......

View 1 Replies

ActionScript 2.0 :: Contact Form Returns Blank Mail?

Dec 23, 2009

I have made a contact form with PHP having 3 fields. (name,email,message)

When i upload it to my server it works just fine . Every mail i send with the contact form comes to my mail excellent.

But when i upload it to my client's server it doesn't work. The mail seems to the viewer that it was sent but the mail i get is blank of all fields.

The code that the send button of the contact is this :

Code:
stop();
var senderLoad:LoadVars = new LoadVars();
var receiveLoad:LoadVars = new LoadVars();

[Code]....

View 9 Replies

ActionScript 3.0 :: Coding For Static Fill-out Form

Apr 6, 2011

I am creating in Flash CS4 (AS3) a static fill out form for a website that I am involved in. The questionnaire helps to determine whether a person is suseptible to drug and alcohol abuse with either a postive answer (not likely to develop substance abuse) or a negative answer (likely to develop substance abuse)There are six questions on this form that MUST be answered either yes or no.I have created the form with all art and buttons and it is ready to implement in Dreamweaver but need the scripting to make work.The six YES buttons are assigned instance names of cb1, cb3, cb5, cb7, cb9 and cb11.The six NO buttons are assigned instance names of cb2, cb4, cb6, cb8, cb10 and cb12.When the participant answers all six questions either yes or no they will hit a Submit button (with an instance name of submit) that will direct them to a new web/flash page with appropriate answer.

If the participant answers TWO or more questions with YES and hit submit they will be directed to a new page/doc in the website with the negative answer.If the participant answers ONE YES and hit submit they will be directed to a new page/doc in the website with a positive answer.If the participant answers ALL NO and hit submit they will be directed to a new page/doc in the website with the same positive answer as answering with ONE YES response.I assume this is a very complex coding problem. I am a beginner/intermidiate flash person with extreme novice understanding of coding. I know what stop(); does in AS3 and understand simple clickTag coding etc.

View 1 Replies

Actionscript 3.0 :: "fill In The Blank" Quiz - Getting Errors?

May 11, 2009

I am creating a game, where you type in the answer in the answer box, and click "go" to get to the next level. I have been playing around with some code,but I keep getting errors, and everything I have tried is not working.Here is the basic code I have been playing with (without any of my changes):

questionOneInput.txt.addEventListener(Event.CHANGE, compareQuestion1);
function compareQuestion1(e:Event):void
{[code]....

View 1 Replies

Flex :: App To Load A Pdf Form In Flash, Fill It And Download As Pdf

Mar 2, 2011

I'd like to write a simple flex app that works like the [URL] service. (you can try it without registering at [URL]

Here the steps I need to implement

1) User upload a pdf form

2) The form is converted in a a flash form

3) User fill the form (using a flash app)

4) User download the filled form as pdf document

Does anybody have some advices to start ? For step 2 I have found many pdf to flash converter but I need to leave the form editable.

View 1 Replies

ActionScript 3.0 :: Flash / Php Registration Form - Goto Error Page When The E-mail Field Is Blank

Oct 25, 2010

I've created a product registration form for my website and the basics of it work fine, ie when I click submit the info successfully gets e-mailed to me. I'd like to expand the functionality of it, however. As is, I get an e-mail regardless if any of the fields are filled in or not. I'd like for users to be directed to an error page when the e-mail field is blank and a thank you page otherwise. How would I do this? I imagine it can either be done directly in flash or would the php instruct the browser to navigate to the error or thank you page? Key is I don't want the form to be submitted if the email is blank.

[Code]...

View 4 Replies

ActionScript 2.0 :: Put Together A Simple Calculator Form?

Mar 1, 2009

I'm trying to put together a simple calculator form, all it needs is the quantity, the price, and a price total.

View 3 Replies

ActionScript 3.0 :: Making Simple Form In Flash?

Feb 9, 2009

I've been learning actionscript 3 for the past few days and really enjoying it. However I've spent hours trying to find out how to do something very simple in HTML. Say I have a form like this...

<form id="form1" name="form1" method="post" action="http://website.com/form">
<input type="text" name="your-name" id="your-name" />
<input type="text" name="email" id="email" />
<input type="submit" name="submit" id="submit" value="Submit" />
</form>

How do I make it in Actionscript 3?

View 6 Replies

ActionScript 3.0 :: Flash Email Form Send Blank Email

Feb 20, 2010

I've created a form in flash to for customers to send email from the website. I'm using action script 3 - (mailto: ) There are two problems.

1) It doesn't send. A blank email form comes up that the user has to fill out - doesn't work with their email client.

2) How can I get it to validate?

View 2 Replies

Actionscript 3 :: Use Flash Document Class Only For Simple Form?

Dec 19, 2010

I'm very beginner in Flash. I'm trying to use document class only. I created a textBox and setting some value with

textBox1.text = 10;

When running, the stage flickers.How can I avoid this flickering effect without using code in timeline but only in document class ?

Update: Would like code in both cases:

all programmatically (no objects on stage at design time)put elements on stage with no actionscript in timelines and control them in document class with actionscript.

View 2 Replies

ActionScript 2.0 :: Simple Order Form That Calculates Total?

Jan 16, 2004

I am building an order form and here's the basic design:

Layout:
Item - Description - Price - Quantity - Total

Functions:
Print - Send by email

The user types the quantity of items desired and the total is calculated.

My challenge is to build it without dynamic functions.

What I'm missing is the code for typing the desired quantity of items, adding total, printing and emailing the completed form. (Not sure it can be done without php or cfm)

View 7 Replies

ActionScript 2.0 :: Simple Order Form That Calculates Total

Jan 16, 2004

I am building an order form and here's the basic design:

Layout: Item - Description - Price - Quantity - Total

Functions: Print - Send by email

The user types the quantity of items desired and the total is calculated.

My challenge is to build it without dynamic functions.

What I'm missing is the code for typing the desired quantity of items, adding total, printing and emailing the completed form. (Not sure it can be done without php or cfm)

View 7 Replies

ActionScript 1/2 :: Create A Blank Line?

Apr 16, 2009

I have a XML files that is being read in to Actionscript and as it runs the script and collects the results I want it to go to the next line for the next result. I am not sure how to do this. (See code). RIght now it create the items in the list like thisitem1, item2, item3, item4I want the result to be

item1
item2
item3

[code].....

View 11 Replies

ActionScript 3.0 :: Uploading Canvas To Webpage Along With Simple Form Data?

Apr 13, 2011

how would i go about uploading my canvas , and some  form data (name,e-mail, etc) to a php, and how would i retrieve that data on the php page. i looked at the filereference.upload method and it appears that you have to use the browse method first, thus wouldn't work with uploading the canvas. I also looked at the urlloader and it looks like that only gets data into app..

View 1 Replies

ActionScript 2.0 :: Set A Simple E-form That Adds Up Prices And Then Mails Results

Jan 21, 2004

I am new to server side applications and I have been working my brains out on an e-form project.Tried several tutorials and examples that were quite useful in getting me familiar with cfm, php etc. but still can't complete my project.What I want to do: set a simple e-form that adds up prices and then mails the results. No billing, no credit card security stuff involved, just sending the info to the store manager who will use it to invoice.So far, I have a basic form that adds up the items using static, input and dynamic text fields. I also have a simple e-mail form. They both work fine but I need to combine the two. Somehow incorporate the e-mail functions to the "shopping kart" form and email them.

View 1 Replies

ActionScript 2.0 :: Set A Simple E-form That Adds Up Prices And Then Mails The Results?

Jan 21, 2004

Tried several tutorials and examples that were quite useful in getting me familiar with cfm, php etc. but still can't complete my project.What I want to do: set a simple e-form that adds up prices and then mails the results. No billing, no credit card security stuff involved, just sending the info to the store manager who will use it to invoice.

So far, I have a basic form that adds up the items using static, input and dynamic text fields. I also have a simple e-mail form. They both work fine but I need to combine the two. Somehow incorporate the e-mail functions to the "shopping kart" form and email them.

View 1 Replies

ActionScript 3.0 :: Create A Blank Container Movieclip?

Nov 15, 2009

This seems like a really nooby question to me, but it was a lot easier in AS2. How could I create a blank container movieclip in AS3? I tried stuff like Code: var container:object = new Object(); And using movieclips and stuff instead of objects, but it didn't work. Also, is there a way to loop through the stage to find every movieclip that it contains? My snake game is currently, for lack of a better word (or perhaps attention span in English) un-re-playable.

View 2 Replies

ActionScript 3.0 :: Creating A Simple Contact Form With Basic Validation Needed.

Mar 31, 2011

I have created a small application with three different slides.

-one at frame 1 which acts as a Home page
-one at frame 2 which acts as a Gallery page
-one at frame 3 which acts as a Contact Page

On the contact page i have the following 'skeleton' code.. which i have to follow..[code]i need basic validation such as text lentgh, and also correct email format (i.e. containing a '@'

View 2 Replies

ActionScript 2.0 :: Create One Box With 4 Lines And Without Fill?

Dec 20, 2004

im newbie here and in AS, and dont speak english very well :$ ..

i want create one box with 4 lines and without fill.... i have no idea to do this...

using line tool to do this, the lines rise when i apply the resize script..

View 7 Replies

ActionScript 2.0 :: Dynamically Create One Box With 4 Lines And Without Fill

Dec 20, 2004

i want create one box with 4 lines and without fill. using line tool to do this, the lines rise when i apply the resize script..

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved