Quote Originally Posted by kotai
Hi.
1) how can I modify background to make braking marks persistent? (without painting it in each frame)

2) anybody knows how to close a Delphix application without closing errors?
About 1): what about using for braking marks something like particles? You could redraw only when visible and write an array of coordinates, in order to redraw when you reload the level.

About 2): do you have tried using free instead of destroy?

Some considerations: your game looks wonderful! :shock: Maybe you should try to optimize backgroud. Splitting it in smaller blocks and dynamically loading it could waste a smaller amount of resources, IMHO