Water Ripple Effect On Mousedown
Aug 5, 2009
i am working on a project in which i want to have the water ripple effect when i click the mouse where ever on the stage. so here is the problem i have created a file which produces the water ripple effect all across the stage randomly by using "flash.filters.DisplacementMapFilter " when playing the movie i want the ripples to appear on mouse down state and only one ripple not multiple ripples and exactly at the place where i click. now what i have done is i have put all the script i have in " mouseListener.onMouseDown = function() { " but what happens is the ripples appear when i click but not the whole movie clip for ripple is played its like i have to click fast after each other for the ripple to be continuous and full.what should i do?
View 1 Replies
Similar Posts:
Mar 15, 2010
I have tried for weeks and am wanting to create a water ripple effect when mousing over an image on my website. I have downloaded various files, but to no avail. Can someone assist me please, with where I can go to download an extension to allow me to do this? I am using Flash CS4.
View 2 Replies
Jan 5, 2010
I've posted this in the AS2 section as well. Just wondering if someone can tell me how to make this awesome water ripple effect, found on this page: [URL] I want it so bad and am nearly going to pay the $3 for it. But thought someone might know how to do it for free ..
View 4 Replies
Dec 30, 2009
I want to create a circular water ripple effect in Flex.
View 1 Replies
Feb 20, 2004
Can anyone tell me how to make a cool water ripple effect? I saw one that I loved on URL... (you'll see it on both the intro and the contact page).Does anyone know how to do that?
View 3 Replies
Dec 13, 2006
Bit of a long shot I know, but for this water themed site Im doing i think it would be nice if the mouse created ripples of water where it hovers...
View 2 Replies
Feb 12, 2009
I'm trying to get a water ripple effect that can follow the mouse, or be triggered by a mouse rollover. I found a tutorial here: [URL]. I have been able to figure out how the ripple effect works, and have been able to get the movieclip to follow the mouse. The problem is that I need the enlarged background inside the movieclip to stay stationary or to counteract the mouse movement. If you comment out the script you can see the ripple looks fine, but once the mc follows the mouse the two images do not align properly. I basically want to rollover an image with "water ripples" similar to dragging your hand across water.
View 1 Replies
May 14, 2011
I was wondering if/how I can use this effect url..., or similar in Flash but instead of having the ripples follow the mouse, follow movie clips. I have a boat MC that I want to simulate moving through water.
View 1 Replies
May 22, 2009
I'm a web designer, but I deal with HTML, PHP, JavaScript, not so much ActionScript. I have a new client, and they've already had a website designed completely in Flash. Now they only want certain elements of it, and the rest in HTML. See, the website uses the ripple effect to make images and text look as if you were sticking your finger in water - it follows the mouse. So, I want to take 3 different smaller Flash movies out of this huge, big one. But when I do, the ripple effect no longer works. Here is the action code:
import flash.display.BitmapData;
var map1:BitmapData = new BitmapData(900, 600, true, 0xFF0000);
this.createEmptyMovieClip("bmp1", 10);bmp1.attachBitmap(map1, 0, "auto", true );
var blur = new flash.filters.BlurFilter(8,8,5);
[Code] .....
I know I'll need to change L2 - the 900 to whatever width and the 600 to whatever height, but that's about all I understand.
View 11 Replies
Sep 25, 2010
I'm brand-new to Flash (taking a course in it), and I'm wondering if the effect I'd like to achieve is possible or not:
I have a graphic of a silk background. I'd like to add bones inside it and set poses so that the silk seems to ripple slightly. Is this possible with a bitmap image? Or only with shapes? (I've had no success so far -- as soon as I attempt to set a pose, the image disappears.) I wish I could draw silk, but I can't make it look realistic.
View 5 Replies
Jun 19, 2009
I'm a bit stuck looking for a tutorial for a water effect I'm trying to create. Has anyone made a simple random fluid water-effect in Flash, to be applied to one background image?
There's plenty of ripples and rain drops - but my image is taken from within the water, and it would be great to get some animation in there!
View 6 Replies
Sep 9, 2003
how the animation for this flash image was created?
View 11 Replies
Dec 21, 2004
Does anyone know how to do this?: http:[url]...
View 1 Replies
Feb 9, 2010
i want to make flash file in which, when i click anywhere one water kind drop come from top to down and when it reach bottom it distribute in so many parts.after this one textbox will display and i am able to enter some text in that textbox.
View 3 Replies
Feb 4, 2003
create water effect in flash which is similar to this website link [URL]
View 4 Replies
Aug 17, 2007
how they created the dripping water mask effect that reveals the images in the swf file located at the following address:
[URL]
View 2 Replies
Oct 12, 2010
i am trying to figure out how to create a water splash or bottle over flowing in Flash. can this be done?
View 2 Replies
Aug 3, 2010
I am trying to make a text effect where the colours fill up inside the logo lettering as if water was being poured in. Is there a way of doing this either by Actionscript or some form of advanced masking perhaps?[URL]
View 3 Replies
Sep 25, 2010
. perhaps a you tube video. or perhaps a particular tutorial.how create a water drop effect in flash cs4 for a website?
View 3 Replies
Jun 9, 2009
I found a tutorial on how to make a cool water effect in as3 using bitmap data and a displacement filter. It works great but it is very heavy on the computer.
here is my code
Code:
var bmd:BitmapData = new BitmapData(700, 398);
var dmf:DisplacementMapFilter = new DisplacementMapFilter(bmd, new Point(0,0), 1, 2, 10, 30);
var p1:Point = new Point(0, 0);
var p2:Point = new Point(0, 0);
[code]....
View 2 Replies
Aug 3, 2010
I am trying to make a text effect where the colours fill up inside the logo lettering as if water was being poured in. Is there a way of doing this either by Actionscript or some form of advanced masking perhaps?
[Code]....
View 1 Replies
Dec 18, 2007
Found this interesting website I was curious how there make the "waving" effect?
View 3 Replies
Jul 29, 2009
Is there a way to put a ripple transition on a menu button? In Final Cut Pro I can add a transition from one video to another or end a video with a ripple effect like you have just touched water. Is there a way to create that ripple effect on a pop up menu in my flash file so that the menu will ripple dissolve when I press a button instead of the menu just vanishing?
View 3 Replies
Jun 5, 2007
I'm trying to create some letter effects like waves, cascades, ripple etc.I saw these effects years ago in the old Flash MX/AS1 but I need to create them in AS2.
View 1 Replies
Dec 4, 2010
I have a picture that I want it to look like its sitting in the water how can I do this I have no clue is there water reflection effects in AS3 Flash?If there is can I have an example?
View 1 Replies
Aug 21, 2010
i'm currently making a flash game which has ground and water.And its going to be big.For someone whos 13 like me i have problems.The script was edited recently so sorry to anyone who was working on it.the issues are underlined.here the script.
onClipEvent (load) {
grav = 2;
speed = 15;
[code].....
View 2 Replies
Jan 8, 2004
In a nutshell I'd like to be able to use the mouse to draw a box. But not draw the four sides. Instead, you could click and start dragging the mouse and a box would be drawn and grow as you drag. When you let go the box is there. But if you click and drag again somewhere else the first box disappears and the process starts over in the new mouse click position.
On the other hand, would it be better/easier/less processer intensive to just have a teeny box in a movie clip already on the screen and then have that change scale as the user clicks and drags?
Eventually this functionality would be built into a map. The map would be made up of tiles of a certain resolution. The box drawing comes in as a zoom tool. The user could click on the map, drag the mouse and draw a box. That would be the area they wanted to zoom in to. So I'm guessing I would use hitTest to find out which tiles the user drew the box on and then load higher resolution tiles.
But for now I just need to know how to get the box functionality!
View 14 Replies
Sep 2, 2011
I want to create a flash animation for the working of a small hydro system..I want to add valley, mountains and a river (please check the link below). But I am getting pretty confused about this design thing.[code]....
View 2 Replies
Mar 10, 2004
how do you make a running water on a waterfall...more like a running water on a raging river...coz i have a waterfall pic with stones hanging out <or more like extruding>..so the water should flow depending on the stones.
View 5 Replies
Feb 26, 2012
So in Actionscript 3 and Javascript, to get touch events working for mobile devices I have to listen for ontouch events... However, touch events not fired on desktop. However, mouse events are triggered on both mobile AND desktop. My quesion is this: why does w3 have this spec
Wouldn't it make sense to have just to use the onmouseevent? In order to have things work on mobile and desktop I always have to listen for both events-bviously this causes issue on mobile devices because two events are fired when i press the screen (meaning that I have to do a bunch of conditional checking to add/remove event)
My initial thoughts were that multi-touch would be the main reason... But couldn't the design just have some parameter of the event like .touches? That could go along with the .pressure, .finger width, etc... maybe a .type = "touch" or .type="mouse"
View 1 Replies