ActionScript 2.0 :: On Click Move And Alpha A Movie Clip?
Feb 28, 2007
would like to know the AS code for getting a movieclip object to move to a specific x,y position on stage and change its alpha at the same time... would be nice if the movement was done with a nice tweening also.
View 3 Replies
Similar Posts:
Aug 28, 2010
I would like to know how to make it so when you click a button, it goes to a different frame within a MOVIE CLIP. Kind of like gotoAndPlay but not a frame in the timeline. I would like it to move to a different frame in a movie clip.
View 1 Replies
Apr 30, 2009
i have made a movie clip so that you can drag and drop it with this code:
on(press){
startDrag(this,false);
}
on(release){
stopDrag();
}
thats all good, but i need a way so that after you release it and then click on it again it will move to a specific place on the stage,
View 9 Replies
Aug 29, 2003
i have 2 movieclips: i want to move both of them but the second movie clip will only move if the first clip reach his final destination how do i do that?
View 2 Replies
Oct 23, 2010
it seems simple enough but i have no idea on how i could get a movie clip to slowly move to the coordinates of another existing movie clip
View 5 Replies
Jun 30, 2009
it isn't such a big problem bur for a beginner like me it is.I have a movie clip called "Lion_beginning_mc", inside of it I have 3 Key Frames and Inside each and one of them I have different shapes.For example:Key Frame number 01 - DogKey Frame number 02 - CatKey Frame number 03 - MouseI want to move this movie clip "Lion Beginning_mc" form Key frame number 1 to Key frame number 20.I want the Dog,Cat and a mouse to change between each other only once while moving from Key Frame number 1 to 20.And then when the movie clip "Lion Beginning_mc" reaches his goal another movie clip or a frame (with a shape) will start.
View 5 Replies
Apr 19, 2010
I want to reduce the alpha of a movie clip when mouse is rollOver the movie , the alpha will be continuously reducing over frames, i dont want to use tween.
[Code]...
i this code when i rollOver the mouse on a movie clip, it shows the alpha reducing over time , and at roll out alpha increases over time. but if i rollOver and rollOut in fractions of seconds , it flickers (like 60-100 instead of from the current alpha lvl), So i am looking for some code that can help me in fixing this problem.
View 1 Replies
Nov 27, 2009
I have two buttons one button is calling in a movie clip with tween and then a second button that is also calling in a movie clip into the same spot. I want to make it so that when ever you are calling a movie clip in is that it moves the other movie clip away or that it lands on top of the old one. Here is the code.
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;
[Code]....
the problem is that it the second movie clip is always on top even though thay are on the same layer.
View 4 Replies
Dec 14, 2011
I have read all threads and can not find a solution but i am not somebody with a lots of knowledge about actionscript so here is my problem i am using this script .
[code]....
the problem is that when i click on the first button loads ok but when click on second still showing the first movie clip in the back ,,,,, i have try everything without luck ,,,, i guess i need to keep reading but will like to find an answer to this situation ,
View 3 Replies
Nov 22, 2004
how I can create a working scrollbar for a movie clip? I've managed to get as far as inserting two buttons that allow you to move the movie clip up and down, it's just getting the scrollbar to be able to move the clip within a certain ratio that I'm finding hard to do.
View 4 Replies
Jul 9, 2010
i want to know that when i click on a movie clip it is changed by a image on click using action script any ver.
View 3 Replies
Apr 6, 2010
The thing should work like this: theres a movie clip in frame 10 of the timeline with two buttons inside, by clicking one of them the movie should jump to frame 15 and take the alpha of two Mc there (they are inside a different movie clip) to 0. This is what ie been trying (code on the button, btw):
on (release) {
McScene2.lettuce._alpha = 0;
McScene2.pumpkin._alpha = 0;
[code].....
View 9 Replies
Apr 6, 2004
I'm having trouble getting my movieclips to have trails that fade behind it. I'm having the dupilcate movieclips delete themselves once their alpha reaches a certain point. what's wrong with my code? I'm pretty sure it has something to do with the counters. You can view my fla here: [URL]
View 5 Replies
Apr 6, 2004
I'm having trouble getting my movieclips to have trails that fade behind it. I'm having the dupilcate movieclips delete themselves once their alpha reaches a certain point.
View 5 Replies
Apr 6, 2010
I'm new to action script and was wondering how to change the alpha of a movieclip from 0 to 100% gradually or instantly when the mouse is moved ( like the navigation bar on a media player) when the mouse is still i want the alpha to be at 0, i am totally new to actionscript but am familiar with code syntax.
View 2 Replies
Feb 17, 2009
I have a button and when this button is clicked, I want it to make a box which is a movie clip to ease alpha out.
newsButton.onRelease = function() {
gotoAndPlay("News");
};
View 2 Replies
May 15, 2009
how to increase the alpha of a movie clip when you rollover a button.
View 1 Replies
Mar 1, 2008
When a movie clip is clicked on, another movie clip will fade out.The problem is that the clip that needs to fade out just disapears in a second, is there a way to controll the speed.I read a lot of info about this for complicated setups, is there a simple fix for this.I was hoping I could just do this designR_mc._alpha = 0/4;But that does not work.HERE IS THE CODE
design_mc.onRelease = function()
{ designR_mc._alpha =0;
}
[code].....
View 4 Replies
Mar 20, 2010
How can i change movie clips apha property slowly one by one in for each loop? I can't undestand what's wrong((( From XML data i create for each loop, where my MC creates. But i can't chang their alpha property slowly. When i'm trying
Code:
mc.addEventListener(Event.ENTER_FRAME, alphaShow)
function alphaShow(e:Event):void{
e.target.alpha += mcAlphaPlus;
[code]....
View 4 Replies
Mar 1, 2005
I can't seem to access the alpha property of a movie clip. I can change it's y x position but not the alpha....
This works great: loader2.lettercontainer.letter_mc1._y=50;
But this doesn't do anything: loader2.lettercontainer.letter_mc1._alpha=50;
The movieclip "letter_mc1" contains a createTextField with one letter in it. I'm completely lost why this isn't working....
View 7 Replies
Nov 20, 2009
I have 3 mc's that I have placed a tween on that fades them from 0% - 100% Alpha (simple fade-in effect). The animations are fine if I test the movie within Flash. However, after publishing, I lose all those tweens in my swf, and all I see are abrupt changes from 0% - 100% alpha. What could I be doing wrong?
View 2 Replies
Mar 22, 2011
I'd like to know how to gradually fade in a movie clip using alpha values? I'd like it to go from 0 to 1 in about 2 secondsish
View 5 Replies
Sep 27, 2009
I've been trying to find this topic on the internet for what seems like forever but haven't had any luck. What I'm trying to do is remove a child movie clip and have an alpha transition when it is removed.
What I have so far can be found at: [URL]
Basically what I'm trying to do is when the video player is closed, instead of simply disappearing, I want it to fade to an alpha value of zero
this is the code I have so far:
ActionScript Code:
stop ();
MC_btn.addEventListener(MouseEvent.CLICK, vimeo_embed);
function vimeo_embed (e:MouseEvent):void {
var OpenEmbedPlayer:Vimeo_MC_PU = new Vimeo_MC_PU();
[Code].....
View 3 Replies
Jun 20, 2009
how I can use the location of the mouse to control the alpha of a movie clip. I have 3 images that are the full stage width/height. One image will be in the background and does not need to be changed. However the other images I want to fade in when the mouse is moved from the middle to the left or the right. So I know I need to set a min and max value to be the range of the alpha, but I have never worked with mouse position before. I can't use the mouse over function like many tutorial's show due to images being full screen.
View 6 Replies
Nov 1, 2007
iam trying to bulid a slider which will change the alpha of another movie clip named light.how do i do this. here is the actionscript i have so far:
Code:
onClipEvent (load) {
top = _y;
[code]....
View 3 Replies
Feb 1, 2009
I can't seem to find the correct as3 code to change a movie clip's alpha.
View 4 Replies
May 27, 2005
I'm trying to get in the habit of using AS in the first frame on the main timeline as much as possible. but sometimes i hit a snag. like getting a movie clip to change it's alpha when it hits a certain frame in an attached MC.
View 8 Replies
Apr 29, 2010
I have a gallery made of 3 layers : actions, buttons, and images. Fore every image i have a keyframe that plays a movie clip by fading from 0 alpha to 1. I made a new keyframe that has no image so the page doesnt display the big photo from the start just the thumbs(which are the buttons). What i want to do is that the big images to be dispalyed only while i hold the mouse button, and on release to go back to the first frame state (no image).
View 3 Replies
Sep 8, 2006
1) In the attached file, I have a movie clip that quickly comes across the top of the screen (following a short distance). I want it to start out with 0 alpha and i want it to fade in to 100 alpha. However, I want to do this using Actionscript while I'm EASING the movie clip. I'm trying to NOT use the timeline and do automated tweens for this function. If I combine them, it compliles but the output gets all messed up.
2) The quality of the text shown as the movie clip is not the same as how it looks in FLASH. I jacked up the quality of the output to 100% and it's still the same. any reason why?
View 6 Replies
Dec 4, 2010
for example:
var mc:MovieClip=new MovieClip();
mc.graphics.beginFill(0x000000,0.5);
mc.graphics.drawRect(0,0,100,100);
[code].....
View 7 Replies