Vicomte / Vicomtesse
|
Salut,
j'ai fait une recherche dans la Bibliothèque de scripts et j'ai trouvé un script intéressant : Rotation texture (https://forums.jeuxonline.info/sujet/1069810/bibliotheque-de-scripts#post20508467) ... mais voilà, j'ai le message "(5,15) ERROR : Name not defined within scope" J'ai recherché la fonction [rotate] mais je n'ai aucun exemple sur l'utilisation, il me manque certainement l'info de ma texture, mais où la mettre *(la texture ![]() Que faire de plus ? Code:
//Nyctalopian Kawaguichi default { state_entry() { rotate = 0; llSetTimerEvent(.1); } timer() { rotate = rotate + .1; if (rotate==10.1) { rotate = 0; } llRotateTexture(rotate,ALL_SIDES); } } |
![]() |
|
Texture en rotation sur une Prim
Suivre |
|
Partager | Rechercher |
Suivre |
Connectés sur ce fil1 connecté (0 membre et 1 invité)
Afficher la liste détaillée des connectés
|