hola.
I have a problem and of course don’t know how 2 deal with it. What I wanna do i s to load external pic 1 on start, after clicking on pic 1, pic 2 is loading with alpha form 0 to 100. Then after clicking pic 2 going back to pic1 also with alpha, and so back and forward.
I tried 2 do as follows:
#include “lmc_tween.as”
pic_p._alpha = 0;
loadMovie(“pic1.jpg”, “pic_1”);
btn.onPress = function(){
loadMovie(“pic2.jpg”, “pic_2”);
pic_p.tween("_alpha",100,5,speed,ease_type,1);
}
it works all the way until pic 2 is pressed, than i get flashing pic between pic1 and pic2.
Here is scheme:
So, anybody willing 2 help?
thnx.
lena