[F8] Expanding Button
Hi all, I'm looking for a way to duplicate the button effect as seen on the Vivien Westwood site http://www.viviennewestwood.com/flash.php the buttons in question are in the accessories section. they grow as your cursor gets nearer with maximum being reached when cursor is over center of button. the button then shrinks as the cursor moves away...
any help would be greatly appreciated
many thanks
FlashKit > Flash Help > Flash Newbies
Posted on: 10-21-2007, 06:32 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Expanding Button Help
I have a problem assigning a function to the buttons is the attached file. Each attempt either causes the actioncript to stop working or doesn't work at all. I would like to add some script like [ <home>.onPress = function() ]. I just can't get it to work.
Thanks for any help.
Expanding Menu Button
Hi guys, extreme newbie here, so go easy on me!
I have this:
And need it to tween to this on the over state:
What is the best way to do this? Any help EXTREMELY appreciated. Thanks guys.
Expanding Button Action Problem
hi there,
I have a button problem:
I'm really hoping you could help me with this?? PLEASE???
I have buttons that expand when you mouseover them. The actionscript on the actual button is:
onClipEvent (enterFrame) {
// set parameters for this button's expansion
_root.Expand(2, _root.button5, 175);
}
NOW, I want to use a load movie action - but it doesnt work!
When I use on ClipEvent (loadMovie) - the button expansion plays but the movie thats loaded is dissappearing when i click on it (it is another menu)
When I use on release load movie, the animation doesnt play - but the menu it loads works beautifully.
Do u have any clue as to why this is happening?
This is the actionscript Im using:
Actions work - no animation:
on (release) {
unloadMovieNum(1);
}
on (release) {
unloadMovieNum(3);
}
on (release) {
loadMovieNum("company/menu2.swf", 1);
}
Animation plays - menu not working...
onClipEvent (mouseDown) {
loadMovieNum("company/menu2.swf", 1);
}
Thanks Alot!!
Expanding Button Moves Surrounding Buttons Away
I've seen an effect used in a few places that i'd like to try and recreate. Say you have a row of thumbnail buttons(thumb1_btn, thumb2_btn etc..), on rollover of one of these the button expands and the buttons to either side 'bounce'(well just move but as if the movement has been caused by a collision with the expanding button) away to accomodate the increased size of the new button. can anyone point me in the right direction to get started on this please.
Thanks.
Expanding Button Moves Surrounding Buttons Away
I've seen an effect used in a few places that i'd like to try and recreate. Say you have a row of thumbnail buttons(thumb1_btn, thumb2_btn etc..), on rollover of one of these the button expands and the buttons to either side 'bounce'(well just move but as if the movement has been caused by a collision with the expanding button) away to accomodate the increased size of the new button. can anyone point me in the right direction to get started on this please.
Thanks.
Expanding Button Moves Surrounding Buttons Away
I've seen an effect used in a few places that i'd like to try and recreate. Say you have a row of thumbnail buttons(thumb1_btn, thumb2_btn etc..), on rollover of one of these the button expands and the buttons to either side 'bounce'(well just move but as if the movement has been caused by a collision with the expanding button) away to accomodate the increased size of the new button. can anyone point me in the right direction to get started on this please.
Thanks.
Expanding/Animated Movie Clip Button Tutorial
NOTE TO THE MODERATORS: I know that double posting is discouraged. I am placing this tutorial here because this is where this discussion of buttons started earlier today. Because I hope it will be of use to others (who might not see it here) is why I am also starting it as a new thread. As a fairly new member here I assure you - and the Forum at large - that this will not be a regular practice.
(Sorry if I offend anyone here by going through all the steps...since one never knows who knows what about what under these circumstances.)
Go to the Insert Menu and create a new movie clip symbol. Name it button_mc. (Be sure to click on the movie clip option even though we are creating a button.) This automatically takes you to the timeline for the movie clip.
In the timeline create four layers. From the top downward name the layers in this order: Actions, Labels, Text and Background. (If you wish to add a sound effect to your button you can add a 5th layer at the bottom for your sound.)
Click on the first frame of the Actions layer and open your Actions panel. Put in a stop(); action the purpose of which is so that the timeline of your button does not just play through. At the 20th frame of the Actions layer place another keyframe and in your Actions put another stop(); action. This will keep the playhead from playing through to the end when you are in the second (_over) state of your button.
Close the Actions panel. (The rest of the AS - to make the button function - will be placed later in the Actions layer on the main timeline.)
Extend all four (or five) of your layers out to say the 35th frame.
At the 10th frame of your Labels layer insert a keyframe. At the 25th frame of the Labels layer insert another keyframe. Click anywhere on the frames between the 1st and 10th frame of this layer. In the Property Inspector area under where it says Frame type in _up. Move to the frames between frame 10 and 20 of the Labels layer, clicking anywhere. In the Property Inspector type in _over. Finally in the last segment of the Labels layer click anywhere and in the Property Inspector type in _out.
The first segment will be what your button will be doing when it is not selected. (Nothing.) The second segment will be when you rollOver the button with your cursor (It will animate outwards.) The final section (_out) will be when you rollOut of the button and the button animates back to its original position.
Click on the first frame of your Background layer. Selecting the rectangle tool, select what colors you want for the fill and stroke colors for your button. With the colors selected, draw a rectangle for the size of your button as you want it in your closed state. (Remember to make it big enough to hold your text but not so big that it would be huge when you animate it outwards.)
At the 10th frame of your Background layer insert a keyframe. This is where your animation will start from. At the 20th frame on this layer insert another keyframe. (The length of these segments you can adjust depending upon how fast or slow you want your animation to take place. BUT this keyframe must be even with wherever you placed the second stop(); in your Actions layer.)
With the keyframe you just created on the Background layer selected click on your rectangle and select the Free Transform Tool in the toolbox. (The second one from the top on the left hand side.)
Your free transform handles should now be on your rectangle. Move the right side out to wherever it is you'll want your button to go to. (As an alternate idea you could make the button extend upwards, downwards or to the left.)
With the rectangle where you want it in your extended position, click anywhere between the two keyframes that are the starting and ending point of your animation. In the Property Inspector go to the dropdown menu for tweens. (It is in like the middle of the Property Inspector at the top.) Select Shape as the type of tween you are executing. A solid arrow should appear between your two keyframes against a slightly green backing.
If you move the playhead back and forth you can see how your button will animate to its out position.
At the 25th frame of your Background layer insert another keyframe. (This should be right under where your _out label starts on your Labels layer.) Go to the last frame of the layer (frame 35) and insert another keyframe.
Now you want your button to go back to the same spot that it started in.
Go back to frame one of your Background layer. Right click (or control-click on a Mac) on frame one. A menu will appear. Move down to where it says Copy Frames and release. You've now copied the place where the button started out at. Go back to frame 35 of this layer. Right click on it (or control-click if on a Mac) and move down to where it says Paste Frames. Frame 35 is now the same state as frame 1 where we started.
Once again create another Shape Tween between your last two keyframes on this Background layer. When you move the playhead back and forth over this section you will see your button animate back to its starting position.
OK, onto the Text.
Click on the first frame of the Text layer. Selecting the Text Tool, click on or around the button. (It does not have to be perfectly within the box. After your text is typed then you will move it into position.) Type whatever the button is going to be in your website. (Home, Contact, About Us, etc.)
With your Text typed, select your Selection Tool and move your text centered into the rectangle.
When your button animates to the right you will want the text to go with it.
Place a keyframe at the 10th frame. (This should line up with the keyframe in your Background layer and where your _over label starts in your Label layer.) This will be the starting point of the animation for the text so apart from placing a keyframe here, we do nothing.
Place another keyframe on the Text layer at the 20th frame. This should coincide with the keyframe on the Background layer as well as with the second stop(); action in the Actions layer.
With this keyframe selected in your Text layer use your Selection Tool to move your text to the center of the now extended button. (Hint: If you hold down the Shift Key while you drag the text to the right it will keep it on the same _x level that you started from.)
With the text positioned, right click (control-click on a Mac) on the area between the two keyframes you just created on the Text layer. At the top of the menu is the Create Motion Tween. Select it. Now as you run your playhead across you can see how your button AND the text will animate out.
Of course you'll want the text to return to where it started from when the button goes back to its starting position.
At the 25th frame of the Text layer place another keyframe. (Under the start of the _out label heading.) This is where the animation will start from so we add nothing to this keyframe.) At the 35th frame of the Text layer place another keyframe. As we did with the rectangle, we want the text to return to the precise place it started from. Copy the first frame of the Text layer and Paste it on to the 35th frame.
Now the entire animation is complete.
(If you wanted to get more advanced and add a sound effect to the button animating out: on that 5th layer (which you can or don't have to have) add a keyframe at frame 10. You will have had to import some sort of a sound effect (a click or something) to your library.
Add another keyframe on this layer to frame 20. Select frame 10. In the Property Inspector is a Sound section with a drop down menu. In the drop down menu will appear a list of whatever sounds you've imported to your library. Select the one you want for your sound effect. (Note: it should be a short sound effect so that it fits into this range of frames.))
If you have not been doing so along the way (always a good idea), Save your file. Return to your main timeline.
Presently (assuming you started from a brand new file) there is nothing on your stage or on your timeline.
In your main timeline create a second layer. Name the top layer Actions and the one below it Buttons.
With the buttons layer selected, drag from the library an instance of button_mc. on the stage will appear the button movie clip you just created. Of course it won't do anything yet until you add the ActionScript.
With the instance on the stage go to the Property Inspector and give the instance the same name of button_mc.
Now you are ready to make it all work.
Click on frame one of your Actions layer in the main timeline and open your Actions panel.
In the Actions panel go to the Target Path icon (third from the left at the top of the Actions panel (the crosshairs one). In the panel that opens up select your buttons_mc and hit OK. The keyword "this" will appear before the button name. Highlight it and delete it.
The entire code you will need is this:
button_mc.onRollOver = function() {
button_mc.gotoAndPlay("_over");
}
(button_mc is referencing the movie clip named button_mc which connected to it has the label named _over)
This code gets your button to expand.
To get it to close the code:
button_mc.onRollOut = function() {
button_mc.gotoAndPlay("_out");
}
(Be sure to include the " " marks or this will not work.)
Now as nice as all this is, in a running website you obviously want the button to connect to something (i.e., to open another page or to run another movie clip). Although we have not created that "something" here, the code that you would add might look something like this:
button_mc.onRelease = function(){
loadMovie("lamps.swf" , emptyLamps_mc);
}
or
button_mc.onRelease = function(){
gotoAndPlay("scene2", 1);
}
There are numerous creative possibilities you can play with here. How fast or slow your animation takes place when you rollOver and rollOut is determined by how many frames you have in your Motion and Shape tweens. You might want to have the color of your button change as it animates out. Then have it change back to its original color when you rollOut. Just a few thoughts.
I hope this proves of interest and useful to some of you.
Christian (small_guy) Seaborn
seaborn.christian@gmail.com
Quote:
Originally Posted by BetaWar
I was wondering if ayone knows where we could find a tutorial to do the type of thing in hermtheworm's link up top. It seems like a cool idea and everything but I keep having trouble with it. When I try to make it grow all it does is skip to the end... then go back (if I am lucky).
Yes, I am a nood at Flash but I am trying to get better...
Expanding
Hi,
I would like to expand a square (0,0,100,100) to (0,0,200,200)position with using an Aaction Script(not using timelines with tweening).
Is there any way?
Thank you.
Expanding Mc
I was looking around some flash sites and came across www.2advanced.com (Excellent site, very impressive) and I noticed that they have what I can only describe as an expanding mc where they load other mcs' and content. All the stuff below them is then pushed out the way. How is this effect achieved?
Regards.
Expanding Box
I would like to know what how to (or what script to use) in making a button that will make a box expand in a menu.
[F8] Expanding SWF
How can I create an SWF that expands over the rest of the html content when I roll over it (popular in advertising banners right now. Example: the crafts man banner at http://my.yahoo.com/).
What is this employing besides just the swf, dose this use java of something else to allow it to expand over other content?
If so where can I find out more on how to do something like this?
I have looked on this site and many others and haven't found vary many good answers.
Thanks.
Expanding SWF AS2
How can I create an SWF that expands over the rest of the html content when I roll over it (popular in advertising banners right now. Example: the crafts man banner at http://my.yahoo.com/).
What is this employing besides just the swf, dose this use java of something else to allow it to expand over other content?
If so where can I find out more on how to do something like this?
I have looked on this site and many others and haven't found vary many good answers.
Thanks.
Expanding Ads--
I've been looking everywhere to find out how to make expanding flash ad's such as the one that can be found on
http://www.cbs.com/
also the one that is found on
http://www.informationweek.com/news/...leID=177102947
in the top right corner of that page
Are there any tutorials on this topic? I searched but came up with nothing.
Help With MC Expanding
I want to create a movie clip, then place a text field inside.
The movie clip is just a black rectangle, with a simple colored outline, but when I place the text field inside, I want the movie clip to expand as long as the text is.
I tried setting the width of the movie clip to the width of the text field, to no avail??
Any ideas?
Expanding A Square
Hey, I'd like to have the out line of a square (which will act as a mask) expand (technically keep the top of the square in one spot while dragging the bottom part of it towards the bottom of the screen. I'm not sure how I would do this, also, would it be best to make the square a graphic or image?
thanks
Tyler
Expanding Boxes
I have these boxes(4)lined up next to each other,each are a different colour and about 1 inch thick. With 4 buttons to the left of them(one for each box). I would like it so when you click the button one of the four boxes expands over the other boxes so it will just be one big box. I tried a bunch of differnet things all last night and today, and now I come to the community for help. I tried using tellTarget and then just bringing the alpha down to zero and stuff like this but it did look like the way I wanted it to.
Expanding Menu Help
I found this .fla in the open source section, but I can't get the submenu links working.
http://www.digital5ive.com/cool03.fla
Can anyone help me figure this out? Thanks.
Expanding Caption Box
Hi.. I was wondering if I could create a caption box in flash which expands automatically to the amount to text that is entered in the box.
Thanks
Expanding Buttons - HELP
Hi
I am trying to produce expanding buttons in flash mx. I have managed to get them to expand from the centre, but would like to have them expand in one direction (ie to the right) not both left and right!
So far I have a button with the following code:
on (rollOver) {
//set up for grow
newscale = 4000;
}
on (rollOut) {
//set up for shrink
newscale = 100;
}
on (release) {
//do something
trace ("Home");
}
This button was then made into a movie clip with the following code@
onClipEvent(load) {
//set initial scale to 100
newscale = 100;
}
onClipEvent(enterFrame) {
if (this._xscale > newscale) {
//shrink
this._xscale -= 150;
} else if (this._xscale < newscale) {
//grow
this._xscale += 150;
}
}
If anyone can help, it would be most appreciated! Thanks!
Expanding Lines
How come when you draw a horizontal line....
-------
Then you multiply 200% to its width....
And you end up with a thick + long line...
----------------
----------------
Aint it supposed to be...
-----------------
Cause that's what I want.
Expanding Letters
I have a movie which duplicates to animate letters falling from the sky and spelling a word. However, the last bit of the animation scales the letter by 400% to make it more readable but when I do this the letters all end up overlapping each other. I could increase the _x gap between them during the duplication loop but then the animations widen out off the stage. So the question is, how do I adjust the _x value of the final resting place using the loop variable from the duplication script? Whatever I seem to do seems to do nothing!
Thanks!
Ig
Expanding Rectangle
Is there a way to expand a box from nothing to a retangle about 500px by 500px. I want to create an affect that the right side of the current swf has a panel sliding out from the original Move.
Bob
Expanding Photos
Hi, I am new to flash And I am making a flash photo album. the way it works is that there are two categories represented by two movie clips. Once eash is clicked the movie clip will animate a little the center in to middle of the page. The problem that i am having is how to get the picture that are part of that category to appear around the center movie clip that was clicked. I want the photos to be able to rotate around the center movie clip. Once one is clicked then it will expnad to a larger view.
Anyone have some tips on how to do this?
Expanding Banners
Hi All,
I am looking to create an expanding banner in Flash. One that would cover the content of the page whilst the user rolls over it or for a certain amount of time.
I have found coding for this in CSS and hjavascript but I would like a Flash specific version.....Any ideas?
Thanks a lot in advance!
Expanding Menu...
hey everyone, i made this menu that expands and closes when you click the button. but, im not really sure how to make it so when you click the button and the menu is only say....half way expanded, how to make it retract from its current position (half way, or wherever it is). i'm including the FLA.
thanks!
Expanding Text 2
Hey peeps,
thanks for the earlier post scudsucker. This probably represents perfectly what i am trying to do, check out the top nav of main page. - the expanding rollovers. are there any tutorials that can show me how to do this
http://www.acmi.net.au/index.htm
Thanks again
Expanding Flash?
Hello - this probably a stupid question but I just can't figure it out...
on http://www.xplodingplastix.com/ they have a the .swf set at 100% x 100%
If you resize your browser window, the central body of the swf doesn't resize - it just stays center aligned but the logo at the bottom of the file moves in relation to the bottom of the browser window.
How have they done that then??
Presumably it's something to do with the export settings? Or are they loading a second movie?
I don't know - any ideas??
Expanding Banners
can any1 help with the basic code/ method of creating a banner which, on mouse-over, expands down to reveal a bigger banner (3x the height)
tx!
Expanding Flash
How would one go about making it so that the flash file (swf file) that is going to be placed on a webpage is held a constant size. As of now the flash movie will resize itself to fit in the window. Any help on this would be great. I used a template for this design so if anyone thinks it has to do with the code I can attach the template.
Expanding Shapes
Hi,
How do I get the expanding shapes effect, where a square expands in size, but the expansion looks very smooth?
The effect I am talking about is used at the below sites:
http://www.fcsbowls.com
and
http://www.kurtnoble.com
Expanding Square
a saw a cool effect often done on steves-templates.com, where a square expands first by its corners and then kinda stretches out from its sides. how do i do that?
Expanding Thumbnails
Hi, i'm not sure what this effect is called, but i've got a series of thumbnail images placed side by side. When the user moves his mouse over the thumbnail, the image enlarges and pushes the other thumbnails ******ds. Any idea how to do this? a .fla file would be extremely helpful. Thanks a lot
Expanding Animations
Hi,
I would like to know if it is possible in flash to expand an animation outside the size of the movie. So if I insert a swf file in a html page i can keep the swf file dimension smalls and have its animation overleap the html page.
if it is possible can u please tellme how??
thanks
regards
ciao
ollivier
Expanding A Gif With Text
I have a dynamic text that lies on a sort of button.
I read in text into the textbox and as the text decrease or grows I want the button to expand so the text will fit perfectly.
I have solved a bit of the problem by dividing the button into 3 parts because the corners are rounded and so.
Is there anyway to script it like that?
Combo Box Not Expanding
I have a combo box in swf B which I load in swf A.
1: If I test swf B the combo box fills ok and expands ok.
If I test swf A which loads swf B the combo box appears with data in it.
But it does not expand.
Has anyone come across this. Any help will be much appreciated.
Combo Box Not Expanding
I have a combo box in swf B which I load in swf A.
1: If I test swf B the combo box fills ok and expands ok.
If I test swf A which loads swf B the combo box appears with data in it.
But it does not expand.
Has anyone come across this. Any help will be much appreciated.
Expanding Stage
I have seen this done on a few sites (ie http://www.bullseyecreative.net/)
I am referring to the effect where the position of the navigation in the lower right hand corner is relative to your browser window size. You will notice on the example page by resizing your browser window and hitting refresh that the navigation will always be about 10 pixels away from the lower right hand corner.
I imagine this is done by somehow having a stage size that dynamically is set upon page load. Then you would simply tell your movieclip object to position itself a specific set of pixels away from the stages edge. I have a pretty good idea how to give an object its positioning but I have no clue as to how to make the stage size expand without expanding the content within the flash file.
Any help would be appreciated.
Thanks
Problem With Expanding Bg
I have been mucking with this issue for about 2 days straight (literally) and really need some help.
In the flash attached, you will see that the interface is supposed to have a light green background square with drop shadow. When you click on the menu buttons, the content area slides out. The problem is I want to have a continuous green bg behind all this. You will see I tried to mimic it with png ng's, etc but its not smooth. What I want to know is can someone tell me/show me how to have a dynamic bg that resizes when these are opened? It would really save my sanity.
[F8] Expanding Shapes
i'm trying to get the box to expand smoothly
but i'm having trouble having to loop the syntax within the onEnterFrame
any one has a clue?
http://img205.imageshack.us/my.php?i...ripting0zc.swf
stop();
function MoveClip(MC:MovieClip, xyz:Number, MC1:MovieClip) {
MC._alpha = 10;
MC.onEnterFrame = function() {
MC._x += xyz;
MC.onRollOver = function() {
xyz = xyz/2;
tellTarget (MC) {
gotoAndPlay(2);
}
MC._width = (MC._width*2);
MC._height = (MC._height*2);
MC._alpha = 100;
};
MC.onRollOut = function() {
MC._height = (MC._height/2);
MC._width = (MC._width/2);
MC._alpha = 10;
xyz = xyz*2;
};
MC.onPress = function() {
MC.startDrag();
};
MC.onRelease = function() {
MC.stopDrag();
};
MC.onReleaseOutside = function() {
MC._height = (MC._height/2);
MC._width = (MC._width/2);
MC._alpha = 10;
stopDrag();
};
//position controller
if (MC._y>312) {
MC._y = 312;
} else if (MC._y<0) {
MC._y = 0;
} else if (MC._x>550) {
MC._x = 0;
MC._y = random(400);
}
//shape controller
if (MC._width>178) {
MC._width = 89;
} else if (MC._height>178) {
MC._height = 89;
} else if (MC._width<89) {
MC._width = 89;
} else if (MC._height<89) {
MC._height = 89;
}
};
updateAfterEvent();
}
MoveClip(box, 5, box1);
MoveClip(box1, 3);
Expanding Banner Ads - Help
Hi,
Can anybody explain or help me understand how to create expanding ads?
Obviously I can create a movie file which expands and retracts- but need to know the proper way of doing these so they will work when hosted on my clients site.
The ad must expand over the html content, and have the option to 'close' down to a small button.
I've checked out tangozebra.co.uk who seem to have an application to build these - but with the easter break i can't contact them!
Any help would be much appreciated. I could even pay if someone knows how to do this.
Thanks!
Self Expanding Field
Hey guys .. i want to make a field which will expand to fit the object size that i drag and drop onto it. And make it shrink when i remove the objects.
I want it to add the objects from left to right untill it reaches the limit of ..lets say 9 , and then start adding from a bottom.
Is that possible? I dont know if it makes any sence
fanks !
there is an attachment, idk if will help or not lol
[F8] Expanding Dimensions For SWF
Many of you have likely been around enough to notice Flash-based advertisement banners on websites that will expand in dimensions and overlap the webpage if you rollover the banner. Can anyone tell me how this is accomplished? And I do agree that it can be extremely annoying; extremely annoying in the wrong hands. I see practical application for it.
Thanks in advance.
Expanding Menus
i am trying to make a flash site for a friend of mine and he is really keen on having a menu in a left hand coloum that starts compacted (ie home, contact, portfolio,cv buttons) that then expand upwards to reveal sub options.
i can manage thins no problem however, he would like it if they were reactive, so that only one would ever be open and if you clicked from one to the other the first one would close then the second one would open up.
hope this makes sense! an online tutorial for this would be ace but any help is much appreciated! omg mr t im such a n00b!
[F8] Expanding Graphics
I have written a simple clock just to see how to do it. If I expand the movie/zoom in, the hands of the clock remain as crisply defined regardless of their angle as they move round the clock. However, the clock face becomes pixelated as I expand the size of the move in the player.
All three hands and the clock face were created as gifs before importing and all are in movie clips.
So why does the clock face become fuzzy as it is expanded but the clock hands don't, especially when they are at the same angle as the seconds marks?
http://www.visualperception.net/clock/clock.swf
Expanding On Math.min ?
I need a way to find the smallest of around 7 numbers, and also return the name of or a reference to, the variable that held the smallest figure. So far I'm doing it like this:
ActionScript Code:
a = 6;
b = 5;
c = 4;
d = 6;
e = 9;
f = 7;
g = 3;
if (a < b) { min = a; minName = 'a'; }
else { min = b; minName = 'b'; }
if (c < min) { min = c; minName = 'c'; }
if (d < min) { min = d; minName = 'd'; }
if (e < min) { min = e; minName = 'e'; }
if (f < min) { min = f; minName = 'f'; }
if (g < min) { min = g; minName = 'g'; }
trace(min+'_'+minName);
But I'm wondering if there might be a more elegant way of doing it...
Expanding Banner
I really need to figure out how to create a banner like the one here:
www.dentaleconomics.com
(hover over the top right corner of the site to reveal the banner).
If someone could help me with getting started, I would be greatly appreciative.
Or...I am more than happy to pay for someone to create the basic framework for me. That way, I can analyze his or her code and figure it out for myself. I'm perfectly willing to pay $150-$200 for such a service via Paypal.
Looping Expanding Nav
I'm trying to conver the movie (http://www.actionscript.org/showMovie.php?id=24) into a menu but I need to add more blocks. I can't figure out how to do it, I looked at the actionscript but there is only the size of the area to display how long the scrolling area should be (400), the enlargement of the boxes once the mouse is over it. However I do not see how to add more boxes. Does anyone know how to add more boxes, I need 9 in total?
Expanding Advertisements
Does anyone know how some flash advertisements expand on an html page on mouseover?
Could someone please lead me to a tutorial.
Thanks.
Nem
Expanding Banners
Hi
I've got to do a few banners that expand on rollover, anyone have any experience with these and how they work?
Thanks in advance
|