hello guys , i am making a game and i want that my rocket crashes when it touches thee edge of the world/stage
i want to show my game to my computer teacher and she has a period with me tomorrow so pls fast


1 | if (atEdge()) getWorld().removeObject( this ); |
1 | if (atEdge()) getWorld().removeObject( this ); |