|
Melah Carter
Registered User
Join date: 30 Apr 2007
Posts: 7
|
07-22-2007 23:29
Hi I made a tip jar for myself and added the public source code script to it. Only problem is its obscuring the jar. How do I move the text so its hovering above the tipjar? Thanks.
|
|
Tiarnalalon Sismondi
Registered User
Join date: 1 Jun 2006
Posts: 402
|
07-23-2007 08:23
There's a few ways you could try to do this.
Sometimes if you add a few line breaks in the hover text at the bottom (it's either /n or \n, I can never remember and have to try both since I don't deal with hovertext much)
I think I had to actually do it with "Text \n"+" \n" - There is a space before the \n...there actually has to be text on the line for it to skip it evidently.
The other way would be to add another small prim and make it alpha that hovers above the object where you want the text to be (rather like titlers that people wear) and put the script for the hovertext in this prim.
|