Difference between revisions of "LlSetClickAction/fr"

From Second Life Wiki
Jump to navigation Jump to search
(Localized to french)
 
Line 16: Line 16:
! title="Valeurs" {{!}}
! title="Valeurs" {{!}}
! class="unsortable" {{!}} Descriptions
! class="unsortable" {{!}} Descriptions
! class="unsortable" {{!}} Curseur
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_NONE|integer|0|c=Action par défaut: quand la prim est touchée, un évènement de type “touché” est généré.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_NONE|integer|0|c=Action par défaut: quand la prim est touchée, un évènement de type “touché” est généré.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}<!--[[Image:]]-->
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_TOUCH|integer|0|c=Quand la prim est touchée, un évènement de type “touché” est généré.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_TOUCH|integer|0|c=Quand la prim est touchée, un évènement de type “touché” est généré.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}<!--[[Image:]]-->
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_SIT|integer|1|c=Quand la prim est touchée, l’avatar s’assis dessus.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_SIT|integer|1|c=Quand la prim est touchée, l’avatar s’assis dessus.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolsit.png‎]]
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_BUY|integer|2|c=Quand la prim est touchée, la boite de dialogue d’achat s’ouvre.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_BUY|integer|2|c=Quand la prim est touchée, la boite de dialogue d’achat s’ouvre.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolbuy.png]]
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_PAY|integer|3|c=Quand la prim est touchée,la boite de dialogue de paiement s’ouvre}}
{{!}}{{LSL Const/fr|CLICK_ACTION_PAY|integer|3|c=Quand la prim est touchée,la boite de dialogue de paiement s’ouvre}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolpay.png]]
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_OPEN|integer|4|c=Quand la prim est touchée, l’inventaire de l’objet s’ouvre.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_OPEN|integer|4|c=Quand la prim est touchée, l’inventaire de l’objet s’ouvre.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolopen.png]]
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_PLAY|integer|5|c=Quand la prim est touchée, la fonction  « html-on-a-prim » est activée.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_PLAY|integer|5|c=Quand la prim est touchée, la fonction « html-on-a-prim » est activée.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolplay.png]]
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CLICK_ACTION_OPEN_MEDIA|integer|6|c=Quand la prim est touchée, la boite de dialogue de gestion des medias est ouverte.}}
{{!}}{{LSL Const/fr|CLICK_ACTION_OPEN_MEDIA|integer|6|c=Quand la prim est touchée, la boite de dialogue de gestion des medias est ouverte.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}[[Image:Toolmediaopen.png]]
{{!}}}
{{!}}}
</div></div>
</div></div>

Revision as of 22:43, 24 March 2008

Description

Fonction: llSetClickAction( integer action );

Paramètre le type d’action réalisée lors d’un clic sur une prim.

• integer action codes CLICK_ACTION_*

Lorsque le curseur est passé au dessus de la prim, la forme du curseur change pour indiquer le type d’action proposée.

Constantes

Codes Descriptions Curseur
CLICK_ACTION_NONE 0 Action par défaut: quand la prim est touchée, un évènement de type “touché” est généré.
CLICK_ACTION_TOUCH 0 Quand la prim est touchée, un évènement de type “touché” est généré.
CLICK_ACTION_SIT 1 Quand la prim est touchée, l’avatar s’assis dessus. Toolsit.png
CLICK_ACTION_BUY 2 Quand la prim est touchée, la boite de dialogue d’achat s’ouvre. Toolbuy.png
CLICK_ACTION_PAY 3 Quand la prim est touchée,la boite de dialogue de paiement s’ouvre Toolpay.png
CLICK_ACTION_OPEN 4 Quand la prim est touchée, l’inventaire de l’objet s’ouvre. Toolopen.png
CLICK_ACTION_PLAY 5 Quand la prim est touchée, la fonction « html-on-a-prim » est activée. Toolplay.png
CLICK_ACTION_OPEN_MEDIA 6 Quand la prim est touchée, la boite de dialogue de gestion des medias est ouverte. Toolmediaopen.png

Exemples

Voir également

Évènement

•  touch_start Evènement généré par un touché.
•  touch Evènement généré par un touché.
•  touch_end Evènement généré par un touché.

Fonctions

•  llPassTouches Transmet le touché d’une prim fille à une prim mere.

Articles

•  Detected Evénement de détection

Notes avancées

Historique

Introduit dans la version SL 1.19.1(0)

Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.