all groups > flash (macromedia) > october 2003 >
You're in the

flash (macromedia)

group:

i want to scroll over a button and have something else happen on the screen


i want to scroll over a button and have something else happen on the screen MX_flasher
10/18/2003 10:16:29 PM
flash (macromedia):
Hi,
Does anyone know how to get a button to do what happens of the simpsons web page !

i want to scroll over a button and have something else happen on the screen, what & how do i do this

"scroll over the the places and a little thing in the top changes"

i want to make a web site that has all the flags of the world around the edge when i roll over them they will highlight a part of a map is this the same as the simpsons thing ???




Referring URLs
http://www.thesimpsons.com/index.html



Re: i want to scroll over a button and have something else happen on the screen urami_
10/19/2003 8:33:21 AM

[quoted text, click to view]

it's really simple .....
make a movie clip with multiple frames , each frame has different content for you to show.
On first frame of the movie clip place stop(); action to prevent it from running.
Than give the movie some Instance name and all you need is button with :

on (rollOver) {
MovieInstanceHere.gotoAndStop(2);
}

2 or whatever frame you want to target.

We could go with multiple movie clips , each for each button but it only make
that more messy and with one movie clip you have no chance to stuck on frames or
display multiple as next hovered button will reset it automatically.




Regards

urami_*



<lsym>

There's no place like 127.0.0.1

AddThis Social Bookmark Button