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
-------------------------------------
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
-------------------------------------