Bennu Game Development

English Forums => Helpdesk => Topic started by: MisterN on April 21, 2013, 10:04:24 PM

Title: delete something you put?
Post by: MisterN on April 21, 2013, 10:04:24 PM
real quick, how do you get rid of something (from the screen) of something you put() on there? thanks
Title: Re:delete something you put?
Post by: Kloppix on April 21, 2013, 11:08:17 PM
  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?