Tagged Questions
-2
votes
1answer
22 views
Box 2d : What is the difference between a body and shape? [closed]
How a body is different from shape in Box 2d. Can't we create a body of some shape? Why it is required to create shape and body differently ?
0
votes
1answer
55 views
How to make askew slope image(b2body) in Box2d?
I am new in Box2d and learning myself.
I am learning Box2d from here
I want to make a body and want to give b2body a angle so that it will look like body is stand like skew line, like slope.
This is ...
0
votes
3answers
71 views
Holding pixel data in NSMutableArray/NSArray; memory issues
I'm trying to hold basic information about a pixel inside an object. Basically, (1) whether the pixel is clear and (2) whether the pixel is on what I am defining to be a surface edge. I'm using the ...
1
vote
1answer
31 views
Cocos2d - Is is possible to turn off collision for a Box2d b2Body with a b2FixtureDef?
I have a b2Body with a b2FixtureDef. I'd like to be able to turn off the ability of the b2Body to collide. Is this possible?
4
votes
1answer
86 views
How to make binocular effect in cocos2d?
I need to make binocular effect with blur and scale inside custom frame to follow an object(sprite), like this
Any ideas how to make it?
Great thanks for help!
1
vote
1answer
64 views
cocos2d - CCSprite not aligned with b2Body
If I create a sprite and body with the first batch of code, the sprite is centered on top of the circular body. But if I create the sprite with the second batch of code, the bottom of the circular ...
1
vote
0answers
69 views
Corona SDK: True dragging-collisions
I have been messing around with Corona SDK for a few weeks now, but have not succeeded in creating a genuine collision between a draggable object and a dynamic object.
What I mean: Like in Justin ...
0
votes
1answer
32 views
Improve Responsiveness of ccTouchesBegan
At the moment, I have a puzzle game, with some objects that are movable using the ccTouchesBegan && ccTouchesMoved method
Called in ccTouchesBegan:
if (CGRectContainsPoint(newBoundingBox, ...
0
votes
0answers
54 views
Cocos2d/Box2d Component Based Entity System
Recently I've read somewhere that it is not a good idea to inherit from CCSprite class when making your game objects. In my CBES each Game Object has :
-PhysicsComponent(responsible for updating ...
1
vote
1answer
57 views
How to make an b2Body ignore another b2Body?
I have three b2Body-s. Head, chin and one static type b2Body. I add a b2Joint from static b2Body to head and another b2Joint for head and chin. Head ignore static body because collideConnected is ...
0
votes
1answer
42 views
how to remove a box2d Fixture
I have a square barrier that has edges defined at run time based on where the user puts the position and rotation of my barrier.
b2BodyDef barrierBodyDef;
barrierBodyDef.type = b2_staticBody;
...
3
votes
1answer
45 views
Sprite.rotation Not working in box2d
I have an array of Sprites, that the user is allowed to move that is handled within ccTouchesMoved.
When the user has one of the sprites selected (by touching it) they then have the option to rotate ...
2
votes
0answers
77 views
Ignoring Collisions Between Bodies in Box2d (iphone)
I have 3 types of bodies. they are
1) MouseJointBody (It is moving with mouseJoint only)
2) 2 MovingBodys (It is moving continuously in the world)
3) StaticBody (It is fixed in constant position)
...
0
votes
0answers
46 views
Files and folders organisation for large project in cocos2d [closed]
I am writing a game with cocos2d and box2d. Game will have at about 50 levels, and I already now have many classes and it keeps growing.
For every game object I have GameParts folder with a classes, ...
0
votes
1answer
42 views
Apply Interaction using Box2d in iPhone App
I am currently using box2D and UIKit to create an app. Gravity is working great with the objects that I have added. However, I would like the objects to have user interaction through touches. Most of ...
0
votes
1answer
51 views
When user hit ball make it like elipse
How cant i make with cocos2d and box2d, when I hit with eg. paddle a some ball, ball will change shape to look like elipse, if you know what i mean. If I hit ball with bigger force, ball will be more ...
0
votes
0answers
28 views
b2revolutejoint not working properly, one body only moves slightly
I have two bodies. I have attched them together using a b2revolute joint. I then rotate one, but the other will only move through approx 20 degrees then it just stops while the other rotates.
My code ...
1
vote
2answers
67 views
Adding B2Bodies to sprite Node causes sprite location to change
I have a batchnode of sprites that are getting added to the scene. The locations of these sprites are off set from the position of the batchnde so I can rotate them about the point of the batch node.
...
0
votes
2answers
61 views
Forever moving ball
How do I create a body [A ball Body] that will bounce around the screen, never losing or gaining speed, regardless of what it hits in cocos2d-box2d?
0
votes
1answer
108 views
Issue with throwing b2body at particular angle in Box2D game
in my game im having one Ccsprite for arrow, and one b2body for ball... im trying to throw ball at direction which is pointed by my arrow sprite. here is my code... i'm counting rotation of arrow ...
1
vote
1answer
134 views
How to make path in box2d in iPhone
I have a path which will be on bottom of the screen where insects will walk. But my path is not a straight line, it have ups and down. So how can I my insects walk my jagged line? The black line is my ...
0
votes
1answer
97 views
issue with changing animation of body in Box2D game
im stuck in weird problem, im making one box2d game in which my character has different animation for walking, jumping and standing. i'v problem in switching these. here is my code..
controlLayer.m
...
0
votes
0answers
149 views
box2d bodies behave strangely while dragging on screen
I made a cocos2d-box2d template game while reading Ray Wenderlich's book 'Learning Cocos2d' and I'm stuck. The problem is that when I try to drag bodies , sometimes they behave really stupid.
Actually ...
0
votes
2answers
150 views
CCLayer update method with box2d bodies failure
I'm reading the book:'Learning Cocos2D' from Rod Strougo and Ray Wenderlich and I decided to make my own iOS game with Cocos2d-Box2d.
Now I have a problem that I can not resolve.
I created a class ...
0
votes
1answer
90 views
box2d concave body
I am creating a box2d body for my iOS game, that is built from 4 shapes that are convex.
The problem is that it fails when calling the init method.
Here's my code:
@implementation Banan
...
0
votes
1answer
159 views
Achieving Billiard ball simulation with box2d on iOS
using this properties:
b2FixtureDef ballShapeDef;
ballShapeDef.shape = &circle;
ballShapeDef.density = 1.0f;
ballBodyDef.linearDamping = 1.0f;
ballBodyDef.bullet = YES;
...
1
vote
1answer
262 views
Moving box2d body ball
How can I move body ball in box2d like a volleyball without accelerating or dumping (with a constant speed)
Do I need a special formula for this?
1
vote
0answers
32 views
Can i pause the CCAnimation? [duplicate]
Possible Duplicate:
how to pause and resume action applied to the ccSprite?
I am new to box2d. I am using CCAnimation, It working fine but i want to pause the animation in meantime. Is it ...
0
votes
1answer
84 views
draw debug shapes with box2d in ios, how?
Im using the latest cocos2d iphone 2.0 with box2d (dont know the version).
I try to display the shapes in debug mode, how do I do that?
Regards
Mirza
6
votes
3answers
174 views
Floating point determinism between Apple A5 and Apple A6 CPUs
I am developing a multiplayer game with Box2D physics for iOS. The multiplayer is using lock-step method as usual. The game updates physics world fixed-timely. There is no desync among iOS devices ...
1
vote
1answer
152 views
how to rotate a kinematic body in clockwise and anti clockwise in box2d
Can any one suggest me or give idea about this scenario
I am having a dynamic bodies(balls)
Also having kinematic bodies(wooden blocks which is on circular shape)
When a ball hits the wooden block ...
0
votes
2answers
287 views
ARC is working in iOS 6 but not work in iOS5.1
I am trying to enable ARC(Automatic Reference Count) functionality to my cocos2dbox2d application so i flow this link. ARC is enabled successfully and the application is working fine in iOS 6 but same ...
2
votes
1answer
184 views
cocos2d and box2d: camera rotation
i have a similar situation to this Question. I want to keep the camera with the player in the center and the rotation of the player.
But i'm using box2d so i can't rotate the environment and keep the ...
2
votes
0answers
35 views
how to move circle in screen game [duplicate]
Possible Duplicate:
Drag and drop UIViews with Box2d (iOS)
create circle at bottom of screen if I touch down on circle,it will go on to top of screen and if I touch up,it falls down to ...
1
vote
1answer
115 views
How to set revolution anchor when using b2RevoluteJointDef
First, I'd like to apologize the people who help to solute my issues before. Without your selfless help, I can't go smoothly so far in iOS development.
Now I have an issue again. The demo program is ...
2
votes
1answer
116 views
box2d gravity not being applied
I have a box2d world with the view locked into landscapeLeft. I'm trying to move a body by tilting the phone left or right, which is currently working. I have problems when the level is started with ...
-1
votes
1answer
77 views
How to make a game like Panda Mania in Cocos2d? [closed]
I m new to this forum and in cocos2d world. I want to make a game like Panda Mania, in which I have to use swipe/fick to fire an arrow with force and gravity involve. I need some guideline how to ...
0
votes
1answer
65 views
Should Cocos2d be used or create own code in C
I am starting to design a platform style game using xcode, that will need to use some physics, collision detection etc. including obstacles like rolling rocks, ropes etc.
Should I use Cocos2d/box2d ...
0
votes
1answer
175 views
Box2d physics body becoming out of sync with Cocos2d sprite
I am fairly new to cocos2d and box2d. I am attempting to create a game horizontal endless runner using the accelerometer. I have the character falling from the top and is constantly moving downwards. ...
0
votes
1answer
87 views
Box2d body loses all momentum/intertia?
I am developing a sidescroller on iOS where, if the character jumps I apply an impulse to a box2d body and let interia do the rest ( it's a low gravity game so sometimes the character is in the the ...
0
votes
1answer
124 views
SetUserData in box2d
I am writing a game in box2d / cocos2d where things fall from the sky, when they touch the floor or the player they should be removed from the scene. I have implemented a ContactListener as per Ray ...
-1
votes
1answer
61 views
Cocos2d: all objects have been stopped
Gameplay like pool or bowling
So, there are two types of objects:
- main - moving by action (runAction - CCMoveTo)
- other objects - which moving only after contact with main object (haven't own ...
0
votes
0answers
133 views
How can I remove CCMotionStreak without causing EXC_BAD_ACCESS?
My game uses Box2d. To make motion streaks I have a vector called streaks. It stores a series of CCMotionStreak objects. Currently I use the following code to make a streak:
//For motions streaks:
...
0
votes
1answer
87 views
iOS Changing .m to .mm = error
I'm trying to add box2D to my existing project. I think everything goes ok but when I add the
#import "Box2D.h"
#import "GLES-Render.h"
in the scene I want to use Box2D, and change the file ...
0
votes
0answers
86 views
Tick Method or ScheduleUpdate method in box2d iphone
I am new to box2d(cocos2d). i have a problem on tick method...
For example, I have 50 objects in the world. For each object have different animations/effects. Is there possible to handle these ...
0
votes
0answers
124 views
apply force to a body in touchesMoved direction in box2d iphone
I am new to box2d. I have a problem i.e
when i touch the body and touchmoved(In touchmoved method i don't want move the body)upto some place and touch released.
in touchend i apply force like ...
0
votes
1answer
246 views
Collision group filter not working in Box2D
I'm working on a game in Cocos2d with Box2D. Currently I have a system set up where there are some boundaries. They are for a ball. I want meteors to come in from off the screen and smack the ball.
...
0
votes
1answer
34 views
Unused bits in pointer (iPhone)
Box2d objects have a
void* m_userData
field where the user can store data. Typically you store a pointer to another object, for instance a pointer to a sprite that shall be updated with location ...
0
votes
0answers
228 views
Box2D How to find Closest point of shape with RayCast
Does anyone know how to find the closest point to a shape with RayCast? I know how to find the closest body but not the closest point.
class RayCastClosestCallback : public b2RayCastCallback
{
...
1
vote
1answer
365 views
cocos2D and Box2D : How to get exact touched sprite?
I am trying to move sprite on touch moved. but when two sprites is there i am geting touch of two sprites. that's why sprites are not moving properly.
- (void)ccTouchesBegan:(NSSet *)touches ...

