HELP WANTEND Althought the scrolling works after my 7th try, I still have some platform "overlapping", i.e. every next platform starts to early.
Can you help?
My project page is http://scratch.mit.edu/projects/yep123/24498
Thnx
Yep123
Offline
The platforms are overlapping just because of their position. Now the way you have it is when key left or right pressed move the platforms. If you do this the platforms may not move correctly and they may shift out of place. To fix this set their x position forever to a variable called platforms and when the left or right keys are pressed the variable changes making the platforms x position equal to the variable plus their distance from the other platforms which are multiples of 480. I know this probably sounds confusing so I went ahead and fixed your project so you can download it.
Heres your fixed project http://scratch.mit.edu/projects/archmage/24624
Offline