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


Similar Posts:


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

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

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

IDE :: Make A Shine Effect With Different Intensity Depending On The Bottom Logo?

Feb 9, 2009

How can I make a shine effect with different intensity depending on the bottom logo?

(See attachment).

View 7 Replies

ActionScript 2.0 :: Make Text Tween Between Colours To Get A Nice Smooth Transition?

Jul 6, 2011

So I can tween shapes and such for their colours, but when I try to colour tween text, it won't work. I've tried various things, motion tween, shape tween, making them movie clips, making them graphics, ect. How do I make text tween between colours to get a nice smooth transition?

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 :: 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

ActionScript 3.0 :: Springy - Make A Logo Where The Text Avoids The Mouse?

Dec 22, 2010

im trying to make a logo where the text avoids the mouse ( i got that much) but than the text springs back to its original position when the mouse isnt close to it anymore. heres my current code

[Code]....

View 0 Replies

Flash8 :: Lettering In The Dynamic Text Boxes

Feb 25, 2010

I had a form working fine at [URL] and then I edited something that made it screw up. I have been poring over the code but I can't figure out what I did wrong.look at the Contacts page and tell me if you can discern what would cause the lettering in the dynamic text boxes.

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

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

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 :: 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

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

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

ActionScript 3.0 :: Dynamic Texfield On Stage With A Instance Name Logo_txt And "LOGO" Text Written Inside Currently?

Apr 7, 2009

I have a dynamic texfield on stage with a instance name logo_txt and "LOGO" text written inside currently...

this is written in my xml:

PHP Code:
<logo itemText = "BREATHING SPACE"></logo> 
and this in as:
PHP Code:

[Code]...

View 6 Replies

IDE :: Shine Effect On The Logo?

Jan 28, 2009

how can I make a gradient area for the shining effect, like in this logo ?

View 2 Replies

CS3 Logo Mask Glimmer Effect?

Apr 14, 2011

I'm guessing this would be simple but I just started in flash and have no clue what I'm doing wrong here. I'm trying to add an animated logo effect using a linear gradient to create a glimmer effect, using a motion tween. In order to make it appear the logo glimmered with light every so many seconds.When I add a mask to the glimmer layer but the effect comes out obviously wrong. I read somewhere that in the action script I have to use "cacheAsBitmap" but that does not seem to effect anything.I found an example of the effect I am looking to do in a tutorial pertaining to text effectsI have seen this effect used thousands of times online, but there doesn't appear to be any tutor

View 6 Replies

Adding Flash Effect To Logo For Site?

May 11, 2011

I am relatively no used to flash but wanted to put a flash effect to my logo for my site. I managed to do the effect on a site I saw on the next. The effect animations I used was hue and saturation effect. Here a direct link to the logo online with the effect. Anyway I cud do that on flash n stick it to my site ? I tried hosting it to the site I did it on n it takes ages to load. [URL].

View 1 Replies

CS3 Circular Logo Chasing Shine / Glare Effect

Mar 31, 2010

I'm trying to create a chasing reflection and a circular logo in flash, after effects or whatever!!! Do you know how to do this? It's more like if you had a chrome circular ring in your palm and as the sun hits it, the glare/shine would run around the edges of the logo, does this make any sense?

View 7 Replies

ActionScript 2.0 :: Do A Lighting Mask To Have The Effect Of The Moving Gleam Across Logo

Jun 14, 2003

I have a logo I created for my webpage with FreeHand. I have finally learned how to do a lighting mask to have the effect of the moving gleam across my logo, but whenever I try to create the effect (using different methods even) it isnt' working correctly. Only part of my logo is being affected by the mask. I have tried all the things that I can think of to make this work. So far the only thing that has worked is changing the vector logo into a jpeg and plugging it into flash, but I really don't want to do that due to resolution and cleaness of the image. I am including links to the 2 files - the original logo as well as the masking .fla file that I have been trying to make work.

[Code]...

View 11 Replies

Actionscript 2.0 :: Top Down Falling Particle Effect To Reveal Dynamic Mask / Logo

Apr 8, 2009

I have plenty of ways of creating falling snow like effects, but a client has just comitted me to an effect as a test of my ability without talking to me first, that I am a little stumped by.I need to have a top down falling snow effect (its actually supposed to be flour falling from a sieve but hey...). All the snow effects I know, fall down sideways on, from top to bottom, and then they disappear off the page (the flakes).I need the particles (movieclips) to fall downwards from a birds eye view, and 90% of them to disappear, but the remaining 10% to gradually (over about 5 seconds) build up a white logo (shape) in the middle of the screen.So I am guessing that I am going to have to be clever with dynamic masks to get the shape appearing a little bit at a time, and then I also need some random motion, and scaling as the particles fall downwards (and away) from the eye.

Before I jump in at the deep end, has anyone got any ideas on this, even just part of it (the falling particles or the revealing dynamic mask part) would be a great help.Please let me know if you can help with ideas and input in anyway, and I'll give you credit on the final project when complete, as well as much help as I can with game related scripting and deisgn/URL...

View 2 Replies

Make A Very Simple Self-made Background With Different Colours?

Apr 10, 2010

I know that this might be a silly question but unfortunatly I can't figure out the answer for it! Well basically it's about getting a self-made background (or horizon) in an animation...THIS is a good example of the background I mean... Can someone please clarify to me how this is done? I tried the brush and bucket with different transparencies and strokes but I can't get it right

View 1 Replies







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