sourcemars / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

CGRect.intersects is missing #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried to use CGRects.intersects(CGRect1, CGRect2)
2. Threw an error saying that that method doesn't exist
3. look at the cade and it was right, it doesn't exist

What is the expected output? What do you see instead?
I expected that that method would exist as it exists in the iPhone version(at 
least I think it exists in the iPhone version)

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by GKep...@gmail.com on 28 Sep 2011 at 6:56

GoogleCodeExporter commented 8 years ago
same issue

Original comment by cfmartin...@gmail.com on 23 Oct 2011 at 10:43

GoogleCodeExporter commented 8 years ago
the .jar file for Cocos2d is missing sections of the source code... intersects 
method of the CGRect is one of them.. to alleviate the problem download the the 
actual framework  from 
https://github.com/ZhouWeikuan/cocos2d/tree/master/cocos2d-android and 
integrate it into your src folder 

Original comment by vaczubat...@gmail.com on 17 Nov 2011 at 4:43

GoogleCodeExporter commented 8 years ago
you can also get the framework from 
http://dan.clarke.name/wp-content/uploads/resources/cocos2d/Cocos2DSimpleGameTut
1.zip

Original comment by vaczubat...@gmail.com on 17 Nov 2011 at 4:46

GoogleCodeExporter commented 8 years ago
thanks, it's pretty useful!

Original comment by zhangjun...@gmail.com on 6 Jan 2012 at 8:32

GoogleCodeExporter commented 8 years ago
thanks...including source project as library did it..the problem lies within 
jar file for cocos2d android.

Original comment by usama.sa...@tkxel.com on 29 Feb 2012 at 7:47