delete something you put?

Started by MisterN, April 21, 2013, 10:04:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MisterN

real quick, how do you get rid of something (from the screen) of something you put() on there? thanks
werg

Kloppix

  You could use screen_clear() and draw everything again except for the graph, or use map_clear(file,graph,0) to make it transparent or just kill the process calling the graph.



Care to elaborate?