Removing items offscreen

I trying to figure out how to remove items when there off screen. Like removing falling balloons when there off screen would be an example. [import]uid: 17058 topic_id: 19200 reply_id: 319200[/import]

Hey there,

CoronaSDK > SampleCode > Physics > MultiPuck.

That has an example of removing off screen objects.

Peach :slight_smile: [import]uid: 52491 topic_id: 19200 reply_id: 74127[/import]

A simple way is to make a small image off the bottom of the screen which is the screen’s width and detect collisions. [import]uid: 10389 topic_id: 19200 reply_id: 74611[/import]