IDE :: Create A Program To Allow To Pick Out Of 3 Movies?

Mar 6, 2010

I've just started learning Flash and i'm looking for some help.I'm trying to create a program to allow you to pick out of 3 movies, select a day and time, how many people will be watching the movie and then show all the information.

I'm looking at having around 7 frames.My problem is that one of my buttons isn't working, I can't understand why as it is the same code (with the correct parts changed) as my other buttons which are working perfectly.

[Code]...

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Create A Flash Game Whereby There Will Be 6 Pick Up Line Voices?

Jan 17, 2011

I need to create a flash game whereby there will be 6 pick up line voices and you need to match the voices to the faces of who you think the voice belongs to. Do you know any tutorials of this nature.It also needs to calculate score.

View 1 Replies

Professional :: Create A Flash Program That Uses It's Own Code To Send And Create Images?

Sep 29, 2010

I'm trying to create a flash program that uses it's own code to send and create images. Each square has a colour and that colour gets added into the array. A black, then grey, then white is:

filecode = ["Bl", "Gr", "Wh"];

That works fine, but when I try to paste it into an Input text box it will only fill in the first part of the array.

filecode = ["Bl,Gr,Wh"];

So the program has NO idea what I want.The only ways I can think of fixing this is by putting in 402 text boxes to suit every box...But every one of them needs a Variable Name.Or by sending the information straight into the array. But this way you are just looking at what you just drew, and that is not at ALL practical.

View 3 Replies

Create A Flash Program That Can Be Run On Facebook?

Apr 17, 2009

im trying to create a flash program that can be run on facebook. they require that the version be 9.0.115. how do i make sure the swf file i publish is this version? im using adobe flash cs3 proffesional

View 1 Replies

Actionscript 3 :: Create Command Line Program With Air 2?

Jan 16, 2010

Is there any way to create an Air 2 program that runs just in the command line? (no windows, no gui, etc)

Something similar to Windows Ping program. It would accept arguments and then output std out.

View 2 Replies

Professional :: Create A Simple 'prize Draw' Program?

Aug 23, 2010

I'd like to create a simple "prize draw" program that randomly selects a name (or number) from a list of names, I'd like it to be my own custom version. For a programmer this is probably the easiest thing but I'm new to programming (beginner), don't eve know if I'm in the right subcategory (flash).

View 1 Replies

Flex :: Create Multiple Processes In Adobe Air Program?

Nov 28, 2009

How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok for me)

View 4 Replies

Actionscript :: Create An XML Of Several Images (positive And Negative) But Can't Find A Program That'll Do That For Mac OS X

Jun 2, 2010

I have an object that I want to be able to recognize in AS3.There's a port of OpenCV for AS3 already, that works with Haars cascades, so now I need to create a cascade of my object.

From what I've read, I'll have to create an XML of several images (positive and negative), but I can't find a program that'll do that for Mac OS X.

Is there anything I can use that'll generate that XML on Mac OS X?

View 1 Replies

ActionScript 2.0 :: Create A Program Using Random Motion Of Two Movie Clips?

Mar 24, 2004

I am trying to create a program using random motion of two movie clips and uses hitTest to determine whether the two objects collide with each other.

I've gotten hitTest to work with the original movie clips, but when the user loads more movie clips (via a button and duplicateMovieClip):

[Code]...

View 1 Replies

Actionscript 3 :: Create A Flash Program With Consistent Performance Across Multiple Machines?

Jun 17, 2011

I want to create a flash program that tracks mouse and keyboard biometrics such as mouse movement speed, click rate, length of keystrokes and so forth. How can I ensure that if a user duplicates his/her actions across multiple machines with varying processor speeds I will record the same data?

View 2 Replies

ActionScript 3.0 :: Add An Exit Button Onto Program So When Its Clicked It Exits The Program Completely

Nov 4, 2008

Im trying to add an exit button onto my program so when its clicked it exits the program completely.. I've tried some of the suggestions on the forums but they arnt working. what I have been using and its not working..

// CLICK to Exit
exit_Btn.addEventListener("mouseUp", goExit);
function goExit(evt:MouseEvent) {
fscommand("quit");
};

View 9 Replies

