I am making a hud attachment and i need a button on it that activates an animation. The hud is a texture and the buttons are invisible prims. So I am figuring animation goes into the "prim button" and I need a touch script to activate the animation.
I am not a scripter but Guys I am trying...lol. This is what i have so far. The syntax is off, i am getting errors, and I am not even sure if this is the right direction.
Plz advise:
***********************
default
{
touch_start(integer total_number)
{
llStopAnimation("sit"
;llStartAnimation("MaleKneel"

}
}
************************
Any help would be appreciated
Thanks in advance