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




Help With Dynamic Rollovers In AS3



im sort of a flash cs3 noob. i've been using flash 4 (believe it or not) forever and have much to learn about . so be please gentle.so im trying to create a simple button that changes color when rolled over and and fades back to normal when the mouse leaves the hit button. simple enough.. i also want it to dynamically load an external jpeg so that i can use the same .swf file many times on one page so i only have to change the variable in the html, using javascript i think.i think i'm half way there but i have 2 problems:1) when my .swf loads i have to roll the mouse over the button for my external jpg to appear. once i do that it appears to work fine.. it just doesn't show up initially when it first loads.2) i'm calling for the specific .jpg right in the actionscript code. i think i'd rather call for a variable so that i can use the same .swf over again for a different image.so here's the code that i'm using.. if it helps i uploaded the .fla file, the before and after rollover images, and one .jpg file that i'm working with. thanks in advance to anyone who can help. i will be forever in your debt.------------------------------------------------------------------------import fl.transitions.*;import fl.transitions.easing.*;var images:Array = ["before.jpg", "after.jpg"]// image 1var image1:Loader = new Loader();image1.load(new URLRequest(images[0]));addChild(image1);// image 2var image2:Loader = new Loader();image2.load(new URLRequest(images[1]));image2.alpha = 0;addChild(image2);stage.addEventListener(MouseEvent.MOUSE_OVER, mouseOverHandler);stage.addEventListener(MouseEvent.MOUSE_OUT, mouseOutHandler);function mouseOverHandler(e:MouseEvent):void{image1.alpha = 0;image2.alpha = 1.0;}function mouseOutHandler(e:MouseEvent):void{image2.alpha = 0;image1.alpha = 1.0;var myTween:Tween = new Tween(image2, "alpha", Strong.easeIn, 1, 0, 5, false);var imageRequest:URLRequest = new URLRequest("bird.jpg"); var imageLoader:Loader = new Loader(); imageLoader.load(imageRequest); addChild(imageLoader);imageLoader.x = 10;imageLoader.y = 10;imageLoader.addEventListener(MouseEvent.CLICK, doSomething);function doSomething(Event:MouseEvent):void{var _link:URLRequest = new URLRequest("http://www.google.com");navigateToURL(_link);}}



KirupaForum > Flash > ActionScript 3.0
Posted on: 05-28-2008, 08:04 PM


View Complete Forum Thread with Replies

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

Dynamic Rollovers - HOW?
This is a project from last year that I'm finally getting back too. My boss wants me to recreate the page peel ad effect like advertised here. http://www.peelawaycorners.com/deep-discount/

He doesn't want me to purchase the software but rather recreate the effect as a training exercise. So, I have created the animation but lack a few elements. The biggest issue is making the size of the rollover change.

The ad has a small rollover when you first see it. When you rollover it, it peels down. You can then click anywhere on the larger section. The problem is when you move your mouse off the small corner, the ad rolls back up. I need the size of the rollover to increase with the size of the ad so users can have their mouse anywhere on the ad without it rolling back up.

Any ideas??

Rollovers And Dynamic Content
I have a bunch of rollovers. What I want is each time you roll over one, it displays a different picture. I was told that instead of embedding the picture in the .swf, they should come in from outside the .swf in order to keep the file size small. Where do I start?

thanks
-jay

Dynamic Link Rollovers
I hope this is the right place to ask this. How can I add simple rollover effects (i.e. change color and underline) to linked text in a dynamically loaded text field? I'm using the new fCMS. I'm assuming this is done with the AS of the text field, but I have no idea how to do it. Thanks!

Why Are My Dynamic RollOvers Getting Stuck?
Why are my dynamic RollOvers and RollOuts getting stuck? Can you help? If you want to download the files go to www.e-twilley.com/organic.zip.

AS2:

#include "mc_tween2.as"

bg._alpha = 0;


organic_xml = new XML();
organic_xml.ignoreWhite = true;


