PDA

View Full Version : FMX - problem playing transition MC on preloader



jagunco
August 1st, 2003, 11:50 AM
hi can please someone look at my code and say to me what I´m doing wrong

my question is why the transition animation sosen´t work on this code

thanks
i already read the tutorial at kirupa, but i´m using diffrent code

claudio
August 1st, 2003, 12:37 PM
It wont work because you've made alot of mistakes on the code.
On the preload function, you are setting the transition to play its closing and opening animation at the wrong time.
And if you want to add a transition to the code, you should use a variable to tell which movie to load, the same way i did on the tutorial.
And instead oftheClip._framesloaded>0 && theClip._framesloaded == theClip._totalframesUsetheClip.getBytesLoaded>0 && theClip.getBytesLoaded== theClip.getBytesTotal

jagunco
August 1st, 2003, 03:46 PM
Can you bee more specific?

:)))))

jagunco boy

jagunco
August 1st, 2003, 10:29 PM
I used your code and i put a preloader on it, it works fine

claudio
August 2nd, 2003, 07:12 AM
Glad it works :)

jagunco
August 4th, 2003, 01:47 PM
can you please put me in the direction to change the preloader for a level preloader and not as it is to a mc.

I prefer working whit levels

thsnks


jagunço BOY