Professional :: Create A Water Drop Effect In Flash Cs4 For A Website?
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. perhaps a you tube video. or perhaps a particular tutorial.how create a water drop effect in flash cs4 for a website?
View 3 Repliescreate water effect in flash which is similar to this website link [URL]
View 4 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 want to create a circular water ripple effect in Flex.
View 1 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 RepliesFound this interesting website I was curious how there make the "waving" effect?
View 3 Repliesi am trying to figure out how to create a water splash or bottle over flowing in Flash. can this be done?
View 2 RepliesI'm wanting to create a magnifying glass effect in my Flash website but the error 1120: Access of undefined property completeLoad is a problem for me - I can't see where the issue is though as i've delt with completeLoad just as I have progressLoad and that doesn't get the error - My code is:
[Code]....
I want to make a flash website which looks like a bookwhen a link is pressed i want it to have a page turning effect
View 3 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 RepliesDoes anyone know how to do this?: http:[url]...
View 1 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 Replies how they created the dripping water mask effect that reveals the images in the swf file located at the following address:
[URL]
i want to make water drop randomly throughout the site
View 3 RepliesI need to have a flash intro for an ambulance that changes models and years while moving down the road ...something simple but can't figure how to get it started. Will be 3 different year/models.
View 1 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 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 RepliesI'm trying to create a specific effect on flash, basically the piece Im struggling with is a ring, imagine a doughnut, inside it for this description is one button, when you click on that button I want a piece of the doughnut to shrink away, cutting a segment of it out, revealing more buttons behind it. Basically imagine it going from a 'O' shape to a 'C' shape.
View 2 RepliesI'm pretty new to Flash, and I want to create a button like these.I understand how to make a basic rollover button, but I haven't got a clue how to do animation like that.URL...
View 1 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 have a PDF I want to make downloadable via a button. Is there an action scrip command i can put on a button so the file can be downloaded?
View 3 RepliesI am not great at flash and am making a website that has a few different tabs for different pages.How do I make different urls for each page?I want to track each page seperately.
View 1 RepliesI have what I hope is a fairly straight forward question that I hope you can answer if you write code with a Mac or are at least familiar with the process on a Mac? The person I have been working with to create my photography website uses a PC. Here is the problem. I am trying to use my Mac in order to create frames so that I can add 5 more images to a portfolio that presently has 15 images.
The code is in an index.fla file. If I want to create a new frame in the index.fla, let's say LOAD CODE 381 and want to use the same text that is already present in LOAD CODE 380 but with a few edits, I have no trouble going to the Action-Movie Clip and finding LOAD CODE 380 in the left hand column. The problem is, on a Mac, how do I create frame LOAD CODE 381 and then how do I copy and paste the text from LOAD CODE 380 into LOAD CODE 381? It looks like on a PC one can open LOAD CODE 380 in the Action-Movie Clip, highlight the text then right click on the red rectangular box in the timeline. By doing so (on a PC) one sees a drop down menu that gives the option to "copy key frame". What is the equivalent of the "copy key frame" on a Mac? I can see where on the Mac you can go to Edit >copy. Is this the equivalent of "copy key frame" on a PC? If so, once I "copy" the text how do I create the new LOAD CODE 381 so that I can paste the text into the new frame?
I wish to create an interactive form in FLASH as part of a website. That is the user enters say width and height numbers in boxes and the form returns a price for that size widget. Is this possible in a FLASH based website? If so is there a specific name for this type of form so I know where to look to get help in creating one?
View 4 RepliesI will have three seperate pages for the motion tween, mask effect and shape tween... would you make the seperately, in a different scene, as a symbol or on the same scene with the website.
View 2 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]....
How can I create a music flash file that will play on every page of the web site, I am going to have about 7 pages.
View 1 Replies