Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Special Effect On Menu



I've got a taugh-to-explain doubt. I want to make a menu which items are, let's say 1, 2 and 3. Ok, this is easy. The thing is that I want a mouse over effect, with which when I mouse over one of the items, it is highlighted with a coloured square. Til here, i managed to do it. Now is when it comes the difficult thing. I want the square to move from on number to the other when I mouse over. That's it: when I am on number 2, if the coloured square is on number 1, I want it to move with a motion tween from 1 to 2. I first thought of doing so with a GoTo action, and puting the movement into the Timeline with a Motion Tween. But I realised that doing so, the only possible movements would be from 1 to 2, from 2 to 3 and from this back to one. And I want the square to go to the rolled over number from whatever number the square is. How can I do it?I am not sure I made myself understood. The thing is I don't even know if it is possible to do. Can someone help me, please? Tks!



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 01-25-2003, 04:05 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Special Menu Effect , Just Like Http://www.schiesser.de/schiesser.html
hi
i really need to learn as soon as possible how to build a menu effects , scrolling images , preloading counter and zooming images just like http://www.schiesser.de/schiesser.html

i am building a site for a customer that wants me to make something similar.

please if some body could give me a hand on this i will much appreciate

If Pellepiano appears will be much better !!!!

Special Effect Tutorial (Magic Effect)
So this is my first ever tutorial, I think.... It definatly is my first video tutorial. Hope it helps somone. I REALLY plan on the next one being alot better.

http://www.youtube.com/watch?v=IqxV8j86wMc
http://www.youtube.com/watch?v=SkvlMvrLEoQ

The second part is without audio sorry. But it is also the part that shows the code that makes it work.

Special Effect?
Hi, I'n new to flash and would like some help with a special effect I would like to make. I would like to make an animation with a moving sky. See http://tv.yahoo.com/scariestplaces/ to see an example of this. Can any one suggest how I can creat this effect. Thanks a lot.

Special Effect
Does anyone how to do the following special effect?

I want to do a thin line running across the screen, start from left side, stretch until reach the right side of the screen. Then the line stretch out in widthwise (top and bottom)to become a semi-transparent window. Then I can use that new little banner-sized window as backgroud for the picture sequence.

thanks a lot

Special Effect
Can anybody tell me how the effect on the girls pic is done in the following URL. I am trying this for a long time but can't get through it. Pls. help.

http://www.reptil.dk/sony/

Help With A Special Effect?
Hey all, I don't know if this is the right place to post this, but I think I've seen something like this done before with actionscript, so I figure why not ask it here. I'm looking for help with an effect that will look like pouring water. I want to have this red hot liquid pouring from the top left of the screen down into this metallic surface. It will bubble when hitting the surface and as more gets poured, fill up the metallic bin sort of thing. I've got everything else covered, the bin, the bubbles, how to make it look as its filling up and everything. The act of pouring however, I'm clueless. I'm assuming some mask that will be in the shape of the pouring liquid, the size of it changing gently until it stops. What it will be showing, the actual fluid falling, I have no idea how to create. I would really appreciate any help I can get on this, and I would really like to try to make this effect as realistic as possible. Thanks in advance!
-Ange52

Special Effect How Do I Do It
Ok I have found this script for falling snow

onClipEvent (load) {
//specifies the size of the movie stage
movieWidth = 300;
movieHeight = 200;

//variables that will modify the falling snow
i = 1+Math.random()*2;
k = -Math.PI+Math.random()*Math.PI;

//giving each snowflake unique characteristics
this._xscale = this._yscale=50+Math.random()*100;
this._alpha = 75+Math.random()*100;
this._x = -10+Math.random()*movieWidth;
this._y = -10+Math.random()*movieHeight;
}
onClipEvent (enterFrame) {
//putting it all together
rad += (k/180)*Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y>=movieHeight) {
this._y = -5;
}
if ((this._x>=movieWidth) || (this._x<=0)) {
this._x = -10+Math.random()*movieWidth;
this._y = -5;
}
} - actionscript from Kirupa.com

I would like to know for my snow how i can make it look a bit different than jsut falling
maybe make the snow look like space where for example the ship is going fast and all the stars are going past. like have all the snow start in the center of some circle then come radially ******d at different speeds and eventually fade in transparancy.

anyone have an idea of how to do this? maybe post the actionscript or explain it a bit cuz im not sure where to start

Special Effect
hi all,
this is one of my fav sites, its really neat. here
My question is how can i get this little diamond effect that goes in circle and the the candle or fire shadow to the left of the page?