organic_xml.onLoad = function(success) {
if (success) {
var pieces_xml = organic_xml.firstChild;
var total = pieces_xml.childNodes.length;
for (var i = 0; i < total; i++) {
_root.container.duplicateMovieClip("container"+ i,i);
aa = _root["container" + i];
_root.attachMovie("item", "item", 1000, {_x:100, _y:(10*i)+1, _alpha:0});
_root.item.duplicateMovieClip("item"+ i,i+100, {_alpha:0});
aa.inside.loadMovie(pieces_xml.childNodes[i].attributes.pic);

aa.xSlideTo(pieces_xml.childNodes[i].attributes.picx, 1.5, "easeInOutQuint", 0);
aa.ySlideTo(pieces_xml.childNodes[i].attributes.picy, 1.5, "easeInOutQuint", 0);
bg.alphaTo(100, 1, "linear", .3);
aa.id = i;

_root["shape" + i]._visible = false;
_root["container" + i].hitArea = _root["shape" + i];
aa.onRollOver = function(){
_root["item" + [this.id]].title_txt.text = pieces_xml.childNodes[this.id].attributes.mytitle;
_root["item" + [this.id]].price_txt.text = pieces_xml.childNodes[this.id].attributes.price;
_root["item" + [this.id]].text = pieces_xml.childNodes[this.id].firstChild.nodeValue;
_root["item" + [this.id]]._x = pieces_xml.childNodes[this.id].attributes.boxx;
_root["item" + [this.id]]._y = pieces_xml.childNodes[this.id].attributes.boxy;
_root["item" + [this.id]].alphaTo(100, .5, "linear");
}
aa.onRollOut = function(){
_root["item" + [this.id]].alphaTo(0, .05, "linear");
}

}

} else {
trace("Error loading organic.");
}

// clean up after ourselves
delete organic_xml;
}


XML:



<organic>
<rollover
mytitle="ORYZA TOP"
price="$88"
pic="images/oryza.png"
picx="270"
picy="0"
boxx="0"
boxy="7">This loamy hue makes us think of planting spring bulbs.</rollover>
<rollover
mytitle="TESS HARDING BLOUSE"
price="$218"
pic="images/tess.png"
picx="0"
picy="0"
boxx="275"
boxy="7">Milkweed pods puff silken strands into the wind; these silk ruffles do their best to follow suit.</rollover>
<rollover
mytitle="LAUREL CANYON BLOUSE"
price="$88"
pic="images/laurel.png"
picx="134"
picy="142"
boxx="340"
boxy="233">Is this the color of dawn touching the horizon, or the sun fading in the West?</rollover>
<rollover
mytitle="SALT SWIRL V-NECK"
price="$118"
pic="images/salt.png"
picx="268"
picy="314"
boxx="245"
boxy="218">Not at all unlike a patch of puffy cumulus clouds.</rollover>
<rollover
mytitle="CACAO FLOWER DRESS"
price="$448"
pic="images/cacao.png"
picx="0"
picy="203"
boxx="200"
boxy="282">Did you know you can pluck up to 60 cacao beans from a single fruit?</rollover>
<rollover
mytitle="SPOTTED CHIPPER WEDGES"
price="$378"
pic="images/spotted.png"
picx="437"
picy="89"
boxx="138"
boxy="120">Multi-season pieces are the talk of little birdies. Wear these with tights now, or pair with a floaty skirt when the mercury rises.</rollover>
<rollover
mytitle="THRUSH PEEP-TOES"
price="$278"
pic="images/thrush.png"
picx="269"
picy="483"
boxx="147"
boxy="383">Thrushes are migratory birds, noted for their beautiful songs.</rollover>
<rollover
mytitle="CIRCLE ART NECKLACE"
price="$248"
pic="images/circle.png"
picx="224"
picy="274"
boxx="147"
boxy="425">Circles symbolize renewal. This necklace is perfect to wear during spring, when nature is coming back to life.</rollover>
<rollover
mytitle="JOVIBARBA SATCHEL"
price="$365"
pic="images/jovibarba.png"
picx="475"
picy="373"
boxx="187"
boxy="468">Jovibarba is a genus of succulent plants and means "Beard of Jove," referring to the Roman god Jupiter.</rollover>
<rollover
mytitle="GLIMMERWOOD RING"
price="$128"
pic="images/glimmerwood.png"
picx="410"
picy="8"
boxx="118"
boxy="7">Chunky and eye-catching, this is the perfect unexpected finishing touch to a dressy outfit.</rollover>
<rollover
mytitle="SITAR BANGLE"
price="$258"
pic="images/sitar.png"
picx="0"
picy="140"
boxx="104"
boxy="130">In a brilliant play on textures, chunky wood harmonizes with gold and garnets.</rollover>
</organic>

