What are you guys using to move your view actor? I'm looking for a way to move the view smoothly when you go up and down.
Currently I'm using canvas actors to move the view up, down, left and right.
What are yours?
view.x = max(x-view.width/2-200, min(x-view.width/2+200, view.x));
view.y = max(y-view.height/2-150, min(y-view.height/2+150, view.y));
Users browsing this forum: No registered users and 1 guest