dear masters, i have problem, i made slide game, i used
* Touch, on any touch start - system set lastX to touch.X
system set lastY to touch.Y
* is in touch, system create object slash on layer game at (lastX, lastY)
slash set width to distance (lastx,lasty,touch.X,touch.Y)
slash set height to self.width/5
slash set angle to angle (lastx,lasty,touch.X,touch.Y) degress
system set lastX to touch.X
system set lastY to touch.Y
its is work but its create more slide, example i check debug its create 100 and more slide, i need only 1 slide couse more slide its see good. i look to c2 its create 1 slide, but c3 its create more slide, ty for help. and sorry about that my bad english.