How To Make Dynamic Text Rollovers?
yea this isnt totally impossible is it ? or maybe ive just been up too long working ..but can you get your dynamic text to have a rollover color? i have it so that i can control movieClips with dynamic text but i want the text to be like a button with a rollover effect ...solution?
thnx
nemo.

Rollovers For Dynamic Text Links
Hi Everyone,

So I've got a client who is asking for hover states on text links that are being created dynamically from either a .txt file, database or XML file (that hasn't been determined yet).

I've never had to play too much with dynamic text from external files other than some basic .txt file stuff. I know that you can use html and that gives you the basic html type link rollovers but I think my client would rather see something more graphic for the hover state.

My questions are these: 1) is this possible? 2) if so.. any ideas how? links to tutorials or articles would be great. Thanks in advance everyone.

slan,
Pat

Preloading Dynamic Images For Rollovers Please Help
ok im using dynamic images in my flash movie, i want to know if anyone can tell me how to preload my images.

thanks
atf

Multiple Rollovers Using Dynamic Images
Hello anyone, everyone, someone........

I've got 12 buttons in my portfolio that are multiple rollovers...........when you hover over a button it changes color and a dynamic image pops up on the page next to it.

I used the Kirupa tutorial on loading dynamic images and it worked great in loading the image, the problem is when I hover OFF the button, the image stays put and won't unload........leaving me with an overlapping mess of images by the time all 12 buttons have been pressed/viewed.

I'm sure it's as simple as "unloadMovie" or something, but me being novice to Actionscript I can't make it work properly.

Here's the original code that works properly:

on (rollOver) {
loadMovie("portfolio1.jpg", "Web1");
}

Now what would the next statement be that would unload(?) the image from the page when I hover OFF the button?

Jay

Loading Dynamic Text On Rollovers & Parsing The Data.
Need Help,
I've been trying to call in text dynamically on rollover.
I just want to use one text document with multiple variables, and have multiple invisible buttons that access different variables in the text document as user rolls over. I did something similar to this in AS2. using LoadVarNum, but things are different in AS3.
I was able to load my TXT doc, but i only want it to show when data is called.
Get the btn's rollover working, but I'm stuck on how to parse out the data for the rollover.

// instantiate the URLLoader class
var loader:URLLoader = new URLLoader();

// Set the URLLoader's dataFormat property to the static constant shown
loader.dataFormat = URLLoaderDataFormat.VARIABLES;

// load the text file, making sure the path itself is an instance of URLRequest
loader.load(new URLRequest("sample.txt"));

//btn. & listener w' rollover
cp_home_txt.addEventListener(MouseEvent.ROLL_OVER, over);
cp_home_txt.addEventListener(MouseEvent.ROLL_OUT, out);

//loading in parsed data text1
loader.addEventListener(Event.COMPLETE, function(evt:Event):void {
content_txt.text = evt.target.data.text1;
}

)
//I put a trace here for now, but i don't know what function should be in place to call data.
function over(evt:MouseEvent):void {
trace("over: " + evt.target.name);
}

function over(evt:MouseEvent):void {
trace("out: " + evt.target.name);
}
I want to eventually use an XML, but TXT docs are what I have now. Can someone out there please help?
Thanks
JD

Is There A Way To Make Dynamic Externally Loaded Text Into Rollovers/ Hover?
I have some dynamicalluy loaded xml into a flash file that becomes a hyperlink, how can Imake those dynamic hyperlinks get the hover effect,( underline,change color)?

Thanks in advance.

Is There A Way To Make Dynamic Externally Loaded Text Into Rollovers/ Hover?
I have some dynamicalluy loaded xml into a flash file that becomes a hyperlink, how can Imake those dynamic hyperlinks get the hover effect,( underline,change color)?

Thanks in advance.

