Tagged Questions
0
votes
0answers
24 views
Moving a sprite by touching anywhere on the screen
In my game only one sprite responds to touches. How can I make a mousejoint move this sprite/body regardless of where I touch on the screen?
0
votes
0answers
34 views
issues creating a class that handles contacts
All along I have been handling contacts within the CCPhysicsSprite class since I mainly set the userdata to a CCPhysicsSprite. As below:
ContactListenerClass.mm:
void ContactListenerClass:: ...
0
votes
0answers
19 views
Collision between a sprite and a tilemap with Cocos2d and Box2d
I have the following map I made in Tiled, and then added to my project:
map = [[CCTMXTiledMap alloc] initWithTMXFile:@"FirstLevel.tmx"];
[self addChild:map];
I also have the following object which ...
0
votes
1answer
28 views
saving contact bodies to be destroyed
In my code I would like to destroy one of two contacted bodies. Within the beginContact the following method in CCPhysicsSprite is called:
-(void)contactMade:(CCPhysicsSprite*)contactedSprite {
int ...
0
votes
0answers
20 views
contact listener not recognizing contact between two bodies with circle shapes
I set a contact listener between two dynamic bodies with circle shapes and also set tags for each of their sprites.
The first circle body is jointed to another body by a revolute joint.
When I ...
2
votes
2answers
45 views
EXC_BAD_ACCESS issue with contact listener
I am getting an EXC_BAD_ACCESS error in my contact listener code. Below is the code:
Main object class (GameObjects) through which all objects are subclassed:
GameObjects.h:
#import "cocos2d.h"
...
1
vote
1answer
31 views
why is userdata set to self?
In several box2d code samples I've seen this line of code:
body->SetUserData(self);
In my search I have not found any explanation for this. What is the main purpose for setting the userdata to ...
0
votes
1answer
36 views
box2d contact listener not working
I have set a box2d contact listener but it's not working. It is suppose to print a message in the console when the fixtures touch. I am not sure what's wrong. Below is the code.
...
0
votes
0answers
20 views
prolate cycloid body movement
How can I make a box2d body move along a prolate cycloid curve? I've searched extensively and haven't found anything leads. Below is an example of how the movement should look like. I would appreciate ...
0
votes
0answers
23 views
box2d body spiral movement
I found a post on the forum box2d Spiral Movement with some code for making a body move in a spiral motion. The body is moving strangely and suddenly goes off screen but not in a spiral motion. I ...
1
vote
2answers
111 views
making a box2d body move in a sine wave type motion
How can I make a box2d body move in a sine wave type motion? I believe it will require applying some forces to move it along the sine curve path but I am not sure how. I would really appreciate any ...
0
votes
1answer
73 views
Box2D mouse Joint issue while dragging. TestPoint function return false
i'm using box2D mouse joint to drag the objects but i'm stuck in a strange issue that bodies are not responding to the moved function because
if (currentFixture->TestPoint(worldPoint)) {
...
0
votes
1answer
62 views
How to destroy a body with CCPhysicsSprite
I've realized that CCPhysicsSprite is different in a few ways from CCSprite. For example, you must set the body before you set the position of the sprite. I believe it is one of these differences that ...
0
votes
0answers
48 views
EXC_BAD_ACCESS error and strange behaviour when moving box2d body in straight horizontal line
I am having a few issues with making a box2d body move in a straight line. At times when I run the code it works (body moves in a straight line) and other times it falls as it moves. Below is the ...
0
votes
2answers
50 views
Box2D collisions don't fire under low FPS?
So in my game I have Cocos2D + Box2D integrated. I know it is not recommended but I have my b2Bodys follow my CCSprites because I only need the collision part of Box2D. Anyway, using PhysicsEditor, I ...
1
vote
1answer
60 views
making a box2d body move in a spiral motion
How can one make a box2d body move in a spiral motion? I believe it will require applying some force but I am not sure how. I would appreciate any assistance.
0
votes
0answers
50 views
Using Box2d bodies for infinite scrolling
I am making a game using cocos2d and box2d that basically consists of a ball rolling down an infinite hill. My current approach consists of using CCFollow to create the scrolling effect, while ...
0
votes
1answer
57 views
Can box2d track my Cocos2d actions of sprites?
I just started using Cocos2D this week. While playing around with Box2d i was wondering if it was possible to move CCSprites with the help of CCActions and use box2ds collisiion detection feature to ...
0
votes
0answers
45 views
how to draw automatic poligon shape from an sprite with alpha ? for an box2d tool
I have started a new project, that will help creating a game from scratch, with just a few lines of code.
I won't make advertising here, because this is not that kind of site, but i will ask a few ...
0
votes
1answer
70 views
Box2d and Cocos2d with faked 3d view [closed]
I am new to ios cocos2d game development, so please excuse my ignorance :). I am trying to create a simple that plays like http://upload.wikimedia.org/wikipedia/en/2/2e/Knights_of_the_Round.png where ...
2
votes
2answers
236 views
Xcode C++ and Objective-C refactoring
Is there a way to refactor mixed C++/Objective-C code in Xcode ?? I am writing a game using Cocos2D and Box2D, and the Box2D is written on C++, so every class I write should have .mm extension and ...
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
74 views
How to define PTM_RATIO according to iOS device
I'm using Cocos2D+Box2D for my game development. As Box2D uses meters instead of pixels, I need to define a pixels-to-meters ratio. So I define a PTM_RATIO at the top of my code:
define PTM_RATIO 32
...
0
votes
1answer
109 views
Calculating the area and position of dynamically formed polygons
Hi stackoverflow community,
This is a continuation of a question I asked 6 months regarding calculating the area and position of dynamically formed rectangles. The solution provided for that worked a ...
1
vote
0answers
66 views
Collision simplification with Box2d in a Cocos2d game
Consider a simple Cocos2d game consisting of five horizontal dominoes on a 1x20 grid (width is 20 squares, width of each domino is two, dominoes can't overlap). The dominoes can slide horizontally in ...
0
votes
2answers
61 views
b2World behaves weirdly (BOX2d + COCOS2d)
im making game with cocos2d + box2d.game works fine, but after some time of play my b2world goes hanged (ground line getting disappeared in drawDebug mode) and some of my b2bodies' attributes become ...
0
votes
1answer
39 views
Create a vector to shoot a projectile at angle of cannon
I need to set a projectile in motion doing this (Box2d):
projectileBody->SetLinearVelocity(b2Vec2(shootVector.x, shootVector.y));
I know the angle (it's the rotation angle of the cannon), and I'm ...
1
vote
1answer
311 views
Cocos2d-iPhone with Box2D: CCPhysicsSprite EXC_BAD_ACCESS
I just recently started messing with cocos2d's Box2D integration, while most of the process has been simple and straight forward, I keep running into a EXC_BAD_ACCESS error when using a ...
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, ...
-8
votes
1answer
89 views
After updating project to arc getting dyld_fatal_error [closed]
I was following tutorial for updating cocos project to arc, and after updating i getting dyld_fatal_error error. Does someone knows something about this?
0
votes
1answer
79 views
Cocos2d Box2d - assign generic userData to bodyDef
Most examples I see of assigning userData go something like this:
CCSprite *sprite = [CCSprite spriteWithFile:@"whatever.png" rect:CGRectMake(0, 0, screenSize.width, screenSize.height)];
...
0
votes
1answer
101 views
Box2d - how to grab and throw objects
Say there are 3 boxes on the screen, how can I go about touching one of them to pick it up and "throw" it at the others? I have the rest of the world implemented but can't find much information on how ...
0
votes
1answer
46 views
Box2d in Xcode - use of undeclared identifier 'toDestroy'
Every tutorial I can find on Box2d says to do this to iterate through the bodies in a world:
std::set<b2Body*>toDestroy; //ERROR
for(b2Body *b = world->GetBodyList(); b; ...
1
vote
1answer
210 views
Box2d and Cocos2d on iOS issues with sprites and positioning
I am creating new sprites/bodies when touching the screen:
-(void) addNewSpriteAtPosition:(CGPoint)pos
{
b2BodyDef bodyDef;
bodyDef.type = b2_dynamicBody;
bodyDef.position=[Helper ...
3
votes
1answer
377 views
How to add Box2d to an existing Xcode/Cocos2d Project
I have a working Xcode project that includes Cocos2d in one of the views. I now need to add Box2d. I tried dragging the Box2D folder into the libs directory of my cocos2d-2.x-ARC-iOS folder and adding ...
0
votes
1answer
59 views
How to change the Bodies and sprites on the fly? Box2d
I'm starting to develop now and came across a problem: I have a body that is a rock and when it initiate contact with another body (which would be a character), would like to replace that body for ...
1
vote
2answers
74 views
How do you change the edges of a ground fixture in a box2d ground body
During game play, I would like to be able to change the ground edges in a Box2D world. I have created a ground body and then I am adding a ground fixture to the body. For example, the following code ...
0
votes
0answers
39 views
Tile/repeat CCSprite over all b2Body area
I am creating a randomly sized rectangle in my game. I want to set a texture to it (texture size is 64x64) and have it repeat all over the rectangle. The rectangle is a b2body. I've managed to add a ...
0
votes
0answers
85 views
how to create long press button in cocos2d
here i created body for boySprite. i want to move the boyBoy front side and back side using button. "if i press button body will move and when i release the button body moving will stop. how to do ...
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.
...
1
vote
2answers
251 views
Coin collision detection using cocos2d+box2d - contact listener or custom?
I'm making an iOS game using cocos2d with Box2D and I'm wondering how to best handle collisions with collectable objects such as coins. The player is a dynamic body but coins and other collectables ...
0
votes
2answers
70 views
Box2d: have sprite follow sprite
I just recently start to learn box2d, I am making a tiny wing clone. and i am trying to make a sprite follow another sprite, and eventually catch up.
since box2d is a whole new api to me, I do not ...
0
votes
0answers
136 views
Box2D: Issues with spring and dynamic body
I'm trying to create a spring for an iOS game with one dynamic and one static body attached to each end. However, the dynamicbody is at a constant standstill, so at the moment I just have two static ...
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
0answers
97 views
Box2D Drawing Is Off By A Factor of 2 With cocos2d-iphone version 2.0
After upgrading to cocos2d-iphone version 2.0, I am having problems with the coordinates that objects are being drawn. To the best of my knowledge, I have upgraded all of the templates correctly, but ...
0
votes
2answers
223 views
Box2D / cocos2d animation to a point with rotation
I'm pretty new to Box2D and cocos2d. I'm trying to do something which I thought would be pretty simple, but it is turning out to be more difficult than I had expected and I cannot find a working ...
-1
votes
1answer
123 views
Box2d Radial Gravit Limitation coco2d
I have been tweaking with the following code to create radial gravity,
http://www.vellios.com/2010/06/06/box2d-and-radial-gravity-code/
now its working fine, but I wanted it so that for example this ...
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
...
1
vote
1answer
207 views
Box2d - mouse joint set to a specific point on an object
I have a Box2d iphone app (using cocos2d) that has a mouse joint in it, and whenever you use the mouse joint, it applies the force to the object at whatever point you clicked. I was wondering if ...
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 ...
