I have a project that has a stream of particles running horizontally across the screen. This is working fine, but the particles take time to get moving and fill...
I have a function that is called 10 times at the start of the layout. The function is supposed to create a line of 10 blocks on the top line after it pushed dow...
I'm trying to move a "next" sprite when the layout starts, but I haven't been successful. It won't move to x = -500. The "next" sprite should only appear when t...