ActionScript 2.0 :: Make A Specific Thing Happen While Clicking A Specific Button

Jan 17, 2006

What I want is a hint how to make a specific thing happen while clicking a specific button. Like "if I click button 1, do this". Would like to use this script though I'm gonna add buttons over time and this is an easy way to have the functionality working.

Here's the code:

Attach Code

function hitButton(btn) {
btn.onRollOver = function() {
this.colorTo (0xC4006A);

[Code]....

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Make Each Button Go To The Specific Url?

Mar 4, 2003

I have created an infinate menu, given the buttons frame actions, but because you can't have a on release action on the sliding menu I don't know how to make each button go to the specific url. the link is below [URL]

View 3 Replies

ActionScript 2.0 :: Get A Button To Make A Movieclip Go To A Specific Frame?

Jan 13, 2004

What I am trying to do is get a button to make a movieclip go to a specific frame. I have a movieclip that plays a set of frames up to the 100th frame, and then I tell it to go back to and play frame 1 again. However, at about 105, I have another set of frames that I want to play at the push of a button. How would I go about doing this?

View 1 Replies

ActionScript 2.0 :: How To Make Button To Play Specific Sound

Jun 22, 2004

I have a button that is actually a Movie Clip (so I can animate it). I want this button to play a sound. (But this isn't a sound question.) If I have a list of 20 sounds, and 20 instances of this button mc, how can I make it know which sound is being called for? If it were a normal button, each instance would have its own load- or attach-movie command. But since they're MC's, the invisible button hit is always the same. Is there a way to make it look to the MC's instance name to get which sound to load?

View 14 Replies

ActionScript 3.0 :: Int - Make A Generic Button To Call An Specific Frame

Sep 16, 2011

I'm trying to make a generic button to call an specific frame but when I'll try it with trace it works perfect... when I make a goto code on it it messes up my entire count....here is the code I'm using...does anyone know whats happening? how can I fix this? here is my code

[Code]...

View 7 Replies

Flex :: Make A Button Go To A Specific Frame On The Main Timeline?

Sep 13, 2010

how to make a button go to a specific frame on the main timeline my button called a play_btn and i want it to go to a specific frame on the main timeline ???

View 2 Replies

Flash :: Professional - Make Text (or A Button) Link To A Specific Frame

Aug 9, 2010

1. The old main logo was not as wide as the new one, so now the entire new one is not clickable (to take you back to the main page). How do I fix this?

2. For the life of me I can't figure out how to make text (or a button if need be) link to a specific flash frame. If you look on the site, there are a couple of spots under "What We Do" that I need clickable to take them to the Contact Us page.

View 5 Replies

ActionScript 3.0 :: Make Button Instance Containing Movieclip Play Specific Frame?

Sep 27, 2011

What I want to do is have one movieclip that has many frames and turn that into a button and then make different instances of the button and have those instances display a certain frame of the underlying movieclip.

View 17 Replies

ActionScript 2.0 :: Tween - Make A Button Trigger A Movie Clip That Targets Specific Coords?

Feb 22, 2005

how do i make a button trigger a movie clip that targets specific coords? I'm building a map and when a button is click it goes to a defined point. right now it jumps to the coords, but i'd much rather it smoothly move instead. the other thing is that i would like it to move from whatever point it is currently at.

View 11 Replies

ActionScript 2.0 :: Change The Colour Of A Graphic In A Specific Movie In A Specific Frame

Mar 31, 2006

i need to change the colour of a graphic in a specific movie in a specific frame. if i have a movie clip instance-named "sidetext" thats 15 frames long, and i want a graphic in the movie, called "letterp" to change to one of four colours that i want it to randomly at frame 10 and stay that colour uintil frame 15, how can i do this?

View 2 Replies

ActionScript 3.0 :: Loop A Specific Bit Of My Movie Until A Specific Link Is Clicked?

Mar 29, 2010

how I can loop a specific bit of my movie until a specific link is clicked?

View 5 Replies

Flash 10 :: Export Specific Frames Not All Frame - Specific Timeline

Sep 15, 2010

how do i export specific frames not all frame. ex: if flash has 1 to 200 frames. here i want to export 51 to 150 frames as a movie. if there is any command or plugin to export movie like this.

View 0 Replies

ActionScript 2.0 :: Read Specific Field In XML If Press A Specific Buton?

Mar 7, 2011

so i need to make a flash that will do the next things.if user press button "x" on the next frame should display "x" text from a xml.if user press button "y" on the next frame should display "y" text from a xml.

View 1 Replies

Target A Specific Frame In Specific Movie Clip?

Dec 3, 2009

I have been doing really well figuring everything out up until now.[code]How it stands, what is this link pointing to? Can I make it target a specific frame in a specific movie clip?And if someone would be so kind and explain what this is saying in 3rd grader terms.

View 3 Replies

ActionScript 2.0 :: Loading Specific Frames Within Specific Movies

Dec 5, 2004

cutting to the chase, Basically im loading a movie externally using this code...

Code:

on (release) {
if (S_Init == Number(S_Init)) {
loadMovieNum("s_menu.swf", _root.S_Init);

[Code].....

View 4 Replies

ActionScript 2.0 :: LoadMovies When Specific Clips Are In Specific Positions

Feb 18, 2005

I have a sliding menu, and need to loadMovies when specific clips are in specific positions. For gallery, for example, the code I'm using is:

if (xTargetSLI = 350){
loadMovie ("gallery.swf", 1);
}

But with that code, gallery.swf loads by itself, regardless of the position of SLI.

View 7 Replies

ActionScript 2.0 :: Click On A Specific Image And Set Specific URL-address?

Aug 4, 2009

would like to be able to click on a specific image and set specific URL-address. Here is my code so far;

HTML Code:
function loadXML(loaded)
{[code]....

View 1 Replies

ActionScript 3.0 :: Load Specific SWF At Specific Frame By Default?

Sep 21, 2009

Basically once my animation loads I want to pull in an external SWF at a specific frame, basically like the "home page" swf that will display first. Underneath that I will have "About Us, Contact, etc..." and those will each load an external SWF into my movie clip. My movieclip right now is called mcHolder. Here is the code I am currently using for the buttons:

Code:
//About Us Button
function test2(evt:Event):void{

[code].....

View 1 Replies

ActionScript 2.0 :: Loading Specific Frames Within Specific Movies?

Dec 5, 2004

cutting to the chase, Basically im loading a movie externally using this code...

Code:
on (release) {
if (S_Init == Number(S_Init)) {

[code].....

View 4 Replies

ActionScript 1/2 :: Specific Frame On A Specific Movieclip?

Sep 1, 2010

I'm trying to get the following movieclip smallbutton to link to frame 5 on movieclip cont.The way the timeline is built is as so:content_mc > cont > (more mcs) > smallbuttonThis seems to be an issue from every answer I've tried so far since the movieclip "cont" is not being called in the main timeline; first there's content_mc and then comes cont.How would I go about getting the movieclip "smallbutton" to link to the 5th frame of movieclip "cont"?This is for AS 2.0So far I'm at:on (release) {  _root.gotoAndPlay("cont");  _root.smallbutton.gotoAndPlay(5);

View 7 Replies

ActionScript 2.0 :: When A Specific Variable Equals A Specific Value A Random Number Decreases On The Current Number?

Feb 20, 2008

i have a project and i need that when a specific variable equals a specific value a random number decreases on the current number, its easy to make it decrease but i need to decrease instead of 4 to decrease a maximun of 5 and minimun of 3.ere is the code :

Code:

numeroDeTazos = 20;
quantidade.text = numeroDeTazos;
if (nrfinal2 == 33)
{

[code]....

View 1 Replies

ActionScript 3.0 :: Make Functions Available Only If Specific SWF Loads?

Jun 21, 2011

I'm creating a Flash file which pulls in external SWFs onto a container. The main SWF which has the container clip is called Main.swf then we have external swf's.

So basically, we have Main.swf, English.swf, French.swf, More.swf

More.swf has a load of buttons on it (contact.swf, about,swf etc etc)

To make things neater, I wanted to put all of my button code in the Main.swf, and I've got it sorted so that English.swf, French.swf and More.swf load correctly into holder_MC which is on Main.swf

Now, to get the buttons working, I can either have the code situated in More.swf (in which case, can I change the contents of holder_MC which is located in Main.swf from within More.swf? If so, how?)

Or, I can have an event listener to say that when Main.swf is loaded, create these functions to link to contact.swf, about,swf etc etc)

View 1 Replies

ActionScript 3.0 :: Make A Function Run On Specific Frames

Jul 8, 2010

I want to use this on multiple frames however, when I do so I get errors.
 
The text frame is named  -->  theText
 
1 stop();
2 var str:String = "Sample text!";
3
4 var sInt = setInterval(writeIt,20);

[Code]....

How can use this function on other frames? Also I have considered that it might be some kind class I need to import, I don't know, I am still new AS and I and more familiar with AS2. 

View 9 Replies

ActionScript 2.0 :: Make A Preloader In A Specific .fla File?

Sep 18, 2004

I've been reading the tutorials about doing a preloader, but I haven't found exactly what I'm looking for. Here it is: I would like to make a preloader in a specific .fla file, then load an external swf into it. How do I tell flash to get the bytesTotal not only for the preloader, but as well for the external file? Is there a special way to load the swf with a preloader?

View 2 Replies

IDE :: Make Objects Move In A Specific Path?

Dec 1, 2010

i want to make 3 objects move in a square pathi tried to use guide layers but it didn't work good for both three objectsonly the first object followed the exact pathis there some other way to do it??

View 6 Replies

Flex :: Make A Variation On Array For A Very Specific Purpose?

Jun 22, 2010

I'm trying to make a variation on Array for a very specific purpose. When I have the following:

public class TileArray extends Array {
// Intentionally empty - I get the error regardless
}

Why can't I do this?

var tl:TileArray = [1,2,3];

despite the fact that I can do this

var ar:Array = [1,2,3];

The error I receive is this: Implicit coercion of a value with static type Array to a possibly unrelated type

View 3 Replies

Make A SWF Audio Stop When You Click On A Specific Link?

Jan 21, 2012

It's about a live support chat. When a member wants to contact me, the chat is ringing (so this swf audio file starts playing). Whenever swf audio alert starts, I get a link: "user X wants to chat, click here to respond".

After I "click here" a new pop up window (the chat) opens, but the swf audio keeps playing without ever stopping, it's like answering the phone, talking but still ringing.I tried the function doStop(); - not working. I tried attaching to the "answering link" different commands but couldn't make it.[code]...

View 1 Replies

Actionscript 3 :: Make Object Obscure Specific Objects?

Mar 17, 2012

Right, so here's the scenario: I have 4 objects, A, B, C and D. What I want is that C obscures A, but not B. Similarly, I want D to obscure B, but not A. A and B can overlap each other in any order, it doesn't matter.In other words, what I want is an object (C) to be able to cover one object (A) but not another (B), even if it comes into contact with it.Same with D, which can cover B but not A, even if it comes into contact with it. The problem is that I can't think of a layer configuration that allows this: D will always be higher than both A and B, and thus will obscure both.I'm not expecting anyone to come up with some unfathomably clever configuration, but I'm wondering if there's some kind of ActionScript that can do this. In particular, I would like A and B to be dynamic TextFields, and C and D to be MovieClips of any shape (i.e. not a rectangle).

View 3 Replies

ActionScript 3.0 :: Make An Object To Follow A Specific Path?

May 2, 2010

make my hero go back to his shelter when he finds some food or when he approaches an enemy. It looks like this:

1. The hero is in the shelter.
2. The hero is hungry.
3. The hero leaves the base to hunt some animals down.
4. The hero is full and is headed back to the shelter.
5. He moves in the direction of where the base is.

So, once again, how do I make my hero go back to where he came from? How do I make my hero's x and y position to fit the way back home?

View 3 Replies

ActionScript 2.0 :: Make MC Snap To Specific Position Once Dragged?

Jun 2, 2011

I am creating an exercise to teach the meaning of the word "take". I want draggable objects (MC's) which will automatically snap to a different position when they are dragged a little way.

This is the code I am trying (not mine I'm afraid). I have it on the same frame as the MC in "Actions - movie clip". The MC is draggable but doesn't snap.[code]...

View 3 Replies







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