RollOvers Whos Parents Also Have Rollovers
I'm creating a self-hiding nav bar like the Start bar on Windows when it is set to auto-hide.
I have it set to retreat onRollOut, the problem is, when I roll over one of the menu items, it triggers the onRollOut of the parent bar and it retreats.

Any suggestions on how to handle this?

Rollovers
I created a button withh a rollover sound in create button window, but how would I have a sound on the same button rolling out.

Please Help!

Kraazy

Help Using Rollovers
Hello, Heres what I want to happen. I want it so that when I roll my mouse over one of my flash buttons, it will go to a different scence and play it?? Is this simple to do?

Rollovers
I have some buttons where upon rollover, the buttons changes color and some text appears over to the right of the page, but now everytime my mouse enters the area where the text is supposed to appear, it sort of acts like a button and my buttons start doing their rollover thing. How do I fix this?

Rollovers
I'm trying to figure out how to make a button play an animation when you roll over it, but play a specific frame when you click it.

I've used this Action Script:

on (rollOver) {
play();
}
on (release) {
gotoAndPlay(17);
}

It'll play the animation but win't go to frame 17 and play, it does nothing. I've also tried putting a shape over it and asigning the:

on (release) {
gotoAndPlay(17);
}

Action Script, but then it won't play the animation. Any ideas NE1... Thanks

Rollovers
I have just completed a Flash animation and I am having trouble with the on rollover function. I have 5 buttons on one layer, each button triggers a goto and play function which displays a different logo on mouse over in a section of the stage. The problem is that the rollover doesn't work the first time you roll over. They work fine once you have gone over each button once with the mouse, just not the first time. I'd appreciate any help.
Thanks,
Flasher

Pop Up Rollovers
Hey, 'evenin' to ya! Having some issues with getting this to work... I cant get the tooltip to appear. I have a feeling its something simple (but complicated enough to give me fits @ 12am LOL).

Now, Ive assigned the variable "tooltip" to the dyn.txt.box, and named what instances I need named... And I have these tooltips nested in the third frame of myMovieClip which is on the second frame of my main timeline. I have this code on that third frame inside myMovieClip:

========================================
function tooltip (string) {
xmouse = getProperty("", _xmouse);
ymouse = getProperty("", _ymouse);
duplicateMovieClip ("_root.myMovieClip.tooltip", "tooltip1", 1);
tooltip1.tooltip = string;
setProperty (tooltip1, _x, xmouse);
setProperty (tooltip1, _y, ymouse);
startDrag ("_root.myMovieClip.tooltip1");
tooltip1.gotoAndPlay(2);
}
function remove_tooltip () {
stopDrag ();
removeMovieClip ("tooltip1");
}

====================================
and this code for each tooltip (with different text for each button)
====================================

on (rollOver) {
_root.myMovieClip.tooltip("heres my use for this popup");
}
on (rollOut, dragOut) {
_root.myMovieClip.remove_tooltip();
}

====================================

Now, It is 12am, so I know Ill probably be embarrassed by the fix, but, I know it has to do with the path to which its played on. I know what youre thinking, but Ive tried several different variations of _root.myMovieClip.tooltip, or myMovieClip.tooltip, etc. Something tells me the path isnt identical throughout... or is it? 8P Or maybe Im just labeling it wrong. where/how would I fix this to get these sweet tooltips to work. any help would be greatly appreciated.
Thanks
geoff

Rollovers
I’m working on a Flash site at the moment and I have some text that slides in when you rollover another button, but when you roll out the text is supposed to disappear but it doesn’t unless you go and rollover the button again.

This is the script I have.

on (rollOver) {
tellTarget (“homeroll”){
play 0;
}
}
on(rollout) {
tellTarget (“homeroll”) {
stop 0;
}
}
Do you know a way to solve this?? I would like the text to completely disappear at the moment I've used a movie clip to animate the text.

RollOvers
Im in the midst of maing a flash m3p player, and when someone puts the mouse over a button, i want it to display the song title. Ive have made the effect for each song title, but i was wondering how you make the effect appear when the user puts his mouse over the button. Ive tried it but it doesn't work, here's what my actionscript looks like for the button.

