make loaded swf invisible
i'm using code load in random swf. make invisible until need further down timeline.
i can't make invisible. coding wrong or there other principal @ work.
thanks
var openpixs:array = new array ("openpix1.swf", "openpix2.swf", "openpix3.swf", "openpix4.swf");
function randombackground() {
var randomnumber = random (openpixs.length);
_root.w1.word1x.pix1.loadmovie (openpixs[randomnumber]);
_root.w1.word1x.pix1._visible = false;
};
randombackground();
i can't make invisible. coding wrong or there other principal @ work.
thanks
var openpixs:array = new array ("openpix1.swf", "openpix2.swf", "openpix3.swf", "openpix4.swf");
function randombackground() {
var randomnumber = random (openpixs.length);
_root.w1.word1x.pix1.loadmovie (openpixs[randomnumber]);
_root.w1.word1x.pix1._visible = false;
};
randombackground();
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment