Platform spawning

Hi there!

I need my platforms to spawn at different rates, according to the speed of a moving background. I have tried constraining attribute of the linear velocity (y) real attribute, of my moving background to a name(scroll) and using attribute rule (scroll) <= 60, where the original linear velocity of the background was 50 and is constantly accelerating by 200 every 2 seconds. However, the platforms continually spawn even though the linear velocity has exceeded 60 speed. What am i doing wrong?

Sign In or Register to comment.