basicly i want the screen to scroll by the stage until the _x variable is less than a set number. It didnt scroll when i did this though. Can anyone help?
Srry for double post but i have another question for you all. In continuation to my first question, i have two scrolling backgrounds so that when one scrolls off the screen the other will come onto the screen. So my first scrolling background scrolls across and the second scrolling background is off the sight to the left. So i want to know how when my first background's _x value reaches -300 i want the second to start rolling into veiw from the right to the left side of the screen. This is probably confusing so plz ask for more details if needed.
A simple way would be to set up the first one at the correct position way off-screen to the right and have it scrolling closer so that it come on screen when the other one leaves.
For example if your first background starts at _x = 300, then your second one could start at _x = 900 scroll it in the same way.