ActionScript 1/2 :: Ripple Effect For Images And Text

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


Similar Posts:


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

Create Water Ripple Effect With Mouse?

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

ActionScript 3.0 :: Make Water Ripple Effect?

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

Professional :: Ripple Effect Inside A Bitmap Image?

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

Create A Circular Water Ripple Effect In Flex?

Dec 30, 2009

I want to create a circular water ripple effect in Flex.

View 1 Replies

ActionScript 2.0 :: Make A Cool Water Ripple Effect?

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

ActionScript 2.0 :: Water Ripple Mouse Follow Effect?

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

ActionScript 2.0 :: Water Ripple Effect Triggered By Mouse Rollover

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

Flash 9 :: Image Slideshow With Fade And Text Effect Over Images?

Nov 18, 2008

I want a flash movie with image slideshow with fade effect. When image enter then some text should appear on it and when image change text should also change.

Actually i need flash like. [URL]

View 2 Replies

ActionScript 2.0 :: Text Effect Pom Used In The Footer Contest, Use The Same Grid-type Method Of Creating Mc Letters But With A Different Effect?

Jun 16, 2003

I really like the text effect Pom used in the footer contest, and would like to use the same grid-type method of creating mc letters but with a different effect. i understand how to change the parameters and shapes of the letters, but can't seem to figure out which piece of code is purely for the explosion effect. basically, i want the letters but with the 'Repel' effect from[URL] here is Pom's AS:

[AS]
cellSize=3;
radius=10;
damp=.85;

[code]....

and here is the .fla using the repel effect using pre-made mc:

View 6 Replies

ActionScript 3.0 :: Ripple Effects On Buttons

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

ActionScript 2.0 :: Adding Text Effect To Random Text Loaded From Exteral Text File

Apr 25, 2011

I am still using flash MX. I'm pulling random text from a textfile (array.txt) into movieclip instance textbox.[code]All is good, but now my question is if I can have a text effect as well. For example having the random quotes typed out as they appear.

View 16 Replies

Flash Actionscript Dynamic Water Ripple

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

ActionScript 2.0 :: Create Some Letter Effects Like Waves / Cascades / Ripple

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

Same Mask Effect For Multiple Images?

Jul 27, 2011

I have a mask and I want to take 12 images and put the same mask to it and then loop them.I can apply the mask to one image but would this be easier to do in actionscript or am I completely off base here?

View 21 Replies

Tweening Effect Of Images Merging Into One Another

Jun 23, 2009

I've been asked to re-design this website URL... but the client still wants to keep the tweening effect of the images merging into one another.Can anyone point me in the direction of a decent tutorial or some tips on the best way to go about it. I use Fireworks and Dreamweaver CS3 and I have very basic knowledge of Flash so I'm not afraid to use that application if I have to.

View 5 Replies

ActionScript 3.0 :: Zoom In/out Effect On Images?

Oct 19, 2009

I want to do a zoom in/out effect on images. I am using caurina to scale the images everythign is working fine but it always scales for the rigstration point of the movie clip which in this case is top left.

Is there any way to zoom from the point the user clicks the image using caurina?

View 1 Replies

ActionScript 3.0 :: Mouse Over Effect On Png Images ?

Nov 5, 2009

I am loading the .png image files on my stage and i have mouse_over and Mouse_out effects on that, now this .pngfiles has little drop shadows on sides - when i mouse over it - it scales a little bit,but when i mouse over on edges - it acts wired, it countinuously detects mouse over aand mouse out like 100 times in 1 sec, if i move mouse from edges to little center then it works fine,

View 2 Replies

Actionscript 3 :: Put Gradient Masking Effect In My 20 Images?

Jul 13, 2010

i want to put gradient masking effect in my 20 images.

var arr:Array = ["m1.jpg","m2.jpg","m3.jpg","m4.jpg","m5.jpg"];
for(var i=0; i<20; i++){
duplicateMovieClip(ho, "newImg_mc"+i , this.getNextHighestDepth());[code].....

View 1 Replies

Adding Particular Transition Effect Between Images In Slideshow

Feb 16, 2009

I've been asked to incorporate a slideshow into a website that I'm working on, which is fine, except they have seen a particular tranition effect that is used between images, this can be seen on these two sites...[URL]. Its kind of a bleach effect? Which I presume is achieved using some sort of tween engine like Tweenmax or the Fusekit? The Honda site also has a nice second transition effect which is pretty cool, where dots kind of fall away? Has this just been done on the timeline?

View 1 Replies

ActionScript 2.0 :: Make Transition Images Effect?

Nov 28, 2006

how to make this effect transition images? [URL]

View 2 Replies

ActionScript 2.0 :: Images To Rotate Like The Carousel Effect?

Jun 13, 2008

I am working on a code where there are images with reflection..they are arranged one after other facing the viewer...and i want the images to rotate....like the Carousel Effect....I have checked on Net different Carousel Effect codes but nothing is going well for me....

View 2 Replies

ActionScript 3.0 :: Effect Apllied To The Images In Website?

Jul 11, 2010

Can somebody say to me what is the effect apllied to the images in this website? [URL].. I'm talking about the effect that stays when you click on a section of the website then there's an images that turn 360 but in a different way with an effect.

View 8 Replies

ActionScript 3.0 :: Create Such Rotating Images Effect?

Dec 29, 2010

How can I create such rotating images effect using AS3? Using Flash CS4.

[URL]

View 4 Replies

Flash :: Images Transition Between Each Other And The Hover Over Zoom Effect

Jan 27, 2010

how would one go about replicating it or something similar. I like the way the images transition between each other and the hover over zoom effect. [URL] Is there any tutorial on how to achieve something like this or close to it?

View 3 Replies

ActionScript 1/2 :: XML Gallery - Sliding Effect To Display Images

Oct 26, 2009

I have build a gallery but its very simple. It takes images from xml file. I have attached all files in zip. First when I press next button it goes to next image but with no effect. It just displays next image. I want to incorporate a sliding effect when the image is changed to another. And second I want to use autoplay feature. As soon as swf starts the images came one by one with difference of few seconds.
Attachments: slideshow.zip (752.0 K)

View 3 Replies

ActionScript 3.0 :: Mosaic Transition Visual Effect For Images

Apr 14, 2011

I would like to do this images masic transition effect: [URL]. How should I start ... I guess if there is any library available for handling this.

View 2 Replies

ActionScript 2.0 :: Make A Fade Effect From Blocks To Images?

Aug 8, 2002

how to make a fade effect from blocks to images [URL]. I am not reffering to the text effect but the image effects he has on his site.

View 1 Replies

ActionScript 2.0 :: Photo Gallery - Fade In And Out Effect Between Images

Aug 17, 2005

I followed the tutorial concerning the "Photo Gallery using XML and Flash", and everything works great. The only problem is that I have to make some alterations in the initial code, and I just can't get it right.

Here's what I have to do:
1. Introduce a fade out that intertwines with the fade in of the nextImage;
2. Add a link to the xml, so that when the user clicks the images, each leads to a different page.

To achieve this, I've tried to play around with the alpha values on prevImage, slideshow, and nextImage functions, but as for the results either the pictures don't appear, or simply flash intermittently when they do. As for the Link part, I've trying to introduce a <link> line on the xml file, and put a 'href' value on the <image> line. None worked.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved