Tagged Questions
1
vote
1answer
241 views
Saving a list of points into a text file
I recently posted a question about this, but was not really sure where to go. I've gotten some progress, and have generated some simple noise here:
http://pastie.org/5408655
That works well enough ...
0
votes
0answers
73 views
Cannot figure how to plan a Matryoshka themed game
Me and my partner are planning to write a Matryoshka themed game
(http://en.wikipedia.org/wiki/Matryoshka_doll).
It will be a side-scroller/platformer and the main idea is that the character will be ...
3
votes
2answers
982 views
Flash AS3 sidescrolling tiles optimization
I'm trying to make a sidescrolling game in Flash that will run on a low performance laptop.
While studying the subject from Tonypa I saw that he builds a Bitmap by making copys of the BitmapData of ...
2
votes
2answers
1k views
2D side scroller - How to implement X/Y movement?
I'm currently writing a small 2D, side-scroller-ish kind of game.
I have a simple camera that follows the player around and the physics are ready.
I'm using 32x32 tiles that build out the world, ...
2
votes
2answers
1k views
Best method for 2 layer tile based map scrolling
What is the best general approach to implement scrolling for a 2D tile based game?
I need to scroll the map with a constant speed, lets say 2 pixels every frame (like in a top down shooter).
The ...