2
votes
3answers
64 views
How to detect stack objects falling down
Hi to All,
In my game, Objects are falling down and I have to catch that object and have to create a stack. I am doing this by using chipmunk physics engine. I am able to create s …
1
vote
3answers
61 views
How can I detect a permanent collision with the Chipmunk Physics engine
I'm trying to play a "boing" sound when a ball shape hit's any other kind of shape. Which works. But works a little too well....
When the ball comes to rest, or starts to roll, it …
0
votes
1answer
14 views
how to Swing the stack object ?
Hi to all,
I want to stack the objects like scoop game for iPhone & Tower Bloxx. I want to move that stack to left & right based on accelerometer. I am trying to do it by …
0
votes
1answer
26 views
How to implement moving platforms with Cocos2d, TMXTiledMaps and Chipmunk
I'm making slow but steady progress with a Cocos2d game, but I'm stuck creating moving platforms.
The main character needs physics and collision detection, and is therefore a chi …
0
votes
2answers
128 views
iphone cocos2d sprites disappearing
I've been working on a game and implementing the physics stuff with chipmunk. All was going fine on the cocos2d part until the integration with chipmunk. A bit of background:
The …
0
votes
1answer
266 views
iphone cocos2d’s chipmunk - Center of gravity
Hello wonderful people !
Here is my problem. I have a chipmunk's rigid body (a soda can standing up) that i want to change its center of gravity to the bottom of the object so it …
0
votes
2answers
354 views
cocos2d iphone - game architecture: physics VS. code simulated sprite behaviors
Hello stackoverflow community !
I am trying to figure out how to architect my game using cocos2d.
My problem is that cocos2d's physics engine (i'm talking about chipmunk) lies in …
0
votes
0answers
57 views
How to moving ball between edge t nedge based on collision using cocos2d
Hik,
I have to develop pinball game, so my first task is moving ball between in screens.
Like when app loads one ball should jump from Right lower side corner and when it collide …
0
votes
3answers
128 views
What’s happening to the value of my member?
There's a joke in there somewhere.
Anyhoot. In the following code, the setForceVector method has no actual effect on the value of member it's attempting to change. By checking th …
0
votes
2answers
437 views
What is Chipmunk? (Apart from being a Physics Engine)
Hopefully, this question isn't a dumb as I fear it sounds, but it may still be pretty dumb.
I'm new to Objective-C, and Cocoa. In fact, I'm completely new to C in general. I'm tr …
0
votes
2answers
139 views
Accessing a property from a C method in Cocoa
I'm trying to learn Objective C & Cocoa, but I just can't manage to access a property inside an Object. Specifically an object from a C method. I'm working with the chipmunk dy …
-1
votes
1answer
36 views
Problem using chipmunk
I made a game that using a character that can moving left or right by touching the screen, above the character, it is a apple, what i need is the apple will fall down, the characte …
