Advice on side scrolling

hi,

I'm thinking of making a side scrolling game for my final project (either platform game or side scrolling shooter).

Before I formally choose the project I want to make a small simple demo just to get in perspective the scale of what I'm letting myself in for.

I'll probably be using JPanel to paint my level and sprites and need some help onhow to make the background, enemies and scenery side scroll from right to left as the user holds down the right arrow key.

I'd realy appreciate it if someone could give me some technical detail (or point me to a good tutorial) to get me started.

cheers

[646 byte] By [uraknaia] at [2007-10-2 14:23:59]
# 1
See Graphics2D.translate
tjacobs01a at 2007-7-13 12:43:00 > top of Java-index,Other Topics,Java Game Development...
# 2

Hi Uruknai,

You're not the first one and certainly not the last one to ask this question. Do a Google search and search the forums as well. Here are some links that might help you.

http://www.planetalia.com/cursos/

http://forum.java.sun.com/thread.jspa?forumID=406&threadID=300352

http://forum.java.sun.com/thread.jspa?forumID=406&threadID=359669

http://forum.java.sun.com/thread.jspa?forumID=406&threadID=646556

http://forum.java.sun.com/thread.jspa?forumID=406&threadID=369024

Has.

hasman001a at 2007-7-13 12:43:00 > top of Java-index,Other Topics,Java Game Development...