PDA

View Full Version : Pb with attachMovie =(


kiguane
05-26-2001, 07:39 PM
Hi, I need to load a scrolling txt wich is included in a movieclip and when i use attachmovie to load the mc
it loads well but it seems to be on pause. Buttons for the scrolling aren't working... it just load and then stop.
So if someone could help...
thks

---------------
titi from paris

Jesse
05-28-2001, 07:23 AM
Can you post the source file or at least the SWF so we can see waht you mean?

Cheers

Jesse

kiguane
05-28-2001, 05:44 PM
you will find the swf file there:

http://www.chez.com/kiguane/mypb.swf

hope it will help to understand the pb.... :)

kiguane
05-28-2001, 05:58 PM
and this one without the removemovieclip code:
you'll see that the scrolling text works after it should have been removed...

http://www.chez.com/kiguane/mypbsuite.swf

Jesse
05-29-2001, 05:33 AM
That is a really nice looking nav system, very orriginal :)

I see the problem you speak of and the only explainationt hat fits both examples is that you might have an issue with one button (the scorlling buttons) being above another button (the giant square).... perhaps if you amde the giant square a MC and check it that way....

Iw ould have said it was a paths problem but it works in the 2nd example like you say.

Cheers

Jesse

kiguane
05-29-2001, 08:20 PM
I tried without the button but it did not work.
So i finally placed a copy of the scrolling text
mc directly on the scene, but offscreen,
so I just need to swap the _x of the rotating square
and of my text mc...
It's not really neat but it works! ;)

I've also tried the same thing whith load and attachmovie
but it still doesn't work... :(

If you have another idea i will be glad to try...

Thanks for help