OVH Cloud OVH Cloud

Flash qui pilote director

2 réponses
Avatar
Didac
Bonjour j'utilise cette fonction dans flash pour déplacer mon anim director.
Jusqu'alors je pointais sur un marqueur et j'utilisais ce code.

getURL("Lingo: go to \"mon marqueur\""); ///DESTINATION DIRECTOR

savez-vous s'il est possible de faire la même chose vers un numéro
d'image ??,


merci

Didier

2 réponses

Avatar
Ned
Salut,
as-tu essayé

getURL("Lingo: go to frame (ton_num_de_frame)");


--
-----
Ned
------------------------------------
Bien faire et laisser braire ...
mais après avoir lu & compris ceci :
http://faqmm.free.fr
------------------------------------
Avatar
Didac
getURL("Lingo: go to 679");


getURL("Lingo: go to frame (679)");

en effet ces deux syntaxes marchent...
merci



Ned a écrit:
Salut,
as-tu essayé

getURL("Lingo: go to frame (ton_num_de_frame)");