ActionScript 2.0 :: Make A Running Water On A Waterfall

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


Similar Posts:


ActionScript 3.0 :: How To Make A Water Reflection

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

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 :: Make It Look Like Water Droplets Are Coming Down The Screen?

Aug 5, 2011

Im building a website and i want it to look like there's water coming down the screen when it first loads but be transparent and see the website behind it... Is this possible?  I am no expert at flash so before i dive into it I just want to know if this is possible

View 1 Replies

ActionScript 2.0 :: Make Water Drop Randomly Throughout The Site?

Jul 16, 2007

i want to make water drop randomly throughout the site

View 3 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 3.0 :: Make A Cool Water Effect Using Bitmap Data And A Displacement Filter?

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

ActionScript 3.0 :: Flash - How To Stop The WaterFall

Dec 10, 2011

How can I remove the Water Fall to stop flowing (It is keep on flowing continuously)? The following is the code.

Code:
//WaterFall Code:
import com.flashandmath.dg.display.*

[code].....

View 3 Replies

IDE :: Make A Text Effect Where The Colours Fill Up Inside The Logo Lettering As If Water Was Being Poured In

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

ActionScript 2.0 :: Stop The Script When It's Running - Make The Sky No More Snowy And Make Snow Disappear?

Dec 25, 2002

how to stop the script when it's running.To make the sky no more snowy and make snow disappear.

View 1 Replies

ActionScript 2.0 :: MX > How To Make Functions Stop Running

Jul 14, 2003

how to move from one frame to another (once clips complete their actions). I had previously posted some questions regarding this matter, but I think the post got too long and confusing (at least to myself).SO I'm starting over from scratch and want to go step by step so I can understand. I have a line clip on stage that I move down the screen and center and expand it at the same time to fit the width of the stage. Now I have this code for that:

[AS]
goDownAndCenter=function()
{

[code].....

View 5 Replies

Professional :: Exe Projector Running Slow While Swf Running Fine?

Mar 19, 2012

I have a strange problem. When I run an exe projector that I exported from flash cs5.5, and on few of my client's computers it running very slow in full screen.When I running an swf file (not exe projector), also in full screen, it running well!I checked my clients computer hardware, and it match the system requirements of flash player.

View 3 Replies

IDE :: Site Is Running Inside The Dreamweaver But When I Publish, It Is Not Running?

May 11, 2009

I have a problem in Flash Site uploading.That is, i have created a flash site & in the dreamweaver i inserted the flash site as insert -> media -> Shockwave.The site is running inside the dreamweaver but when i publish it, flashsite is not running.

View 2 Replies

IDE :: Water Fluid Effect?

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

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

Actionscript 2.0 :: Platformer With Ground And Water?

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

ActionScript 2.0 :: Vibrating Water Effect?

Sep 9, 2003

how the animation for this flash image was created?

View 11 Replies

ActionScript 2.0 :: Image Effect (like Water)?

Dec 21, 2004

Does anyone know how to do this?: http:[url]...

View 1 Replies

Professional :: Water Drops Effect With Textbox?

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

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

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

Flash :: Draw And Animate Flowing Water In It?

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

ActionScript 2.0 :: Create Water Effect In Flash

Feb 4, 2003

create water effect in flash which is similar to this website link [URL]

View 4 Replies

ActionScript 2.0 :: Dripping Water Mask Effect?

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

ActionScript 3.0 :: Flash Splash Water Effect?

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

ActionScript 2.0 :: Water Filling Inside Text Effect?

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

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 3.0 :: Find A Water Physics Particle Engine?

Jun 3, 2009

where i can find a water physics particle engine.

View 2 Replies

ActionScript 2.0 :: Masking - Displaying Picture Through Water Drops

Apr 12, 2004

I have a code that duplicates a movie clip that then falls across a picture. They are sort of like water drops on a window but I want the picture to only be seen through the water drops. My problem is I can't get more than one drop to mask the picture at a time. I have tried code in the duplicated MC and I have tried pasting a bunch of instances to the stage and creating a mask later. The following is the code of the duplicated movie clip where _root.drop is the falling mask and _root.bg is the picture I want to see through the drops.

onClipEvent (load) {
var framecount = 0;
if(this != _level0.drop){
this._x = random(795) + 15;
this._y = -30;

Btw, a published edition of what I currently have is available at: [URL]

View 1 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







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