on (release) {
loadMovieNum("http://www.flatface.net/~shoujo/flash/song1.swf", 1);
}
on (rollOver) {
gotoAndPlay("scene2, 2");
}

Is there something i am missing (well duh) as the rollover isnt working. What am i doing wrong?
Cheers


__________________
- Rhys

MC Rollovers
Hello all,

I was wondering if any one knows of a glitch in MX that doesn't allow you to call eventhandlers such as RollOvers and such once a MC has been used in a function. Because I got everything done for my movie except I can't get it to react once a rollover is performed. I can get the action to happen if I rollover another MC. But that just seems to be a unnecessary step. A fresh perspective on this would be greatly appreciated. Thanks Joey

Im Trying To Use Rollovers...
I have the rollover fineshed but I cant seem to figure out how to link. Can anyone help? Thanks.

Rollovers In MX
alright, I'm new to mx....and have a stupid problem.

I'm working on redoing my portfolio, and need to make a mc that is covering another disappear when you rollover and reappear when you roll out. In flash 5, there was a moverOver syntax that would allow you to do this....but I cannot figure it out in MX.

Im getting very frustrated at this, so If anyone knows how to do it, please respond asap!!

thanks

Rollovers
i got a couple of questions.

1) i have a little circular button symbol. i want it to, when a user rolls their mouse over it, make text next to it bigger (text is a separate symbol though). i'm guessing this is done via actionscript? if so, anyone know the code?

2) i'm just now getting through the navigation part of my project and i need to figure out how to put content in. let me give you a picture of what this looks like...



it's a design based around a space-oriented gaming project. very simple and such, i'll spare you the details of my n00b skills. the four buttons are what im talkin about. when you roll your mouse on top of that, i want it to get slightly bigger and the text to turn whiter and bolder. see where i'm goin? just for the four buttons.. but they're separate symbols.

and another thing.. i don't know _HOW_ but i wanna take that entire middle thing and make it smaller (like to 25% size) and move it to the top left so i have room for content when they click on the link.. any ideas at all? i'm really stuck here.

thanks, and as for the last post i got it fixed by just re-adding the text and it worked the second time around.

thanks a lot!

Rollovers
What's the best way to accomplish this. I've tried a bunch of ways and I can't seem to get it to work.

I have a menu with 10 items. I only need a rollover on 2 or 3 items. When you rollover the item, a menu will move to the left with the menu items on them. Then those will be clickable.

When you click on them, they will pull up another movie using loadMovie. I was having problems with getting that to work too.

My questions are:

1) Should those 10 menu items be movie clips or buttons?

2) The submenus that come when rolled over should be movie clips right?

I'm using Flash MX.

Rollovers?
FILE : http://www.ec-op.com/dev/fkit.fla


I'll try to lay it out for you as best as possible because I need an answer ASAP.

I have 3 layer in my document :
a) Call Layer
b) Top Menu
c) Sub Menu

Layer a is comprised of nothing more than rollover buttons. ( I need to keep this the way it is )
Layer b is a button layer that I use to call the movie clip in layer c ( the animation of the sub nav scrolling downward into view ) using "On rollover" & "On rollout" Behaviors.

I can get the animation to work correctly but the only thing is that the "call layer" blocks the top layer from performing the rollover action. and that is crucial. I dont know how else to say it , so I'll attact the file...

HELP!

As you can see in the file , "Orthotics & Prosthetics" doesn't change color the way the rest of the blue buttons do, and the buttons that scroll out from underneath it dont change color when scrolled over either. Its because of the layer above it obviously. But how do i get this to work.

Rollovers
Here is my earlier post:
I have a rollover and i want the y value of a movie clip to increase steadily by increments of 5 (like a vertical tween with actionscripting) then when you exit the rollover target, I want the movie clip to move back down and increments of about 3. When it hits a certain point water._y>=350 I want it to go to the next frame. Any help?


Here is my new post:
I got the rollover to work but still have a tiny problem. Flash does not recognize when the water clips y value changes on rollover. Is there a way I can have the rollover return the y value? All I need to do is gotoAndPlay(2); when the water is <=610. I have attached the fla so you guys can get a better visual. I've been staring at this for a while now and I have no idea what is going on anymore. Thanks for all your help.
Mike