ActionScript 2.0 :: Start An Unrelated Program (such As Window's Media Player) From Inside Of A Flash Program?

Sep 29, 2010

Is there a way to start an unrelated program (such as Window's media player) from inside of a flash program?

View 2 Replies

Actionscript 3 :: Create Interactive Flash Movies?

Aug 15, 2010

I want to create interactive movies using flash technologies. Do I need to buy a program from adobe to be able to create my flash movies or there are some free software that I can use? I would prefer something for Linux (Ubuntu).

ADDED: I need to program in "actionscript" and I would like to know what programs can I use to compile my code.

View 3 Replies

ActionScript 3.0 :: Create And Delete Empty Movies?

Dec 11, 2009

I am trying to create and delete empty movies that I can load external .swfs into. While the below works if I get rid of

var currentLoaded = "my_loader" + myNum;

I can't work out how to dynamically name the empty movies, as the below just comes up with errors. I'm pretty new to AS3 and stuck. Any ideas?

var myNum = 0;
var currentLoaded = "my_loader" + myNum;
function loadNew (myNum){

[code]....

View 1 Replies

ActionScript 2.0 :: Create A Series Of Rotating Movies?

Oct 17, 2003

I want to create a series of rotating movies, ad style that are a bit of animation accompanied by music. All of the movies are loading into a dummy movie which works fine. My problem is this, I want to have it so that if the user turns the music off in any of the external movies that are feeding into level 0, that the music off/on setting will carry over to the movies which follow.

Now I'm assuming that this can be done w/ variables but I'm not quite sure of the syntax.

View 1 Replies

ActionScript 2.0 :: Program A Timer For A Typing Tutorial Program?

Mar 24, 2003

I need to program a timer for a typing tutorial program. It needs to go to 5 minutes. When the timer gets to 5 minutes the movie has to go to frame 13 which displays the results of the typing test.

View 1 Replies

ActionScript 2.0 :: Create Two Separate Movies (that Links) Or One Big Movie?

Feb 11, 2002

I want to create an animated introduction movie which will then go to my main site. Is it better to create two separate movies (that links) or one big movie?

View 3 Replies

ActionScript 2.0 :: Create A Movie With Buttons That Load External Movies And Works Seamlessly?

Nov 18, 2007

i used kirupa's [URL].. tutorial to create a movie with buttons that load external movies and works seamlessly.

my problem is that i want to do the same thing on the external movies that are loaded so to be able to load new external movies on top of them. it does not work and i know its because of the _root script that gets messed up when a new movie is loaded. it has to become _parent or smthing but i can't seem to be able to make it work..

View 4 Replies

ActionScript 1/2 :: Sound Linkage When Loading Movies Into Movies?

Jan 16, 2007

I have an intro.swf file that is basically a movie with sound that is exported for actionscript but not exported in the first frame. I just stuck it in a movie on my timeline and it works great and the preloader works because it doesn't load the sound before the preloader. I use :

musicSound = new Sound();
musicSound.attachSound("music");
musicSound.start();
to play the sound in intro.swf.

However, now this intro.swf gets loaded into an index.swf and everything works fine and the sound plays as long as I have the sound included in BOTH the intro.swf and the index.swf and the sound is exported on the first frame in the index.swf. I was hoping I could remove the sound entirely from my index.swf since it already loads into the intro but so far

View 9 Replies

ActionScript 2.0 :: Creating Reverse Rollover Movies Within Movies?

Oct 25, 2005

I have been having trouble creating a movie clip with a reverse rollover effect within a movie which has a reverse rollover effect. that sounds confusing

In essence I wish to create a panel that rolls out on rollover and rolls back in reverse when the you rollout. I have done this using this script

[Code]...

However I wish to make movies within this movie that have the same effect on them. But when I create another movie or button within this movie it is not registering on rollover. I guess because the script on the main movie overrides it?

View 2 Replies

Actionscript :: Connection From Program To The Server Using XAMPP Server And Program In Flex?

Oct 26, 2010

i have the following code ]

[Code]...

but no connection established what is the reason behind not know help required and one more thing XAMPP is installed in D: drive.

View 1 Replies

ActionScript 3.0 :: Create A Flash Viewer / Which Will Load Various Other Flash Movies

Oct 11, 2009

I am trying to create a flash viewer, which will load various other flash movies. The viewer will be in the root directory, but the flash movies it will load are a few directories deep. Those movies access various sound clips that are in an audio directory relative to each swf I want to load.[code]It seems that when I load one of these movies into my viewer, the loaded movie is looking for the sounds in an audio folder in the root directory, and not relative to the swf I loaded. Is there a way to set this? I would rather not have to make the changes in each of my other movies to use the absolute path.[code]

View 2 Replies

ActionScript 2.0 :: References & Movies Within Movies?

May 24, 2003

I am creating a calendar and only one part isnt work. That part is the movie (mc_nav). I have the mc_nav movie on each month's stage. The buttons are named correctly since I used normal modes reference thingy to double check the references. I am trying to have it move to the next frame in the movie, or back, or to the 3rd frame etc. The first section (NAVIGATION BUTTON LINKS) works fine. It is just when I try to navigate on the Scene 1 stage, from a movie within a movie, that the trouble arises. Each of the month movies (mc_sep, mc_oct, etc) have mc_nav placed on them. Then the month movies are placed in Scene 1 on each of their respective frames (mc_sep = 4, mc_oct = 5, etc). When testing the movie and I am sent to any month page, the navigation (mc_nav) wont work. The syntax according to the flash debugger is correct. The action script goes all the way through to the last frame (13) and the stop(); command is set to stop the movie at frame 3 (the splash page).

[Code]...

View 2 Replies

ActionScript 2.0 :: [MX] How To Pick Up A Variable

Jan 27, 2003

I have a button in _level15 setting a variable (panel). I have a button loading a jpg,through loadmove, into a target. The variable is the name of that target.If I don't use the variable, here is the code I use:

on (release) {
loadMovie("../dodge/aarp1.jpg", _root._level40.panel1);
}

[code].....

View 8 Replies

IDE :: Loop Does Not Pick Up Movieclips?

Oct 16, 2009

I've got a movieclip(we'll call this "A") on my stage, which attaches another movieclip("B") into itself. So it's nested.Now, once this movieclip("A") has attached the other movieclip("B") into itself,It uses a "gotoAndStop()" to send the frame of movieClip("B") to the right frame, eg. frame 2. Then it runs a loop which checks for all movieclips in "B" and populates an Array.The script I'm using for this is :

Code:
for (var i=0; i<h.numChildren; i++) {// This loop is suppose to populate my "bitArray" Array with all of the attached clip's childclips
if (h.getChildAt(i) is MovieClip) {[code]....

if there were 22 MovieClips on frame 2 in movieClip"B" , this code would still be able to populate my array with all 22 clips right?It doesn't. For some reason, if there were 22 clips, then out of the 22, the loop would only pick up 9. However, doing a trace with numChildren() in movieClip"B", it would still show 22. But my array would only show 9.I've attached a sample fla, I think it would explain my problem a lot better.Once you run it, it should spit out an output telling you how many movieclips in the attached movieclip, and it'll tell you how many clips it pushed onto the array.I can't seem to get the number of movieclips in my array to equal the number of clips in total inside my attached movieclip.

View 4 Replies

ActionScript 3.0 :: How To Pick Random Movieclip

Oct 20, 2010

but I've spent the last few days trying to find an answer to this seemingly simple question, and no luck. Well, partial luck, but not quite what I wanted.My problem is this - I want to play a random sound when an event happens. In AS2, I used to do this:Actionscript Code:s1 = new Sound();_root.s1.attachSound("sound"+(random(10)+1));s1.start();...where there would in this example be 10 sounds in the library, with names from sound1 to sound10.Now, I want to be able to do the same in AS3. As a temp solution, I've been forced to do a lot of if statements, but that's ugly, timeconsuming and inefficient.I also tried this (AS3):

Actionscript Code:
var soundArray:Array = new Array(new sound1(),new sound2(),new sound3(),new sound4(),new sound5()) var randomInteger:int var selectedSound:Sound function

[code].....

View 4 Replies

ActionScript 3.0 :: Pick Random MC Frame?

Aug 29, 2011

How can I pick random frame from movie clip, so that mc doesn't loop. Movie clip is a symbol. I made symbol defined it as mc, mc contains 4 frames, each frame contains some object.

View 11 Replies

ActionScript 2.0 :: Pick A Random Name From The List?

Oct 7, 2010

I have a script that when the use types in their name, it is to pick a random name from the list. Problem is, it isn't picking random exactly I get a lot of repeats and sometimes it just comes up undefined.

Here is the script

if (combobox.getSelectedIndex() == 0)
{
txt2.text = "Female Name";
female.play();

[Code].....

View 0 Replies

ActionScript 3.0 :: Way To Pick Random Sound

Oct 20, 2010

I've spent the last few days trying to find an answer to this seemingly simple question, and no luck. Well, partial luck, but not quite what I wanted.

My problem is this - I want to play a random sound when an event happens. In AS2, I used to do this[code]...

View 5 Replies

ActionScript 3.0 :: Random Pick From XML File

Dec 17, 2010

i got an XML File with a set of variables which should be chosen randomly. Of course, if one data set has been selected, it should not come up again. to solve this, i created an array called blacklist, which keeps track of all the xml indexes which have allready been selected. so, what i'm doing in f_newtarget is randomize a number between 0-42 and check if it on the blacklist. if it is, i trace "double" and want to restart, and if it is not, write the randomized index to the blacklist and move my target to the coordinate given in the XML.

whats not working is when i get a double event. it traces the "double" but does not start to randomize again. i think i know why, cuz the action is only triggered by pushing the button. but in the case taht the randomized number is allready in the array, i want it to automatically re-randomize r until it finds a value which has not part of the array. what do i have to write in order for the code to jump back to where it randomizes the variable r?

or should i write like a whitelist array from which i randomely deduct the indexes? i have a button which holds the code for selecting a new question. it looks like this:

[Code]....

View 7 Replies







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