playX / box2d

Automatically exported from code.google.com/p/box2d
0 stars 0 forks source link

Billiards-like game using Xcode's Box2D #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I already wrote my game using Xcode's Box2D. My game is about collisions 
between different objects (just like a billiards game!). So, I followed a 
tutorial about a billiard game, and it was working fine with me. 

However, I faced two problems I couldn't solve!

First, whenever I run this game, there is a white bar in the left corner (see 
this image: http://i.imgur.com/6IoTFAQ.png?1 )... How can I remove it?

Second, I want to call another picture into the screen (I called it: 
"ball2.png"). So that, if I shoot the first ball against it, there would be a 
collision. It sounds easy, but I tried many times to call it, but it causes a 
lot of errors :( 

You can download it from the attachment below 

Note: I am using Xcode 4.6 on my Mac computer. The operating system is: OS X 
10.8.4. Also, I'm using iPhone 5 simulator for testing

Original issue reported on code.google.com by j91...@gmail.com on 25 Jul 2013 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
These sound like questions for the Cocos2d forums (judging from the fps counter 
in the bottom left, I'm guessing this is made with Cocos2d).

Original comment by iforc...@gmail.com on 3 Sep 2013 at 12:13

GoogleCodeExporter commented 9 years ago
Not a Box2D issue.

Original comment by erinca...@gmail.com on 28 Oct 2013 at 5:57