ActionScript 2.0 :: Image Effect (like Water)?
Dec 21, 2004Does anyone know how to do this?: http:[url]...
View 1 RepliesDoes anyone know how to do this?: http:[url]...
View 1 RepliesI'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!
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 Replieshow the animation for this flash image was created?
View 11 Repliesi 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 RepliesI 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 RepliesI'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 Repliescreate water effect in flash which is similar to this website link [URL]
View 4 Replies how they created the dripping water mask effect that reveals the images in the swf file located at the following address:
[URL]
i am trying to figure out how to create a water splash or bottle over flowing in Flash. can this be done?
View 2 RepliesI 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 RepliesI want to create a circular water ripple effect in Flex.
View 1 RepliesCan 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 RepliesBit 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. perhaps a you tube video. or perhaps a particular tutorial.how create a water drop effect in flash cs4 for a website?
View 3 RepliesI'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 RepliesI 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]....
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]....
Found this interesting website I was curious how there make the "waving" effect?
View 3 RepliesI'm trying to create a movie clip with images that will slide from one image to another using next and previous buttons. I want a sliding effect. For example on this site: [URL] The right side large image you can slide the image by using the arrows. That's exactly what I want...but in flash.
View 3 Repliesi have two images, when i mouse over first image at the same time glow effect raised on second image.
View 2 RepliesI'm trying to use this effect for a flash image banner that I have, but something is missing from these instructions because when I test the movie, all I get are large white lines covering my images rather than the transparency of the mask over the image http:[url].....
View 1 RepliesThere's this cool site [URL] it has great image views, was wondering, how do they do that scrolling before and after effect? I am not too great at scripting, but would like to learn, seems great for portfolio presentation.
View 1 RepliesI would like to know how to do the image flip effect featured on this site:[URL] Things I noticed: the images fade to white a little between flips. The flips are contained within a clear but drop-shadowed rectangular container. The images have a very flexible quality to them, bending kind of like a sheet in the wind. The flipping isnt prompted by anything, it just plays in a loop and the images are randomized.I decompiled the flash but was not able to find anything of use; the flipping images just appear as blue boxes in my window. I suspect these flipping images are really individual flash pieces embedded into the main flash doc?
View 1 RepliesI'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 RepliesI am using the panning image effect from the URL below:
[URL]
The problem i have is that I only want the image to start panning left and right at the point the mouse reaches the edge of the table. At the moment you get movement no matter where you are on the screen.
I'm working with the fading grid effect and I got it to work perfectly. I was just wondering if there is a way to make an image map after the effect is done. ie: If I'm using the effect on a menu.
View 2 RepliesI 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 Repliesi'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].....
I am trying to create a zoom/pan effect for an image gallery. The thing is that i dont have any idea on how to do it so I've started to play with it. I created a zoom button that basically make the image bigger and a mask for the image so no matter how big you going to scale it its going to show the masked area only and if I want to pan all I have to do is move the image inside of the mask.
But my problem is that I use a MouseEvent.MOUSE_DOWN event on the zoom in button and the function scale it up and position it in the center only once. What I want to do is as long as the user have is mouse down the image will zoom and when the user releases the mouse it's going to stop. Thats the effect that im trying to achieve [URL]. But the cool thing about this gallery is that when you zoom in or out it actually ease out or in and stop and it run's really smooth.