can anyone point me to a hover caption tut:rambo:
there is also a pretty neat component available on
www.flashcomponents.net
hey 3d-iva can yu link me to a specific pg, ive been looking but cant find anything remotely to this
just search their site and type in captions … I think there is one on the macromedia site also
well it seems I have lied…It used to be there. That kirupa tut link I posted is what you want right? When I get home if I still have it (the extension) I’ll email it to ya…pm me your email
you know what if you get it then holla back but if not then dont werry bout it. i was reading the tut on this site but was a bit more than what i wanted being that i wanned to use my own graphic.
i used this
-----on (rollOver) {
setProperty("_root.cap", _visible, visible=100);
}
on (rollOver) {
startDrag("_root.cap", true);
}
on (rollOut) {
setProperty("_root.cap", _visible, visible=0);
}------
a bit crude but it works LOL