thanks

AS For A Special Effect
Hi guys,

Im working on a special effect for a site where you click a "tile" and it changes color. That's super easy. The next part is what im having an issue with. I want muliple instances of the same Movie Clip that would fill a full page with an array of these color changing tiles. The end result im looking for is that when you click one of the MC instances, it changes all the tiles from one color to the next but they work their way out from the origionaly clicked tile until the full page is the new color. I also want to make it where no matter which tile you click, it has the same effect.

Can someone point me in the right direction? would this be an if else statement? if someone could do me up some code, Id have your e-babies.

How To Do This Special Effect?
Please tell me how to do this special effect?

Please check the website..

http://disney.go.com/disneychannel/p...cus/index.html

when you move your mouse to the circle, there are "dots/small circles" rotating around the circle, and so are other 2 circles.

You can see "star symbols, musical symbols" rotate when you move your mouse to the circle...

And I am going to do this special effect, can anybody teach me how to do it...

Thank you in advance!

Help With Special Effect
Hey Folks,

It's me again with another Flash MX question! I am trying to create and effect somewhat similar to the one at the following website:

http://www.samjons.com

I was wondering if anyone out there would know how to create such an effect. If so, please write me to let me know how this can be done.

Happy Flashing!


Kelly

Special Effect
I saw a tutorial for this once (its a matrix of boxes that animate to reveal an image) and now I cant seem to find it. If anyone knows how I can achieve this effect seen here:

http://www.triple5soul.com

... kindly point me in the right direction.

thank u

Special Effect
When my flash site loads.. I want my bar to have blink effect.. like when it loads it blinks white for sec .... how can i do this?

How To: Special Effect
Hi,

I am designing a website, with a special effect for the opening page, a black background image, with a woman, I want a slow glowing effect from the back of the image so that the image comes out very slowly. Something like a light form behind

I tried using Mask but the result is not what i wanted.

Can some one help?

THanks

Special Effect
I saw a tutorial for this once (its a matrix of boxes that animate to reveal an image) and now I cant seem to find it. If anyone knows how I can achieve this effect seen here:

http://www.triple5soul.com

... kindly point me in the right direction.

thank u

Special Effect
I need to know how to program flash to create the effect of text being typed into a text box when the movie loads. My knowledge of flash extends to graphics, and i expect this is something to do with ActionScript...


Thanks for any help!

Help With A Special Effect
I have an effect that I am trying to figure out how to do, but I cant quite explain it and I cant find any examples to use.

I almost always see it used on photo gallery type pages. I imagine it is some kind of mask and some actionscript involved. Essentially, the photo gallery images load with like a wiper type of effect, but with maybe different shapes and at differnt angles. The mask will usually load in increments and at different speeds until the new image is loaded.

Does that make sense?

I remember seeing a tutorial for it a while back, but I cant remember where I saw it at.

Any help would be greatly appreciated.

GKC

Help With A Special Effect?
Hey all, I'm not sure if this is the right place to post this, but I think I've seen this effect before. I assumed it was created with actionscript so I figured why not give it a shot asking here. I'm looking for help with an effect that will look like pouring water. I want to have this red hot liquid pouring from the top left of the screen down into this metallic surface. It will bubble when hitting the surface and as more gets poured, fill up the metallic bin sort of thing. I've got everything else covered, the bin, the bubbles, how to make it look as its filling up and everything. The act of pouring however, I'm clueless. I'm assuming some mask that will be in the shape of the pouring liquid, the size of it changing gently until it stops. What it will be showing, the actual fluid falling, I have no idea how to create. I would really appreciate any help I can get on this, and I would really like to try to make this effect as realistic as possible. Thanks in advance!
-Ange52

Special Effect Problem
Hey,

I have a single MC on a frame which is a section on my page.
I want to have a good special effect that revials what is on the MC.

matt.net

Please take a look and help me, i need to hand this in for a school project and i want it to have more pazzaz!

L8

Special Effect Problem
Hey,

I have a single MC on a frame which is a section on my page.
I want to have a good special effect that revials what is on the MC.

matt.net

Please take a look and help me, i need to hand this in for a school project and i want it to have more pazzaz!

L8

I Want To Do A Special (drawing) Effect..... But HOW?
ok this is gonna be a bit difficult to explain but ill try....

i want a certain effect - i want a line (or object) to 'draw itself'. So when the movie start theres nothing - and slowly a black line or whatever appears as if its drawing itself.....no pen no nothing....just the line...

