Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image flip - MouseOver button triggers image change 1

Status
Not open for further replies.

Curisco

Programmer
Feb 6, 2002
90
SE
Hello all,
My appologies if this question has already been answered if so i must have missed it.

My question is easier to explain by pointing here...


The thing is the example above is in javascript and i would like to do the same thing in Flash.

Roll the mouse over a button and an image on the stage changes, then being a roll over the "image" natually flips back onMouseout.

i'm thinkin' typ

shownew == image1

on(mousover)
{
shownew(image2);
}
stop()

on(mousout)
{
shownew(image1);
}
stop()

on(press)
do what ever.


Hope this makes sense and please ask for more info if needed, or if possible a tutorial some where. 'cos this would really help me.

Thanks for your time, reading this and even more thanks if you can help me.
Ramsey

-------------------------------------
Laughing out loud every day,
keeps the doctor away....gotoAndPlay
-------------------------------------
 
i made an example for you, very easy coding,
you just have to rebuild it with your pictures and buttons:

to view:

to do:

regards

tektips.gif
 
absolutely wonderfull,
exactly what i needed thank you, thank you, thank you.
Somebody give that man a cigarr...

All smiles Ramsey.

-------------------------------------
Laughing out loud every day,
keeps the doctor away....gotoAndPlay
-------------------------------------
 
Here's a pink one for you!

Regards,

cubalibre2.gif

I'm Bill Watson's biggest fan!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top