Rollovers
Ok Flash Masters.
I just want to be pointed in the right direction. I am a newbee to flash and I would like to know what the action script is to triger on (rollOver) play "a movieSymbol" and then on (rollout) play "a diffrent movieSymbol".

PLEASE HELP!!!

Rollovers
I can do simple rollovers without any problem, and I can get a rollover to start a movieclip, but it stops as soon as you rollout. For example when you rollover a link, I want little balls to start spinning, and carry on when you rollout.

Rollovers
why does my rollover only work once? if you view the presentation you will see when you rollover A, some info/pics will display, then when you roll off it should fade out. this works fine untill you roll over it a second time. then it doesnt work. thanks for your help.

here is the file:

http://www.opendreamdesigns.co.uk/guitarchords.fla

Rollovers Within Rollovers..
Hi,

I cant get rollovers within rollovers to work. Is this a strict "NO" situation?

I have an MC that has a rollover state, within the rollover state is another MC with a rollover. The parent MC rollover works but the child MC's rollover just doesnt activate.

Is this a "no two startDrags" sort of deal??

Thanks,

Steven.

[F8] Rollovers
Well...

I’m trying to make a location details map, what I mean is...

World map, select a continent, then mouse over a flag for a cretin location, when doing this the address, photo and tel no's show, when you come off it, it goes away again!

Sounds easy in theory but its not working!

My market for the location is a small round dot, I have converted this into a button. I have changed the hit/over/down/up, I have added key frames to over/down/hit and included is my graphic, so in theory when over the button the graphic show, correct but...

When I hover over the blank area where the graphic would be if were over the button, the graphic shows!

So what would be the best way to achieve what is require?

Thanks and regards,
leemar99

Rollovers
Hi,

Can someone please give me full working code to create button rollovers for buttons that are embedded within a movieclip (that is draggable)


Thanks

Rollovers :O(
http://www.systek.com/NEW

I am using Flash CS3.

When the nav comes up, I want the text to shift to the right when rolling over. When you roll over now, it is not working correctly.

I have the hotspot set for the entire area.

Any suggestions?

Thanks in advance,

John

Rollovers In
how can i trace the value of 'i' of the Movie Clip that i rollover.

i tried this: but it always traced the last value of 'i'.
All The MovieClips Exist

ActionScript Code:
for (var i = 0; i<12; i++) {
    MC1["MC2"+i].onRollOver = function() {
        trace(i)
    };
}

AS 3 Rollovers
Hey! I m having problems with rollovers.

I m having a clip, that when i rollover it another clip with a rollover listener appears on top of it. However, when i rollover the new clip, i roll out of the one beneath it. How can I avoid this? I have this code:


Code:
_rollOverClip.addEventListener(MouseEvent.ROLL_OVER, rollOverAction);
_rollOverClip.addEventListener(MouseEvent.ROLL_OUT, rollOutAction);

}

private function rollOverAction (event:MouseEvent) : void {

arrowLeft.x = arrowLeftXposStart - 50;
arrowRight.x = arrowRightXposStart + 50;

Tweener.addTween(arrowLeft, {delay: .5, alpha: 1, x: arrowLeftXposStart, time: 0.4, transition: "easeOutBack"});
Tweener.addTween(arrowRight, {delay: .5, alpha: 1, x: arrowRightXposStart, time: 0.4, transition: "easeOutBack"});
_rollOverClip.removeEventListener(MouseEvent.ROLL_OVER, rollOverAction);

}

private function rollOutAction (event:MouseEvent) : void {

trace("rolloutaction");
var arrowLeftTmpX:Number = arrowLeftXposStart - 50;
var arrowRightTmpX:Number = arrowRightXposStart + 50;

Tweener.addTween(arrowLeft, {alpha: 0, x: arrowLeftTmpX, time: 0.4, transition: "easeInBack"});
Tweener.addTween(arrowRight, {alpha: 0, x: arrowRightTmpX, time: 0.4, transition: "easeInBack"});
_rollOverClip.addEventListener(MouseEvent.ROLL_OVER, rollOverAction);

}

