Need help on bouncing ball with scrolling level concept

I’m creating this prototype that displays a bouncing ball, with the physics API enabled.

Now the problem is, I want to add a horizontal scrolling feature to the code. I tried this by moving the platform’s x-coordinates in an event listener, obviously that didn’t work…

Can anyone help me with this one, and perhaps include an example code of sorts? Please and thank you! [import]uid: 11930 topic_id: 4858 reply_id: 304858[/import]

Here’s some sample code that may help. It’s a scroller with physics and illustrates following the main object with a “camera”. [import]uid: 3953 topic_id: 4858 reply_id: 15812[/import]

Thanks for the post @MarkHenryC, the code provided a lot of great insights for some other concepts I would like to venture on, besides helping me on the problem I have ;D [import]uid: 11930 topic_id: 4858 reply_id: 18434[/import]