Jump to content

Flower Typer


Xerev
 Share

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

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

Recommended Posts

Want to do something special for my girlfriend :matte-motes-wink-tongue: . She likes flower and purple colour. If anyone can help me make a typer which purple flowers around her when she types ^^. I will be eternally greateful.

 

Edit: ok i found a rose prim and a script. I am able to make it come out when I type. But is it possible i make them spin, This is the script. All i did is add script to the prim link the roses(4 of them around the body) and attach it.

 

// the first free keyboard script
// by nonnux White
// free to mod, sell, erase, explode, burn :)
list anims = [];
default
{
state_entry()
{
llAttachToAvatar(ATTACH_BELLY);
llSetTimerEvent(.2);
}
timer()
{
anims = llGetAnimationList(llGetOwner());
if(llListFindList(anims,[(key)("c541c47f-e0c0-058b-ad1a-d6ae3a4584d9")]) != -1)
{
llSetText("",<1,0,0>,1);
llSetLinkAlpha(LINK_SET,1.0,ALL_SIDES);
}
if(llListFindList(anims,[(key)("c541c47f-e0c0-058b-ad1a-d6ae3a4584d9")]) == -1)
{
llSetText("",<1,1,0>,1);
llSetLinkAlpha(LINK_SET,0.0,ALL_SIDES);
}
}
}

Link to comment
Share on other sites

if i understand correctly you have each rose in one prim. before linking anything animate the texture (the rose) to scroll across the prim form one side to the other. do that for each prim. you can delete the anima texture scripts then link and attach. i didnt try it but it should work ok.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4481 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...