Change Clip While Playing When Hotspot Clicked
Feb 13, 2009I am looking for some code that will simply change the clip that is playing when the hotspot is clicked.
View 1 RepliesI am looking for some code that will simply change the clip that is playing when the hotspot is clicked.
View 1 RepliesI have embedded clickable mc's which contain a btn symbol inside them, into the map_mc.(I think this is correct to do.) I would like to center the map on that hotspot when clicked, and bring map to 100%scale.
[Code]...
The coordinates (0,0) is just an example. Those coordiinates will vary depending on location of hotspot. Is there a code for identifying location of hotspot and centering on it? [URL] The red dot is the one containing code. Green dot is not programmed.
I have a movie clip that runs in its own timeline. I want to stop the movie clip from playing whenever the mouse is clicked (in this application I am actually using a touch screen and I want the movie clip to stop playing whenever the screen is touched). In addition, I want the movie to rewind back to frame one so that none of the movie clip images are left on the screen.
View 3 RepliesI would like to make a movie clip's height change when it is clicked. However, I can't figure out how to do it so that it smooth like a tweening.
View 4 RepliesDrag and drop game. I'd like the instance to tint red when rolled over after it's been successfully dropped. I'd also like to play a sound file when clicked after successful drop. Here's the code:
ActionScript Code:
addEventListener("dropped", dropper);
function dropper(e:Event):void {
[code]....
Anyway what I need to do is have a movie clip finish playing when a button is clicked and then go to the frame label associated with the button. I hope I'm explaining myself ok. So if I had say 4 buttons Home Gallery About Contact If Contact is clicked then I want the Home page to play (Which is a fade out) and then go to Contact Page (which will fade in). Then If Gallery is clicked then I want Contact to fade out and then go to Gallery page and fade in.
View 6 RepliesI want to link a button to a movie clip, but it will not play. Here is how it is set up. On my main scene on second layer on frame 2, I have a movie called homeContent within which I have another movie called pdbutton within which I have another movie called pdrbt. This movie called pdrbt needs to play a movie on the main scene on layer content on frame 3 movie called streetSidemc_mc. Here is my code,
function playMovie(event:MouseEvent):void {
pdrbt.play();
}
pdrbt.addEventListener(MouseEvent.CLICK, playMovie);
I'm trying to get a called swf to stop playing after a button is clicked.
I also need to have other swfs called on other btn clicks.
you'll see what I mean at
[Code]...
when i click my button the first time my transition MC works fine but when i click it to another button it works fine too.when i click back to the first button it shows not the transition but only the completed transition so i get no animation.[code]
View 1 RepliesI redid my toggle button. I have music playing when its clicked down, I just cant get it to stop playing when clicked on again.
[Code]...
I created a swf which loads multiple external swfs to 100% before playing. Which works fine. If I stop a clip while it's loading, I call loader.close() and I'm able to resume from where I left off at a later time. The problem I'm having is when I added the functionality to load the next clip while the current clip is playing. To be clear, I'll refer to the normal preloader as preloader, and the preloader which loads the next clip as pre-preloader. If the pre-preloader loads to 100%, everything is good. The next clip will play immediately without having to wait. If, however, the pre-preloader for the next clip is stopped at any point before 100%, the preloader will start loading at 0%.
With that being said, If I go back to the previous clip (which was previously already playing), the pre-preloader will pick back up where it left off, then if I go forward again, the preloader will pick up where IT left off.
[Code]...
I'm trying to get a movie clip to automatically load up another external clip, after playing an embedded flv.
This is what I've tried so far:
var holdFrame = setInterval( holdFrame, 5000);
gotoAndPlay(
_root.mc_holder.loadMovie("swf/library.swf"));
clearInterval (holdFrame);
Although it throws no errors, the setInterval is ignored and it just loads direct into the next mc clip.
I have created a simple Flash ad that will appear on an external website. How do I make the whole ad a hotspot or hyperlink? I simply need it to become a hyperlink to a website when clicked on.
View 13 Replieshow to disable the 'hotspot' attribute of an embedded swf file?
I would like the following swf to be non-clickable (just left mouse button)
[URL]
As you can see, when you click on the slideshow, it stops and turns to a white block.
I'm creating sort of a game in Flash, which requires invisible hotspots changing their position in time, relative to the stage. The question is: can I simply keyframe the hotspot position and have it work, or is there something that I should consider?
View 4 RepliesI am looking for a tutorial that can help me with moving the overall image to a new centerpoint. Explanation: I am putting a geographical map onto a flash project. The map is larger than the canvas. I will be clicking on various hotspots on the map, and when I do, I need that hotspot to move to the center of the swf view.
View 1 RepliesI am trying to use a new script that uses XML to dynamically create a menu on the stage. Within the XML, I am establishing a function to use with that button. One button may just link to something on the web while another will simple display/hide a specific movieclip on the stage. I also have another button that I need to use to show any hotspots on the stage. Originally, I had the code on the instance of a static button on the stage and used a loop to get the items on the stage. Now, though, I have this "generic" Object() with a function called showHot. I have been playing around with using _parent, but can't figure out how to get to the items on the stage. All my hotspot movieclips' names start with "hs", so if I can just figure out how to loop through the items on the stage, I can check the names of those items.
View 1 RepliesDemographics - Action Script 2.0; Flash CS2 I have 4 MC clips. Each one labeled MC_Ball_1, MC_Ball_2, MC_Ball_3, MC_Ball_4. I want to randomly pick one to play. Have it play in its entirety and then wait 60 seconds and randomly pick another one, have it play in its entirety, and then wait 60 seconds.....keep going in an endless pattern. I can write code in frame 1 of root to randomly generate 1, 2, 3, or 4. Code below.
[code]...
Problem is when it goes to play the clip, it keeps playing the clip. I put stop(); at the beginning of each code, but it only plays the random number first chosen continuously. Instead of stop(); what can I write so it plays in its entirety, then goes back to frame 1 and choses the next.
I have got it to drag around and such, but i tried to use the drawing API to define the hotspot area but its not working.
Code:
function makeWords(){
yVar = 20
for (i=0; i<25; i++) {
_root.createEmptyMovieClip("symbolName"+i, getNextHighestDepth());
[code]....
I'm trying to "fade" out a movie clip when I click on another movie clip. I know how to change the visibility to false or alpha to 0, but I want it to do this gradually rather then instantly.This is the code I currently have placed on the movieclip I'm using as a button, I am only trying to fade the SolidPurple, everything else is working exactly like I want it to...
Code:
on (press) {
this._parent.holderGreen.attachMovie("PathGreen","PathGreen2",1);
this._parent.SolidBlue._visible = false;
this._parent.SolidOrange._visible = false;
[code]....
can change the color of the button when clicked, however I want to make sure when you click on a different button, it changes the previous button back to its original color.I know i can do this the ghetto way and list out all the buttons i want with no color each time but if later i have 50 buttons i dont want to list them. So i built a loop but the loop is not working rightThis code is an example of what might be on the first button:
Code:
on(release){
for(i = 0; i<11; i++){
[code].....
Hi, I'm making a simple target shooting game in Flash CS3, and need to know how to make it so when you click on a movie clip, it adds 1 to a dynamic text box reading 00.
View 1 RepliesHow could you place a movie clip on a click in the same position you click?
View 11 RepliesI'm trying to get a movieclip fill color to change once clicked. I'm able to get the mouseover and mouseout working. But the click state isn't working properly.
Here's my code:
Code:
my_mc.addEventListener(MouseEvent.MOUSE_OVER, onFolderOver, false, 0, true);
my_mc.addEventListener(MouseEvent.MOUSE_OUT, onFolderOut, false, 0, true);
my_mc.addEventListener(MouseEvent.CLICK, showMovieclip, false, 0, true);
[code]....
When I use the above code, nothing happens once clicked. I tried using the color property, but, although that made a color change (black), it wasn't the color I had indicated (white).What I have is a movieclip ("my_mc"). Inside the movieclip are other movieclips. When one is clicked, only that movieclip ("my_mc.movieclip01"), is highlighted.
I would like to know how can i appear an image when i clicked on sublink?
I have 3 MCs: sub_bg, ImgMc and bg.
the code's sub_bg is :
function linkF(s:String):Void
{
_root.bg.txt.htmlText = s;
}
[Code]....
I posted a question like this yesterday but I was not clear in the description....i have an app i'm making in flex and I'd like to have a button's text change to a random entry within an xml when the button is clicked....the xml is in the assets folder and is titled games.xml. I would like to have a random game name be selected from the XML when the button is pressed.[code]...
View 2 Repliesi have posted last time on how to scale using as.what i mean is...take a look at [URL], the content box change into different size when clicked on the other section.i tried to do something like that few times but it just didn't work.
View 14 RepliesOn looking into buttons, I understand that to get a movie clip to play when a button is clicked you simply place the movie clip on the buttons 'hit' state. Having done this it does not work? Have I read wrong? Also the movie clip has a background the full size of the stage area. So when I attach this to the button, the button changes size to the same size as the movie? (i.e. whole stage area). How do I keep the button in it's original size while still playing the movie clip with large background?
View 2 RepliesIm trying to load a movie clip when a button is clicked
heres the actionscript im using
on (release) { this._parent.loadMovie("Video.swf", "holder", 1); holder._x = 611; holder._y = -92;}
i want the swf to load into the holder MC, instead its loading the video.swf file and replacing the original swf
I normally write javascript code, so I wonder how to do this. In JS "Microsoft IS" you'll write code like this:
document.onclick = func;
function func()
{
var obj = event.srcElement; //And there I have reference to the object;
}
The graphic designer creates flash drawings and then converts whatever objects to movieclips. Then passes them over to me. All these "mc" need the same action applied to them. So I don't need to know how many they are or their names.