on (rollOver) {
_root.x = 1;
_root.caption.words = “what ever”;
}
on (rollOut) {
_root.x = 0;
_root.caption.words = " ";
}
^ this is what i have from one of kirupas fine tuts
but i want the little box to apear when the mouse 2 butten.
do i assign mouse2 to F6 and use F6 insted of rollover or somthing,
oe even better how do i get it to stay there once clicked and if mouse 1 is clicked it goes away ?
thanks again and again for all your time and effort people!