Somebody?!...help?!?!? - i've searched the tutorials but i cant seem to find exactly what im lookin for so id really appreciate any help i could get......

Reuss

Special Effect Question
Can anyone help me understand how to generate the _alpha values for different images in the following movie?

http://www.flashkit.com/movies/Effec...4370/index.php

Also correct me if the trick involves something else.

Thank you veru much.

Tavi

Searching For A Special Effect
Hi,

I´m searching for a special "Old Movie Effect". Visit Metallica.com and watch the "And Justice Skin". It looks like a very old movie, sometimes you can see black lines or points in the picture. Can someone tell me how to build that effect ?

Special Sliding Effect...
I have this special sliding effect that i found in the movie section of this wonderfull site, well, my problem is, i want it to slide over the _x axis and not the _y axis, i will include the .fla of the _y one..


SWF:
http://www.hgbtf.net/hogg.swf

FLA:
Included

Special Effect Cuestion
Does anybody out there have an idea on how to acomplish the effect they have on the pictures on the bottom of the menu of this restaurant site

http://danielnyc.com

or is there a tutorial you know that might share some light on how they did this??

Thanks in advanced.

Special Effect Tutorial?
There is a Special effect tutorial that i used to be able to work with in flash 5 but now i cant get it working in flash mx

The tutorial is in the special effects section of this site its making a field of 1's and 0's that randomly change so that it looks like what the tutorial calls matrix stuff. But i just wanna make christmas lights change from on to off randomly.

http://www.flashkit.com/tutorials/Sp...-152/index.php

thats the tutorial, There has to be soemthing im doing wrong, could someone help me out??

Seeking Special Effect?
anyone know how to go about duplicating the TV interferance/snow/static/no signal thing that happens to TV's in Flash???? Is there a tutorial I haven't found?


Thanks

The Offical Newbie

Help Re: Special Effect For Gallery
hi
can anyone please help, even if it is to just name the effect I need to look for.

