Hi All,
something else… I’m loading a random picture into level 1 and try to center it. I’m using this:
i = Math.ceil(Math.random()*6);
loadMovieNum (“random/” + “0” + i + “.jpg”, 1)
{
_level1._x = (Stage.width/2)-this._width/2
_level1._y = (Stage.height/2)-this._height/2
};
…AND it does not work?
HELP PLEASEEEEEEE
thanks,m
m.