|
Yuzuki Ultsch
Registered User
Join date: 31 May 2008
Posts: 5
|
05-17-2009 06:43
i made Animation makes your av look like there hurt laying down and stuff well only stands with animation i tryed makeing script runs it but don't how fix it were animation it laying down looking hurt and not standing up this is code i use for script am not sure how change animation it to were laying down not standing up am still new scripting { touch_start(integer detected) { llRequestPermissions(llDetectedKey(0), PERMISSION_TRIGGER_ANIMATION); } run_time_permissions(integer perm) { if (perm & PERMISSION_TRIGGER_ANIMATION) { llStartAnimation("hurt"  ; llSetTimerEvent(25.0); } } timer() { llSetTimerEvent(0.0); llStopAnimation("hurt"  ; } }
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
05-17-2009 08:06
animation priority might be set to low... bsic stand is 2 I think, and most AO's use 3 or 4, so you'll need to use 4.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Yuzuki Ultsch
Registered User
Join date: 31 May 2008
Posts: 5
|
05-17-2009 08:58
thanks i got set at 4 but friend mine help me how get work so plz lock this or delete
|