Blog Archives

Scrolling Background in Java

This is the third in a series of posts on how to put a scrolling background. We started with ActionScript and went to Python. Now it’s time for Java. Quick Demo Here’s the same demo as the previous two in

Tagged with: , ,
Posted in Coding

Scrolling Background in Python

This is a follow up to an earlier post where we created a scrolling background in Flash using ActionScript. This time we’re going to do the same thing, but using Python and Pygame. The Logic This animation is what we’re

Tagged with: , , ,
Posted in Coding

Scrolling Background in Flash with ActionScript

Take a look at your favorite game. Odds are good that there is a scrolling background of some type. Think Super Mario Brothers. Mario is a bit different than what we’re after though. The background in Mario is a single

Tagged with: , , , ,
Posted in Coding