ActionScript 2.0 :: Make Blur Background When Rollover?
Jun 25, 2010I have the situation where i want the mc rollover and others mc become blur..
View 9 RepliesI have the situation where i want the mc rollover and others mc become blur..
View 9 RepliesI'm back to try and come to grips with AS3. I have been forced to focus on CSS and jquery. I am trying to make the background blur when you click on a link to play video or another movieclip.
View 4 RepliesHow do make links blur once you rollover the one you want? Example: [URL] (You see how once you rollover a cellphone the others just blur and shrink?)
View 2 Repliesi have some buttons and movieclipss. when roll over to the buttons i want to make some mc's alpha 30.
here is my code for buttons
[Code]...
ok this is working but this set the alpha property very fast (instant) how can i make them to change their alpha by level, level (like motion tween)
how do i create ascripted rollover blur tween for all inactive buttons??
i got this script: "ziel_mc" is the button blurring on rollover. it works!!! but how do i add more than this one mc?? z.b. ziel_mc1, ziel_mc2, etc.
is there any way to add more mcs, separated by commas or anyhow??
Code:
stop()
import flash.filters.BlurFilter;
import mx.transitions.Tween;
import mx.transitions.easing.*;
[Code].....
I've seen this effect before, where everything is blurred except the front most object in the shot. it was possibly a flash or flex effect which worked in realtime with video and snapshots. can anybody shed some light as to what this effect was called or point to some resources?
View 2 RepliesWith CS3 and 4 I've had this problem. Whenever I apply a blur filter to a relatively big object, like 140x800 pixels (a jpeg, movieclip containing Flash drawings etc.) The swf file plays at a painfully low framerate and generally appears sluggish... Is this a limitation of Flash or is there some way to overcome this, using Flash, After Effects, Photoshop or WHATEVER? It's really killing my production.
View 1 RepliesI know how to mask in Flash and also how to make a video for Blur on AS3. Filter Blur
[Code]...
I've designed a Flash site in CS3 using Action Script 2.0 that has a main flash movie sorta floating in space over a gradient background. I want the gradient background to re-size with the browser, so I thought that the easiest way to do this would be to delete the gradient background in Flash and instead recreate the background in Dreamweaver using the repeat background option and then make the Flash movie's background transparent. (I hope I'm making some amount of sense here).
I've found a few tutorials on how to do this, but so far I just get a white background instead of transparent. I've tried choosing "Transparent - Windowless" under Window Mode on the HTML tab in Publish Settings. And I've tried selecting the movie from within DW and clicking the parameter button and adding a "wmode" parameter with "transparent" as its value.
I am looking for some help on a specific effect. I was pretty good in the old days in flash but I have fallen behind badly and the new action script and such is making my head spin a bit. The effect I am looking to do is like the FETblur,first one on the page, [URL]...
View 1 RepliesI am trying to create a site with a 3D background image (which I converted to a MC). I created 2 buttons that, when rolled over should move the background image ('bgMC') to pan either right or left (depending on if the user rolls over the right button or left). I've attached the code I'm using below, if anyone has a better code or knows how to use btnRt or btnLeft to make bgMC pan to the X,Y coordinates in 'goLeft' and 'goRight'.
import fl.transitions.Tween;
import fl.transitions.easing.*;
import flash.geom.Point;
[code]...
I'm looking for a very specific tutorial, Basically I want to create a flash 'rollover, image background change type thing' which I will display photos on. A very good example of what I mean can be found here:[URL]. You will see 6 small thumbnails which, when you mouse over them, change the background image to match. My design, I want to be a lot simpler. If you look at the following image you should see what I'm after: [URL]. 5 small thumbnails on the left, when you hover over them, they animate and the big 'red' rectangle changes to display the image.
View 0 RepliesI need to make the background image move opposite the cursor to make it seem like the camera is moving.[URL]
View 1 RepliesI saw the snow tutorial on this website and i plan on using it for 20 seconds (500 frames) in my introduction. It works perfectly fine, but after that time, it doesn't stop. It keeps on going and going and going... how to make it stop or make it go into the background? used the code provided by the tutorial. I know this is sudden by can someone answer today because i have to put it together before thursday.
View 1 RepliesI want to make a box that changes color when the mouse rolls over it, and changes randomly between 10 different colors.
View 1 RepliesI've tried to make rollover buttons, following a bunch of tutorials. I'm a noob, but I'm sure I've done everything correctly!Basically, the compiler shouts at me, while, another .fla that I downloaded and tried to follow with tutorial works perfectly.
View 2 Replies[URL]What i want is, when i move my mouse to square 1, it will go to Services, when i move to square 2 it will go to News etc.i had tried
number1.addEventListener(MouseEvent.CLICK, fl_ClickToGoTonews);
function fl_ClickToGoTonews(event:MouseEvent):void{ MovieClip(this.root).gotoAndStop(1, "news");}
number2.addEventListener(MouseEvent.CLICK, fl_ClickToGoTonews);
[code]....
This code was working, but i could only moved forward, not backward, otherwise Duplicate funtions error (something like that) shows up.
number 1 = Square 1 (Button)
number2 = Square 2 (Button)
news and service = the content i would go to when mouse rollover.
I am a Trainee Web Designer. I have done a few major projects for websites and stuff using alot of Adobe Programs but i have this job where i need to make a map of a school with rollover mouse effects. So when the mouse rolls over the Admin Building on the map, a large picture of the Admin Building comes up. Then when the mouse is moved away the images closes. I need to do that with about 8 images. I have one main image which is an arial of the school, then there is different sections that i need to make 'active'
How can i go about doing this? i have looked for tutorials for ages now but they are either outdated or too advanced for me, i just need a tutorial that can show me how to achieve my goal. i cotton onto things very quickly so i dont get lost unless things get too advanced or there is a lack of explanation.
make the rollover effect on the buttons located here (under Zones):
[URL]
I did this:
ActionScript Code:
function moveX(mc:MovieClip, newX:Number, easeSpeed:Number) {
//trace("moveX Started");
mc.onRollOver = function(){
[code]....
To make a simple rollover with a click to go to another page, I'm thinking there has to be a easier way sticking to coding still. I don't want to place the code on the button but keep it on the timeline like above.
im having a bit of trouble with something,if you look at the attached file, there are 2 circles(movie clips), they have an AS code on them :
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse,_root._ymouse,true)) {
this._x = int(Math.random()*550);
this._y = int(Math.random()*400);
}
}
Now, i wanted to put a sound on the rollover, so when it ran away, it would make a noise, so i put an invisible button on the top in each movie-clip.and put a sound on the over state, but, this makes the MC's not run away!So i thought that i could add a on (rollOver), but i dont know the code to load a sound from the library.
I am trying to make a menu that pops up on (rollOver) but when I add script to the buttons they don't work.
View 7 RepliesDoes anyone know how I can achieve the following effect: As I rollOver one object, everything on the stage except that object fades out slightly (i.e. change in alpha).
View 1 RepliesI would like to make a turning envelope when the mouse rollOver it, let me explain : when the mouse is away, the user could see the front of the envelope, and when the user move his mouse on the envelope it turns and show its bottom, then propose to open the envelope by clicking and then open it and puts out the letter, if the user does't click and move the mouse away I would like the envelope to turn again to its front...
View 13 RepliesIm trying to make a menu that pops up on(rollOver) but when I add script to the buttons they don't work.
View 7 RepliesWhenever I am trying to do, the button rollover work, and put the dynamic text on top of it. The area outside the text is reacting to the rollover, but when I rollover on the text, I lost the rollover effect of the button under.The only way I have found to work around this, is to create another mc, invisible, on top and covering the button and create a script to activate the button rollover effect under... but is it the only way?
I don't have to do all this with static text, but the font react bad with rollovers or some other effects.
im making a flash animation with a background two sets of text an invisible button and a song. im trying to make the the animation start when the mouse rolls over and have it stop and reset to the beginning when it rolls out. on my invisible button (first layer) i have
on (rollOver) {
play();
}
[code].....
I wanted to make my My text tween to a different color upon rollover. I *think* i understand the code I should use to do this, but I'm stuck on what to call the class... I was going to set it up like this...
var Bcolor:Tween = new Tween(b_logo, "???", Strong.easeOut, ?, ?, ?, true);
So as you can see I'm not sure what i would put in the quotes to affect color, or what values I would use?
i have 4 butones made on flash.,now i have a customize pointer also,that drugs on my movie,and now i want to do when i pass with my pointer on rollover at the butones,to change my hand pointer into the one that ihave made_ movie hand pointer. wich are the actions that i have to give? i have this code with as 3.0 until now.this code is only for my pointer mouse that i have. Mouse.hide(); pointer_mc.startDrag("true"); Mouse.hide(); pointer_ mc. startDrag(true); this.onMouseMove = function () { if (_xmouse < 4 || _ymouse < 4 || _xmouse > Stage.width - 4|| _ymouse > Stage.height - 5) { pointer_mc._alpha = 0; } else { pointer_ mc._alpha = 100; } end else if }; whats the code that i have to give for the movie handpointer_mc to work when i rollover a buton to show mine,and not the browser one white.
View 1 RepliesHow can I make my on rollover effect stay when it is clicked? So for example if I click on the home button stays highlighted or in this case keeps the on(rollover) frame selected until another link is clicked. An example would be the main nav on [URL]
View 4 RepliesI'm building a flash web site, this site contain images in 5 pages, i want to do an effect when rollover of any image ( make image brightness 100 and fade to 0 ).
View 4 Replies