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

2013/5/11

2D omni-directional world scrolling engine?

Entity1037 Entity1037

2013/5/11

#
How do you make one of these without making individual coding for every block? It would be really awesome if I could have one for my Megaman game.
MatheMagician MatheMagician

2013/5/12

#
What do you mean by "making individual coding for each block"? If you want examples of scrolling code and nice superclasses, look here: http://www.greenfoot.org/collections/325 Probably the best scenario for you to look at would be this one:http://www.greenfoot.org/scenarios/6719
danpost danpost

2013/5/12

#
MatheMagician wrote...
Probably the best scenario for you to look at would be this one: http://www.greenfoot.org/scenarios/6719
@MatheMagician, I will take that as a compliment; thanks.
MatheMagician MatheMagician

2013/5/13

#
It is a pretty simple and awesome scenario :). Plus, most of the others are bug-prone.
You need to login to post a reply.