I'm making a animation where it makes the avatar look like he is pushing buttons and I want the script to use that animation.. I have no idea how to script but any tips u can give or write me a free script *wink wink*
would be great..thx
These forums are CLOSED. Please visit the new forums HERE
Typing AO script... |
|
|
Ecks Bowman
Registered User
Join date: 6 Sep 2006
Posts: 90
|
06-13-2007 06:15
I found a free Typing AO script that hides the prim when not typing then when you type it shows the prim but it uses the default typing animation.. what i want to know is how can I make it use a custom animation?
I'm making a animation where it makes the avatar look like he is pushing buttons and I want the script to use that animation.. I have no idea how to script but any tips u can give or write me a free script *wink wink* would be great..thx |
|
Solomon Devoix
Used Register
Join date: 22 Aug 2006
Posts: 496
|
06-13-2007 08:23
Here's something I did to simply kill the standard typing animation without having to use a custom anim. In this case, find the spot where it stops the default typing animation and just after that insert code to start your custom animation.
![]() CODE
|
|
Ecks Bowman
Registered User
Join date: 6 Sep 2006
Posts: 90
|
06-13-2007 08:31
Thx but like I said in my post.. I don't know how to script so I don't know the code to put in your script to make it start my own animation...
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
06-13-2007 10:28
Thx but like I said in my post.. I don't know how to script so I don't know the code to put in your script to make it start my own animation... llStartAnimation _____________________
I'm back......
|
|
Ecks Bowman
Registered User
Join date: 6 Sep 2006
Posts: 90
|
06-13-2007 15:57
llStartAnimation again I don't know how to script.. I don't understand llStartAnimation... is that all I put?? or whats the other code that goes with it to make my animation work?? |
|
Jake Trenchard
Registered User
Join date: 31 May 2007
Posts: 104
|
06-13-2007 16:06
If you want someone to write it -for- you, go to the 'Products Wanted' forum.
If you want to learn how to script, there is a sticky thread marked 'New Scripters Start Here' at the top of this forum. The wiki at http://wiki.secondlife.com/ also contains a page to get you to some tutorials, http://wiki.secondlife.com/wiki/LSL_Tutorial . When you ask questions here, the answer is typically the name of a function or a snippet of example code, and integrating that into your own script is your own responsibility. That's the nature of this forum. Oh, and the full documentation for StartAnimation is at, http://wiki.secondlife.com/wiki/LlStartAnimation |