I need to create an image gallery that (i'll try to explain) The images need to be upright - and on an invisible wheel - rotating. Sort of the position slides would be in a projectors slide machine. The front image would be facing the viewer and the rest on the invisible wheel at an angle, side on. The images can be clicked from the wheel and there needs to be forward and back functions to scroll through the images.

I have seen this done but cannot for the life of me find it.

Many Thanks
Sarah

Special Effect - Glow
Hey there!
Don't know if this is the right place to post, but I think i'll start here!
I've been trying to found out how to make a animated glow efftect, similar to the one on Simply Interactive (The effect in the top left corner..)

I doubt the actual effect is done in flash, probably in photoshop or MAX, but if any of you guys have any clues or hints (or knows about any tutorials), I would love to hear them!

Any Idea About Special Effect?
hi,
i dun have any idea on how to do an animation to image,
for example see http://spiderman.sonypictures.com
the spiderman picture looks animated from blur and look like moving, any idea how to do that?

Thanks

Special Effect - Glow
Hey there!
Don't know if this is the right place to post, but I think i'll start here!
I've been trying to found out how to make a animated glow efftect, similar to the one on Simply Interactive (The effect in the top left corner..)

I doubt the actual effect is done in flash, probably in photoshop or MAX, but if any of you guys have any clues or hints (or knows about any tutorials), I would love to hear them!

Any Idea About Special Effect?
hi,
i dun have any idea on how to do an animation to image,
for example see http://spiderman.sonypictures.com
the spiderman picture looks animated from blur and look like moving, any idea how to do that?

Thanks

Sliding Viewer With Special Effect
Hi

I am trying to built a sliding thumbnail viewer such as this one :

http://www.flash5actionscript.com/sa...ingviewer2.php

but would like it to slow down & stop if the cursor is not moving, wherever it's position is...

Some action script tips or links would be much welcome.

Thanks.
Thierry.

Special Effect Of Flashes (paparazi Like) ?
Hello,


Have you some idea about how to do
Flash lights (from reporters) ?


Thanks for your help.
Tony

Mouse Trail Special Effect ?
Found this effect here on the site and I would like to learn a bit about it and how to be able to change a few things.

http://www.flashkit.com/movies/Effec...dex.php?chk=no

I have looked through the actionscript on this item and have found these things -----

----
num = Math.random(1)*15;
n++;
if (n>20) {
n = 0;
}
duplicateMovieClip("sparkling", "sparkling"+n, n);
setProperty("sparkling"+n, _x, _xmouse);
setProperty("sparkling"+n, _y, _ymouse);
setProperty("sparkling"+n, _xscale, num);
setProperty("sparkling"+n, _yscale, num);
---
spark._alpha = 10;
verschily = -10+Math.random(1)*20;
verschilx = -10+Math.random(1)*20;
--
spark._alpha = spark._alpha-3;
i++;
if (i=30 && Math.random(1)*10>8) {
verschilly = -4+Math.random(1)*8;
verschillx = -4+Math.random(1)*8;
i = 0;
}
spark._x = spark._x+verschilx+verschillx;
spark._y = spark._y+verschily+verschilly;
---

I dont know what to change to make more sparkles appear. Thats My first question, I would like to do is increase the number of sparkles what can i add subtract change to allow this to happen.

Secondly, If possible, is to make a bit of a gravity effect so the sparkles look like they fall to the bottom of the screen. so after they are created they arc or start to fall toward the bottom of the scene.

Lastly I would alike to have Click effect where when you click the mouse anywhere in the movie it will make an explosion as i like to call it. The explosion is just a fast burst releasing many sparkles, making the click look very jazzy.

Hopefully someone knows what im talkin about and how they could help me out. =D thanks for your help guys.

Special Glow Effect For Flash
hello all,

I'm just wondering if any of you know where I can get a tutorial or if you guys can help with the glowing effect to images.

Sort of like the computers in the top left corner in this picture:
http://www.templatemonster.com/show....rch_words=1977

thanks,

Special Effect Help: Film Blur?
I am trying to figure out how to create an effect of a film blur similar to the one used in Saving Private Ryan. I think it is done with a film camera by opening up the shutter, you can see the frame lines going through as the movie plays. I would like to do this in flash but with a transition effect. Does anyone know what I am talking about, if there is a tutorial out there or have any guidelines for this kind of effect?

[F8] Scalable Footer & Special Effect.. Help
Hi, I have 2 questions!

1. Does anyone know how I can create a scalable footer which resizes with the browser width/height without it growing in height but the width adjusts in coordination with the browsers width, basically what i'm after can be found here (the bottom orange bar is the effect im after) http://www.mandchou.com/

2. Also I love the effect as seen on the project images (on the same site) just above the orange bar, how they grow and adjust in size in coordination with the cursor. Does anyone know how to achieve this effect also?

These effects are both going to be used in my presentation for uni, and i'm still really in the design process, but if im going to use both these effects the quicker i know how to create them the better! or i'll probably end up having to re-design it. Can anyone pleeease help me with what i'm after?

Thank You!

Shockwave Special Effects [was: HELP: What Effect Is This]
Can someone tell me what effect is done for the letters in the intro at this link http://www.starattractionswest.com/flashes/Las_Vegas.swf
Thanks

Special Alpha Image Masking Effect
Hello all...I have seen this alpha effect on many sites however I cannot for the life of me figure out how to do it. If you look at http://www.atb-music.com/v4.5/flash/index.php and watch the transition of the images. It is almost like the images are being faded out from their highlights, by using a tint or something. Can someone point me in the right direction to how this effect is created?

THanks!!

Funkypics Special Effect, Target Actionscript?
Hi Guys

This is bound to be really easy for someone.

I'm using an effect I found on the net which moves clips around randomly, works really nicely, however, Im having a problem with it when it's put inside another MC.

I have a site setup that uses a navigation section which loads the separate sections into a container MC on the stage. When the section is loaded that contains this special effect, it doesn't work. I guess this is a target issue in the action script somewhere, but I'm not good enough with code to see it.

I would appreciate some help with this, if someone can let me know which parts need to be changed so I can do it myself later if I need to, that would be awesome!!!

The special effect file and a "container" file for it to simulate my problem are attached.

STANDARD VERSION
http://www.weav.co.uk/temp/funkypics.swf

LOADED INTO CONTAINER MC VERSION
http://www.weav.co.uk/temp/funkypicscontainer.swf

Thanks in advance

Sprite

Help With Making Some Kind Of Special Visual Effect
ok ok, i am sorry the 'subject' is total crap...i can't really describe what i need help with, in one short line, so here it is:

i want to make a visual effect, so that if a vertical line moves right to left of the movie screen, behind it, a paragraph of words will follow...

i am not sure how to describe this any better, but an example of what I "kind of" mean is at

http://www.ultrashock.com/

and open their page, and watch the intro movie...(its pretty cool)

what i wanna learn is how to make like that
"{" sign
have words pop out to the right like that and then go back in.

sorry if the description sucks, its hard to describe something you don't know how to do...

thanks

Special Menu
hi everybody,

I search for some help to realise my menu
I'd like to do a oblique "menu", with one effect zoom like "Tsunami" effect

after several attempts, I can't do easily...

so I need some advices to proceed

for that I join with this post a visu (static picture ), to show you what my menu consists of exactly

thanks a lot for anybody help

Help On Special Menu
Hello,

I'm trying to make a menu where each button (in a rectangle shape which is as long as the site itself) moves from left to right (or in my case from top to bottom) when a button is pressed and then reveals the content page. I've seen this effect done on many sites, but couldn't find one right now- I hope you know what I mean? As I don't know what this would be called I also don't know what to look for in tutorials... can you help? Thanks for any hints :o)

Help On Special Menu
Hello,

I'm trying to make a menu where each button (in a rectangle shape which is as long as the site itself) moves from left to right (or in my case from top to bottom) when a button is pressed and then reveals the content page. I've seen this effect done on many sites, but couldn't find one right now- I hope you know what I mean? As I don't know what this would be called I also don't know what to look for in tutorials... can you help? Thanks for any hints :o)

Help With Tut -> Flash 5.0 ActionScript Special-Effect (Optic Infusion Slideshow)
I used the Flash 5.0 ActionScript Special-Effect (Optic Infusion Slideshow) tutorial from this site and got it to work beautifully!

Link to tutorial: http://www.flashkit.com/tutorials/Ac...95/index.shtml

My question is: Has anybody modified that to run automatically at the press of a button? I want the user to toggle a button that will run the slide show with a 10 sec. delay between frames and start/stop on the current frame.

New to flash so I'm not sure how to do this. I have become familiar with getTimer() so I understand that much.

Any help is MUCH appreciated!!!
[Edited by dementia4dgx on 05-31-2002 at 07:34 AM]

Get Special Effect When Converting Flash To IPod,DVD,Apple TV, Zune,PSP...
Today it is the time to stand out from the crowd by converting Flash to Video for playing on our iPod, DVD, phone, Apple TV, PSP , Zune and other portable devices. With Moyea SWF to Video Converter which I have used about half a year, I can get some special effect, do as following, you can also get these effects:

Change the background color & Capture pictures

Click the “Original” in the Background Color box, there will pop up a pigment pane, you can select one color or just DIY a color for your video background. Click the “Camera” tab to capture a picture of the playing flash, and the image files are saved as JPEG format files. Click “folder” on the right to check for its saving folder. You can click the button continuously for pictures, and check them together.

Crop the Video and Add water mark
Click the button “Crop” and the following interface will pop up.

①Crop the video. Crop the video size by changing the values on the right of the pane. Choose “Select All”, and the video will keep the original size. Or simply move your mouse cursor on the video pane to make it.

②Add image water mark. Check the “Add image water mark” box to add an image to the video. Click “Folder” immediately behind to browse for the image from your folder. Click “None” in the box to set the transparency of your image. “None” is for no editing, and on clicking “Select…” , there will be a dialog box pops up automatically.

③Edit the image. Set the RGB values to DIY a color, showing in the bar below. Drag the tolerance bar, you can easily get the picture altered in pixel; drag the Alpha bar to adjust the opacity of the picture. Click “OK” to continue.

④Set the image position. Place the position of your image by changing the values on the right side. Click the lock in the core, and you can set one certain value without changing other values.

Rip audio to an independent file
Check the “Rip Audio” box, and the audio will be extracted and generated as a single file. Click the “folder” on the right to browse for the audio destination folder, and click the “Locate” button, the destination folder will pop up itself.

With Moyea SWF to Video Converter, you can not only convert SWF not only to Zune, but Also to other formats for Apple TV, iPod, DVD, PSP...... Just as follow, you can select the format for your file.

You can have a free trial on http://www.swfkits.com/swf_to_video/

Help With Special Drop Down Menu
Hello everyone,

I was hoping to get some insight on how to do a specific drop down menu.

I am trying to get the effect of www.macromedia.com main nav. effect into this desing I am working on. www.jbassett.com/gwt/index2_2.htm.

Everytime you rollover the main buttons, I want the subnav to fade in below.

Any thoughts to have I can pull this off.

Thank you.

Copyright © 2005-08 www.BigResource.com, All rights reserved