| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | May 19 at 5:20 | |
| stats | profile views | 42 |
|
May 9 |
comment |
DirectX or Opengl? Good resources Have you searched google? |
|
May 9 |
comment |
2d tile map collision Create different types of tiles (grass, dirt, rock) and have a Boolean in them for "isSolid". Convert your current coordinates to map coordinates and test your future position to see if it isSolid... If it is then dont move into that tile else move there. This would eliminate the need to create a bounding box for every single tile |
|
May 8 |
comment |
Help implementing Jigsaw puzzle in cocos2d Search google for a puzzle game tutorial... I'm pretty sure there is one for cocos2d and if not then use one from another language and convert it to objective c/cocos2d |
|
May 7 |
comment |
Slick2d: Fullscreen display resolution problem What error do you get? |
|
May 7 |
comment |
How do I keep my character centred on screen? +1 for referencing his futurama reference :p |
|
May 6 |
comment |
FlipX Sprite By Checking Position Pseudo code - if xVelocity > 0 flipX = No else if xVelocity < 0 flipX = Yes else defaultView??? |
|
May 6 |
comment |
KeyListener with CardLayout Public class vijshehe implements keylistener... And make sure you addKeyListener(this) to your main game |
|
May 3 |
comment |
Sprite blink while move [cocos2dx - ios] Elaborate please... What is the problem? Are you using cocos2d blink function? What have you tried? Paste some problem code |
|
May 2 |
comment |
Basic C game jumping wouldn't jumping code be similar regardless of what language it is written in? if you can't find code for C on jumping then perhaps search google for a jumping example in another language? |
|
Apr 30 |
comment |
Trying to reduce health by a certain value once XNA It may be firing multiple times because of the 3 millisecond wait... Try removing that and test it |
|
Apr 29 |
awarded | Fanatic |
|
Apr 26 |
comment |
Slow Rope Joint Simulation On that site you wrote "throw" instead of "through". |
|
Apr 26 |
comment |
Best Gamedev book for jmonkey engine Have you searched google? jmonkeyengine.org/wiki/doku.php/jme3 |
|
Apr 23 |
comment |
Libgdx sprite rotation (image quality) not sure if libgdx has this but in java I use g2.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); and that helps improve the rotated image quality a lot |
|
Apr 22 |
comment |
Ways to achieve path finding on android @jaysoyer it wasn't me who down voted you lol... |
|
Apr 22 |
comment |
Ways to achieve path finding on android You should learn how to use comments! ;) |
|
Apr 21 |
comment |
Need to use trig to make a ship point in the right direction Sqrt(n) is for length... You want to use atan2(y, x) instead |
|
Apr 19 |
comment |
How to move a PhysicsSprite Can't you bind the physics object to the sprite and wherever the sprite moves the physics object follows? |
|
Apr 19 |
comment |
How to parse .plist and read and write data (cocos2d-x) stackoverflow.com/questions/9897326/… this may help a little |
|
Apr 15 |
comment |
animation runs only onces Ok lol... Leave it with me and when I get home from work ill test it for you and update my post :) |

