automatic move
solitairee
Member Posts: 73
hey guys pls how to make actor move few pixels left and than right?
Comments
self.position.x = 10
-- move right
self.position.x = 15
--move left