Jump to content

llSetText


2toe Bigboots
 Share

You are about to reply to a thread that has been inactive for 4662 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Okay so i wanna make a flowting text that  will look like a loading bar or well sum what

so how would i do that  say 

Loading . Loading.. Loading... Loading.... Loading .....

In order while the object is reading a notecard Im thinking this should be easy but IDK.

Link to comment
Share on other sites

Hi, in the dataserver event where you read the lines just change the text displayd.

make a list of the texts 

count up the value in the dataserver event and use llSetText(llList2String(listname,counter));

if the counter reaches the end of the list set to 0 and start again.

Thats not really a script but shows the basics of howto, maybe someone have the full script handy.

Monti

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4662 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...