![]() |
|
2d/Side Scrolling/Platform/Parallax Scrolling - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Design (/forum-5.html) +--- Thread: 2d/Side Scrolling/Platform/Parallax Scrolling (/thread-7605.html) |
2d/Side Scrolling/Platform/Parallax Scrolling - SethWillits - Aug 18, 2002 03:32 PM Anyone know of any articles on how to design 2d side scrolling platform games? I already know how, but I don't know different approaches and methods for different things. Also, I'm looking for a tutorial on parallax scrolling in the same kind of games (tile based hopefully). Thanks, 2d/Side Scrolling/Platform/Parallax Scrolling - Josh - Aug 18, 2002 08:27 PM We have a tutorial here at iDevGames about side scrolling: Scrolling Games 2d/Side Scrolling/Platform/Parallax Scrolling - Chris Burkhardt - Aug 24, 2002 07:00 PM I have read a tutorial (on the Web) on creating tile-based parellax side-scrolling games. sounds like what you want. I can't remember where it was. argh. ... can't find it, but it does exist It was geared towards Windows, but the concepts are the same (just use Copybits() instead of the DirectX calls, or whatever...)I'll keep looking. 2d/Side Scrolling/Platform/Parallax Scrolling - Ian Emerson - Aug 24, 2002 08:43 PM There is a tutorial geared toward Windows(actually I think it is DOS) here. 2d/Side Scrolling/Platform/Parallax Scrolling - aarku - Aug 25, 2002 12:57 AM Have you looked at Dan Reed's submission to SpriteWorld? It's public domain source code. The Scroller is darn cool... almost a udevgame entry. From the SWML Archives... Quote:Greetings, -Jon 2d/Side Scrolling/Platform/Parallax Scrolling - DaFalcon - Aug 25, 2002 11:56 AM Carlos, maybe you should give this file a "permanent home' at iDevGames? |