Quiest
I like turtles!
Once again, this has to be asked:
How can you get rid of these sprite fragments, that stay on the screen?
I used Moogles solution:
restore_type=complete_restore;
dump_type=complete_dump;
for the time being, until I found out that it causes major slowdowns in menu and games (maybe you notice the slowdown at the menu at the minigame project after playing a minigame?)
I also tried using
map_clear(0,0,0);
in a loop, which just erases the background picture and make the background black . So, no good.
So, I want to know if there is a solution that is easy and that does not cause slowdowns.
Thanks.
How can you get rid of these sprite fragments, that stay on the screen?
I used Moogles solution:
restore_type=complete_restore;
dump_type=complete_dump;
for the time being, until I found out that it causes major slowdowns in menu and games (maybe you notice the slowdown at the menu at the minigame project after playing a minigame?)
I also tried using
map_clear(0,0,0);
in a loop, which just erases the background picture and make the background black . So, no good.
So, I want to know if there is a solution that is easy and that does not cause slowdowns.
Thanks.