I have a problem with when i move from left to right the screen turnes black instead of just stopping at the end of the background... Anyone got a tip?
Do you have an actor traversing back and forth across the screen and it continues to go off the 'border'? If so you'll have to either restrict it from going beyond the confines of the screen (it's x or y position depending on the direction left/right or up/down) or you can add an invisible actor that prevents the actor from going any further using the Collide behaviour.
Comments
Do you have an actor traversing back and forth across the screen and it continues to go off the 'border'? If so you'll have to either restrict it from going beyond the confines of the screen (it's x or y position depending on the direction left/right or up/down) or you can add an invisible actor that prevents the actor from going any further using the Collide behaviour.
It really depends on what you are trying to do.