HALP? My background scrolls just fine, but theres this dreaded big white space after the second go that everyone is talking about. I've tried a few of the suggestions and none of them have worked. My code is class Background extends MovieClip
{
function onEnterFrame()
{
_x -= 2.5;
if(_x <= -1322.40)
{
_x = 0;
}
}
}
i made my own background, which is why the numbers are different