Hey all,
Im using this code that I got from the online example.
function drawLine( event )
if(event.phase == “ended”) then
line = display.newLine(event.xStart, event.yStart, event.x, event.y)
line:setColor(255,0,0)
line.width = 5
end
end
Runtime:addEventListener(“touch”, drawLine)
When you press and move your cursor and then release
a line is drawn.
Now with it being drawn, how do i destroy it ?
Is there a Table of the LINES/events that are DRAWN on the screen ?
Thanks in advance 
[import]uid: 11094 topic_id: 15790 reply_id: 315790[/import]