sorry I might not have been clear. I need it to move smoothly to the destination x,y. Like a car driving to the point.
The starting x,y are 135,0
I need it to end up at 130,480
But It needs to move smoothly to the position. The same effect transition.to would have, but the movement speed can increase or decrease dynamically, which is why I can’t use transition.to
[import]uid: 8699 topic_id: 8749 reply_id: 31901[/import]
You may implement your own transition function by doing the geometry stuff in enterFrame.
– Advanced UI + Graph for Corona® | Website | Forum(https) | See: [import]uid: 11385 topic_id: 8749 reply_id: 32062[/import]
thanks for the replies! I will need to touch up on my geometry and give it a try! I have a temp work around by having a line that it follows to the bottom, but it’s not ideal! [import]uid: 8699 topic_id: 8749 reply_id: 32643[/import]