OVH Cloud OVH Cloud

[FLAMX] Controler un MC loadé dans un MC 'cible'

6 réponses
Avatar
Kalimbra
voila , je charge un swf dans mon animation principale et puis je
voudrais qu'elle aille directement à une certaine frame.. bizarrement ça
ne fonctionne pas ..

voila mon code ..

on (press){
loadMovie ("Artistes.swf","_root.MCCibleG");
_root.MCCibleG.gotoAndStop(3);
}

je comprends pas trop pourquoi ça ne marche pas là .. ???

--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.

6 réponses

Avatar
Ned
to gotoAndStop n'interviendrait-il trop tôt ?
si le movie n'est pas encore loadé (au moins jusqu'à sa frame 3),
l'instruction est ignoré, non ?

--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"Kalimbra" a écrit dans le message de
news:
|
| voila , je charge un swf dans mon animation principale et puis je
| voudrais qu'elle aille directement à une certaine frame.. bizarrement ça
| ne fonctionne pas ..
Avatar
Kalimbra
ben c'est ce que je pensais , mais même en local ça marche pas ..

Ned a écrit:

to gotoAndStop n'interviendrait-il trop tôt ?
si le movie n'est pas encore loadé (au moins jusqu'à sa frame 3),
l'instruction est ignoré, non ?






--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.
Avatar
Ned
vu que tes 2 instructions sont vraiment consécutives, peut-être qu'en local
aussi le code est trop rapide par rapport au loading ?

--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"Kalimbra" a écrit dans le message de
news:
| ben c'est ce que je pensais , mais même en local ça marche pas ..
|
| Ned a écrit:
|
| >to gotoAndStop n'interviendrait-il trop tôt ?
| >si le movie n'est pas encore loadé (au moins jusqu'à sa frame 3),
| >l'instruction est ignoré, non ?
| >
| >
| >
|
| --
| Thierry "Kalimbra" ARNOULD
| Jdrs, Internet, Design
| http://www.kalimbra.com
| http://kalimbra.free.fr/MyTeam/
| ---------------------------
| Anything which does not kill you makes you stronger.
| Anything that kills you makes you... well, dead.
|
|
Avatar
Kalimbra
possib...

bon on recommence.. boudiou :(


Ned a écrit:

vu que tes 2 instructions sont vraiment consécutives, peut-être qu'en local
aussi le code est trop rapide par rapport au loading ?






--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.
Avatar
\(-: tatactic :-\)
sur ton clip
onClipEvent (data) {
this.gotoAndStop(3);
}


"Kalimbra" wrote in message
news:
possib...

bon on recommence.. boudiou :(


Ned a écrit:

>vu que tes 2 instructions sont vraiment consécutives, peut-être qu'en


local
>aussi le code est trop rapide par rapport au loading ?
>
>
>

--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.




Avatar
Kalimbra
ooooppssss .... too late ;)

mais merci j'essayerais ça à l'occase.. :)

(-: tatactic :-) a écrit:

sur ton clip
onClipEvent (data) {
this.gotoAndStop(3);
}


"Kalimbra" wrote in message
news:


possib...

bon on recommence.. boudiou :(


Ned a écrit:



vu que tes 2 instructions sont vraiment consécutives, peut-être qu'en






local


aussi le code est trop rapide par rapport au loading ?







--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.













--
Thierry "Kalimbra" ARNOULD
Jdrs, Internet, Design
http://www.kalimbra.com
http://kalimbra.free.fr/MyTeam/
---------------------------
Anything which does not kill you makes you stronger.
Anything that kills you makes you... well, dead.