This site requires JavaScript, please enable it in your browser!
Greenfoot back
tartags11
tartags11 wrote ...

2013/10/18

How to make the camera follow the actor?

tartags11 tartags11

2013/10/18

#
I have a large world (one where the screen has a scroll bar) and I am trying to make it where the camera follows the actor (or group of actors). Is there any way I can do that?
SPower SPower

2013/10/18

#
You're better off not having a world with scroll bars, since the scroll bars are only there when the display someone's using it too small to display your world. It's easier and better to use something like this: http://www.greenfoot.org/scenarios/5806 which is a re-usable engine I made, which allows you to have a world you can walk around in.
You need to login to post a reply.