i’m trying to make an drawing application. and i use code from sample code “multi punk” which i changed a bit :
randImage = diskGfx[math.random( 1, 3 )]
allDisks[#allDisks + 1] = display.newImage( randImage )
local disk = allDisks[#allDisks]
disk.x = event.x; disk.y = event.y
disk.rotation = math.random( 1, 260 )
disk.xScale = 0.8; disk.yScale = 0.8
but the problem:
if i move my finger slowly, i can make a perfect line…but if i move my finger really fast, i will left space between circle…
do you all mind to help me a bit? [import]uid: 33180 topic_id: 9531 reply_id: 309531[/import]