Hello peoplez!!!
I am here to discuss something else! I need help making my new game called Cubio!!
YAAAAY!!!
The thing is...I have a glitch.
I am using the variable <{scrollX}> and when I move x direction part of the sprites follow me on the sides!
It only seems normal when you are standing where its at!!!
Can you guyz help me?
? ? ?
Offline
One thing you can do is put a boarder around the edges so it doesn't reveal the sprite until it's supposed to. Or if it's going to the back, you can hide if xposition=000
<when green flag clicked>
<forever if><( <x position> <=> # )>
<hide>
<end>
Offline
Similar to what coca said, you can set the sprites to show only when scrollx is within the range of values when it should be on stage. That way when they're positioned off stage, they'll be completely hidden. Just make sure to have both a condition when it should show and when it should hide; otherwise, it will get stuck either being shown or hidden.
Offline
Make a sprite that has two black sides on the far left and right, and make it about one finger wide. That should make it look nice and eliminate your issue.
Offline