ActionScript 2.0 :: Cool Oldskool Image Effect

Jul 29, 2004

Does anyone know how to make this cool image effect its on the title screen to this game (megaman vs ghosts goblins)url...

View 2 Replies


Similar Posts:


ActionScript 2.0 :: How To Make This Cool Image Effect

Jul 29, 2004

Does anyone know how to make this cool image effect its on the title screen to this game (megaman vs ghosts goblins[URL]

View 2 Replies

ActionScript 2.0 :: Any Ideas For A Cool Effect?

Oct 6, 2006

i attach a image on what i must make..but i have like a blackout.. so i hoped u can inspire me for some cool effect?please if so help me also to the code? or at least a demo code so i can make me own?

View 4 Replies

IDE :: Cool Dynamic Text Effect?

Oct 31, 2009

some web page with cool dynamic text effects, better with tutorials.

View 3 Replies

ActionScript 3.0 :: Create The Cool Effect At Site?

Feb 27, 2011

what was done to create the cool effect at this site? [URL]..When the links on the left are rolled-over an image appears in a small window that follows the cursor. Very cool.
 
I was hoping to learn how to do that, myself, but can't figure it out. No need for a step-by-step tutorial, just a word or two to point me in the right direction.

View 3 Replies

ActionScript 2.0 :: Cool Size Change Effect?

Mar 21, 2005

How do I create a cool effect where when I click on a menu item, the layout chages size according to the size of the content on the page.

[URL].. is a perfect example of this. How did he do it? Actionscript or just transitions?

This is such a cool effect, how do I do it?

View 3 Replies

ActionScript 2.0 :: Cool Decompiling Text Effect?

Mar 27, 2006

I have the following code but it only works when published for flash 6 and I need it to work for flash 8.Ive tried to tweak it but cant get it to work.I think it would be best if I could make a function out of it - ie:call the function like:myTextbox.textEffect("this is some decoding text");My actionscript is coming along but Im still learning.

Code:
myString = "this is some decoding text";
charDisplay = myString.length;

[code].....

View 4 Replies

ActionScript 2.0 :: How To Create Cool Rain Effect

Aug 3, 2007

I'm using the following code to create a very cool rain effect. Problem is, I only want the rain to last about 10 seconds, then I'd like it to fade away. I can get the background to fade, but the raindrops still appear. How I can accomplish this?

Code:
for (i = 0; i < 50; i++) {
var newDrop = mcRaindrop.duplicateMovieClip ("mcRaindrop" + i, i);
newDrop._x = random (350);
newDrop._y = random (20);
newDrop._xscale = random (100);
[Code] .....

View 1 Replies

ActionScript 3.0 :: Cool Drag Effect For MovieClip

May 17, 2011

I was taking a look at this site [URL] and really liked the drag functionality to navigate. You can drag up down, left and right. I wanted to try and get the same effect. I would assume creating one big movieclip and adding the drag functionality to that. My concern is that it might not be optimized. Do you think I will need to load content on the fly? Or do you think I will be able to load everything in the initial load and keep it running from there? If there is a specific name for this effect?

View 12 Replies

ActionScript 2.0 :: Emulate Cool Spinning Effect?

Apr 23, 2005

[URL] creating this cool spinning effect RCA uses for their buttons?

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 :: Create A Cool Effect Where When Click On Menu Item

Mar 21, 2005

How do I create a cool effect where when I click on a menu item, the layout chages size according to the size of the content on the page.URL...How did he do it? Actionscript or just transitions?

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 :: Image Tiling And Cool Effects?

Jul 24, 2006

I am working on an as3 slideshow class and I came across a blog post that gave me the idea to use better transitions than the sliding out and fading I originally intended to use. [URL]The source for that class is available and it is a good starting point but I wanted to check and see if anyone know of similar projects that had more effects. Right now I just have the random explode effect from the above link and before I start working on effects I wanted to see what was out there.

View 1 Replies

Flash :: Silverlight - Resources For Cool Silverlight Image Animations?

Sep 5, 2011

I found Vectorlight which is quite good, but are there any tutorials or books about doing cool effects with silverlight. I'm after for resources focused more for a designing and presentation. Mostly the books about Silverlight is focused on doing boring business applications like making grids and forms.

View 1 Replies

Flash8 :: Image Slide Effect - From One Image To Another Using Next And Previous Buttons

Jul 23, 2009

I'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 Replies

Flex :: Get Glow Effect On One Image While Mouse Over On The Another Image?

Mar 9, 2011

i have two images, when i mouse over first image at the same time glow effect raised on second image.

View 2 Replies

Cool Sites And Menus And Everything?

Mar 27, 2009

I found this site. It has a lot of cool usefull stuff, plus you can put on your own stuff and sell it.

View 1 Replies

Make Cool Transitions Between The Pages?

Apr 8, 2010

In "flash website templates" we see some amazing transition effects between the pages, I wonder how they do it? Are they made of flash? or those effects are created in some other application like "after-Effect"? or are there any special tween engine to make effects?I have been searching for a while...but still confused and looking for guidance.

View 2 Replies

Use This Effect For A Flash Image Banner?

Oct 23, 2009

I'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 Replies

Image View - Scrolling Before And After Effect

Apr 18, 2011

There'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 Replies

Image Flip Effect With Randomizer?

Feb 4, 2009

I 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 Replies

ActionScript 2.0 :: Make An Image Map After Effect Is Done?

Jan 6, 2004

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 Replies

ActionScript 2.0 :: Panning Image Effect From The URL?

Jun 7, 2011

I 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.

View 2 Replies

ActionScript 2.0 :: Make An Image Map After The Effect Is Done?

Jan 6, 2004

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 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 :: Create A COOL Entrance Page?

Sep 8, 2009

so i have a project where i will be making a website. I will be using flash to make it interactive and visually appealing. I found a website with a really cool entrance page, iew it n't really know much about the action script language so be as precise and clear

View 1 Replies

Make A Cool Homepage Content Slideshow?

Oct 25, 2010

How to make a cool homepage content slideshow like this one[url]...

View 2 Replies

ActionScript 3.0 :: Cool Animated Line Drawing?

Jan 31, 2008

so maybe this animation is not that cool. But line 'draw-on's like this are quite common and I cannot find an easy way to do this in flash. I have tried masks, but (as far as I can tell) the line path is too complex for a mask. I have tried animating it using shape hints, but flash just gets hopeless confused as to how I want the line to animate on. I could export this as an swf out of AfterEffects, but the file size seems way too big for what the animation is. I have begun to realize that maybe this type of animation is often achieved using actionscript.

View 8 Replies

ActionScript 2.0 :: Resources For Cool Flash Websites?

May 21, 2010

Can anyone recommend some good flash website resource sites like [url].....

View 0 Replies







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