Hover Buuton Tutorial

I downloaded your hover button tutorial and I like and I’d like to use it but I need a little more. When I hover over mine I need it show multiple lines. Is this possible to do?

Ex:
Name:
Address:
Phone:
Fax:
Cell:

Thanks

  1. change the textblock from singelline to multiline

makes a line break

  1. like this

_root.caption.words = “Name:
Mudd”;

cheers
/sput

thanks sputnikinspace! That worked great.