Rollovers
Hi,

this is porbably the simplest thing to do in the world, but i for one can't figure it out. How do i have a button that when you roll over it a picture is then displayed somewhere? As you can tell i'm new to actionscript and would really appreciate your help, if you can't help could you point me in the direction of a good beginneers actionscript web site?

Thanks

Simon Hill

Help With Rollovers
hi folks!

i want to know how to add a rollover (when user rolls over thumbnail image, it becomes a larger image) to a graphic element in my flash file. i am a beginner and i would so appreciate any help, thanks!

jane

Help With Rollovers
I am currently designing a web site in which all of the buttons are set up with rollovers that create pop ups below them containing the content so that it is not necessary to click them and go to a different page. Everything is fine when I roll over the button, but when I simply roll over the blank fields below the button, the content appears as well. I want to limit the field that activates the rollover to just my button. Does anyone know how I can do that with the content still poping up in that blank field? Thanks so much for any help you can give me.

FLV Rollovers?
I've searched and searched to no avail on this topic. I'm really surprised more people haven't asked about this. How hard would it be to have a static frame and when the mouse moves over it, it plays a video. Here's an example:

http://mandalaybay.com/

I'm also looking for this to go somewhere when clicked, similar to the flash window on Mandalay.

Steer me to a tutorial?

Rollovers
hey i was wondering if any one could help me with a rollover im trying to creat, i've looked at he tuts on this site but it doesn't help much. i want to make a button and when the mouse rolls over it, i want a line to appear under the button on one side then go to the other side and fade out, then reverse on the roll out, either i don't know what im doing with instances or the code but it's just not working.

RollOvers
Heya, I got a problem. As you can see from my site, I need a new way to do RollOvers for my buttons. Follow the link below and try to stick the buttons. Its cake.

Link

Don't worry, the site will load, its just that the server is slow.

-Thanks

Rollovers
i have a problem with a rollover animation stopping at it's 'on' state on release.

i have a movie clip that fades text up from 0% at keyframe 1 to 100% at keyframe 10 and back down to 0% at keyframe 19.

i have an invisible button above this with the following:

on (rollOver, dragOver) {
eps1Btn.gotoAndPlay(2);
}
on (rollOut, dragOut) {
eps1Btn.gotoAndPlay(11);
}
on (release) {
this.eps1._visible = 0;
eps1Btn.gotoAndStop(10);
}

the visible bit is to turn off the invisible button on release.

the problem is that with the following code, all that happens is the movie plays out from 11 on release. i want it to stop at keyframe 10 (where it is).

Help With Rollovers
arite - i cant get my rollover to work on different levels. So i get the error something like : Target not found: Target="/homeroll" Base="_level0.menu_general" .
so what i need help with is: how to get the code to work on different levels with telltarget and roots? Anyone?

HELP WITH ROLLOVERS PLEASE
Can't get my rollovers to work, this is the error that I keep getting...please help, thanx!


Target not found: Target="/nav" Base="_level0.instance5"

Rollovers...
just a little question for everyone...

how do you guys do your rollovers for your buttons? you guys use code? or manually do each one for each button...

I just want to see if theres a better and faster way for doing this... say maing one rollover and rollout MC and applying them to mutlple buttons.

HELP With Rollovers
http://www.biomed.com.gt/swf/preview/images/opia.swf

I've been trying to understand this rollover effect on buttons (link above) for DAYS and I don´t seem to get it right, can anyone tell me which kind of action is this???? is there any tutorial I can read???? I'm LOST

How To Do These Rollovers?
I am wanting to know how to get the rollover effects in these websites http://www.electrongeek.net/center.html and http://www.freewebs.com/faroutonline/newbutton.html. The flickering and the top buttons's rollovers in electrongeek and in faroutonline the pictures rollovers.

Help With Rollovers
Hi.

I have a movie that is almost working like I want it to. The only thing I can't figure out is how to make the the title text change when the user rolls over the thumnail navigation.

I've uploaded a sample:
http://seanmacintosh.com/test/alana.html

The fla:
http://seanmacintosh.com/test/alana.fla

If someone could take a look any help would be greatly appreciated.

Thanks.
s

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