My view follows my hero. Since my character stand is moving up and down.
Is there anyway it can make him the view but not have the screen bouncing.
if(xscreen > view.width - 40) view.x = view.x + 5;
else if(xscreen < 40) view.x = view.x - 5;
Users browsing this forum: No registered users and 1 guest