Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - player931402

Pages: 1 [2]
16
Graphics / problem with map -> matrix size
« on: October 19, 2011, 04:01:20 pm »
hi all!

In this month i start to work on a RPG game.
I have divided my map ( 1600x1600 ) with a matrix 32x32 ( matrix got, for esample, 01 when the way is clean but reduce your velocity )
Now, i need to create an immage with the  exactly size of one box of the matrix

Math say me: U got square matrix and square map-> 1600/32 -> 50 <-  size of the side of the square


BUT, why this not work? if i load an image 50x50 i can see that the image size is much larger than those of the matrix


Why this happens? Any suggest?


P.s.: Sorry for my bad eng >.<


Enjoy!

17
Graphics / Camera on Sprite
« on: September 21, 2011, 08:02:03 pm »
Hi guys.

2 week ago i and 4 my friend started to create a RPG.

We have created many classes ( Principal player,Enemy(with a less AI),NPC, fight  ecc. ecc.)

But we have a problem. Any1 can illistrate us a code for:
 " camera follow the sprite" ? ( == sprite always at center of the window )




any suggest?

ty and sry for my bad eng!

Pages: 1 [2]