ActionScript 2.0 :: Make A Simple "match Following" Activity For Students?
Sep 22, 2005How to make a simple "match the following" activity for students? there should be draggable line.
View 2 RepliesHow to make a simple "match the following" activity for students? there should be draggable line.
View 2 Repliesi'm new to flash AS3. I am trying to create an drag drop activity where the user can match words and meanings by dropping and dragging into the right space. At the moment I want to create multiple drop areas for the boxes. At the moment they will only fall within their own target area - also only the boxes move and not the text. How do i create mutiple drop areas for the words and meanings?
[Code]....
I have tried creating 4 variables with arrays with random values where there are no two variables with the same value at the same place in the array. For example, if the 27:th value in one variable is 3, then none of the other variables must have 3 as the 27:th value.I thought the part marked blue would do it (I have also tried it with the "while" exchanged for an "if").
Code:
var totalQuestions = 50;
var correctAnswers = new Array();
var wrongAnswers1 = new Array();[code]...
It seems there are lots of topics close to this, but none with answers. I have attempted to complete the Dinner Menu sample example in Flash 8. I finally got ti to work but the columns do not match the order of the items in the XML document. I cannot find an answer to this problem anywhere on the internet so far.
View 3 RepliesI have been looking for a tutorial or thread to help me figure this out. I am trying to make a site that when the browser is resized the objects in the site either resize or keep their position and stay visible. The link below is an example of exactly how I want this to work.[URL]...
Im working in AS2, and Im not sure if this can be done in flash alone or needs to be done in html or a combination of both.
This is more of a database design issue but almost everybody here uses database integration with their apps so I feel it is important. I am integrating AS3 + mysql + php and need to clear up the database design for multiple students results in various activities. Developing an online e-learning course with a "dashboard" or teacher control panel with all kids results in each activity. I have read the database design rules by Codd etc... understand the need for parent and child tables so information is relational and not duplicated etc... BUT I am not sure how to design the results part. Various students do various lessons with 10 activities which each give a mark out of ten. The table would be updating every few seconds as 10,000 users would be online at the same time
1. Would I create a results table with all the students results going in the same table ie: Tom would be the first row
[Code]....
I'm trying to create a very basic player for my very basic site.
View 3 RepliesI need a basic calendar that shows the current month the user views it. Then, I need certain dates on that calendar just to be highlighted into a color, red. The dates that are red, I have ready in a simple array in the format:
array= "01, 05, 12"
I'd like to make a simple button that pops out (nicely animated) on mouseover to about 300% it's original size. You can se the button I want to animate here - it's those little buttons some of which are shaded. I want to make them more visible...
View 1 RepliesI am trying to make a simple movie to run only once.I have put an actionsscript in the very last frame:
var i :int;i = i + 1;if (i==2){ stop ();}
trace (i);
but it keeps looping.The final .swf has to run from within Acrobat 9.
I need a simple counter (in Action Script 3) to tell visitors to a website, since you opened this web-page... X number of babies have been born worldwide.
Where X is simply an ever-increasing number. Say that there are 200,000 babies born everyday throughout the world, then I want the counter to increment...200,000/(24X60X60) = 2.315 per second
I am trying to make a very simple XML gallery.I have found this tutorial and downloaded the source files.[URL]I have made some changes to the codes so the thumbnails can be clicked while the big image is loaded on the stage.
here is the code:
ActionScript Code:
import fl.controls.ProgressBar;
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
[code]....
what do I need to do so the images will load one by one?
I need to know how to make a simple stopwatch, so that the time is displayed in a dynamic text box. with stop and start buttons. and the format of the time in "minmin:secsec:millamilla"
View 11 RepliesI want to make a simple animation. It works for two or three times, but after that everything goes wrong.
PHP Code:
globe.buttonMode=true;
globe.addEventListener(MouseEvent.ROLL_OVER, move_in);
function move_in (e:MouseEvent):void
{
[code]....
I know that this might be a silly question but unfortunatly I can't figure out the answer for it! Well basically it's about getting a self-made background (or horizon) in an animation...THIS is a good example of the background I mean... Can someone please clarify to me how this is done? I tried the brush and bucket with different transparencies and strokes but I can't get it right
View 1 RepliesAfter 2 days of trying, I was finally able to make a simple scrolling text with the up and down arrows. It is functioning fine, but it scrolls line by line which is kind of cumbersome. I want it to scroll smoothly until the mouse is released. May be some scripting. But I am almost at 0 point when it comes to action scripts.
View 4 RepliesI've searched everywhere online, and can't find the help for this!
I've found some videos, but they did not seem to offer any sort of help for me.
I still cannot for the life of me figure out how to take 3 images, and make them into a simple walking animation and to convert that to one symbol.
Can anyone offer their help to me please so I can get my project going?
I'm using CS4, and all articles I can find are of the older versions of flash.
I am getting familiar with the Flash animations I am trying to make a simple animation within the text input area i.e.
1.FAN BASE
2.FA NBASE
What I want is the letter N to move slowly towards letter B.I have done motion tweening but it doesn't work -either the whole text is moving left right or the letter N is simply skipping to the second position without smooth animation.( there's no error on motion tween by the way)
I open up Flash CS5 and make a simple INPUT TEXTFIELD. I run the program, and I can't even use all the characters. It is under ARIAL font. This is literally destroying my soul. Look, if I want to embed fonts, I will embed fonts like in CS4. What is the crazy idea that now we have to embed every font we want to use? Is that how this is going? If I want to use ARIAL, I literally have to embed it? Did APPLE get their hands on Adobe developers and do something seriously this sick to the CS5 world?
I want to make simple input textFields like in the past, without having to embed fonts.
I want to make a nice and impressive flash e-card,
View 1 RepliesMake a simple Multiplayer game (Java server, AS3 client) and i was wondering, how would i get people to be able to select their clothing?
Im going to have the data stored in a database, but i want to know, how would i go about keeping a shirt/pants/shoes of each colour and merging them (For each character's combination) to create a new movieclip (username_figure for example)
I have a simple flash site here [URL] I need to make the products button show a drop down menu on rollOver that oversteps the items bellow it and contains 4 su bmenu items. Now I managed to hide the buttons bellow and show the new ones, but when I move the cursor away from the Products button the sub menu disappears. I want to know how to make the sub menu stay there until the cursor is moved away from it and not away from the Products button
View 1 RepliesI boggled with this simple script.This script is on the MC. Everything works except the last onRelase function which just won't go to "disable". If I change "disable" to "fadein" it will work. Please see the attached timeline pic to get better idea and please do let me know what I'm doing wrong.[code]
View 14 Replieshow to make simple preloader & how to place it in the frame.And also tell me that how to create the content parts later.
View 1 RepliesI'm a MA student and I'm trying to make a simple theremin in Flash. Can it be done and has anyone made one before?
View 1 RepliesI'm trying to make a simple MP3 player for a music website: one singer, several song... how to make a mp3Player with a playlist loading from XML file?
I could make a video player using FLVPlayBack with playlist from XML File in a List Composant, but i can't do the same think for audio file, using MediaPlayBack?
You know those paper flipbooks you would have as a kid where you would flip the pages and it would like like a moving image? How cartoons are made? I need to make that on the computer. I have a series of jpeg that I want to cycle one after another every second or so.
View 3 RepliesI've been working with Photoshop for years but recently started using dreamweaver to build sites.I want to make a flash intro for the site I am currently working on and have never used Flash before.I am looking to make a simple flash intro with no buttons and have it automatically cycle through the images I have.I'm looking for a tutorial to make an intro like the one on this page: http:[url]....
View 1 RepliesI need to make or buy a template for a simple flash game for a clients website. It has to be legit to buy. It is about 5 pages long. You are asked a question, you select a radio button for the answer to the question, it compiles all your answers and gives you a result.I know flash pretty well but ccording to budget and time.it is best not to have to experiment.
View 2 RepliesI am trying to make a simple button that opens a webpage.This error comes up and I don't know where I'm going wrong...
1061: Call to a possibly undefined method addEventListener through a reference with static type Class.
(it says it's line 6 which I have highlighted in red)
<<my actionscript code is below>>
import flash.events.MouseEvent;var getPage:URLRequest = new URLRequest("http://www.google.com");
//---B Button---\
[code]....