SWF Cortado
PERGUNTA:
Tenho um swf que roal normal em meu stage mas o final dele ele esta sendo cortado... e aparece um pedaço do inico dele nesse corte, tipo duplicando, olhem o codigo... do swf cortado.... ai o codigo me ajudem ! ! ! POR FAVORRRR rsrsrsrs http://forum.imasters.com.br/public/style_emoticons/default/pinch.gif
-----------------------------------------------------------------------------------
function scale_background() {
if(first_load){
bottom_mc._alpha = 0;
}
//fill stage area with the tile image
bottom_mc.clear();
bottom_mc.beginBitmapFill(tile);
bottom_mc.lineTo(0,0);
bottom_mc.lineTo(Stage.width,100);
bottom_mc.lineTo(Stage.width,Stage.height);
bottom_mc.lineTo(0,Stage.height);
bottom_mc.lineTo(0,0);
bottom_mc.endFill();
if(first_load){
Tweener.addTween(bottom_mc, {_alpha:100, time:1.5, delay: 0, transition:"linear"});
first_load = false;
}
-----------------------------------------------------------------------------------
VALEU!
Discussão (9)
Carregando comentários...