begininend / citrus-engine

Automatically exported from code.google.com/p/citrus-engine
0 stars 0 forks source link

Art associated with the Coin object doesn't get deleted. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  I have extended the Coin class as my game has different collectible items
2. When such items are collected, their view object(Art) doesn't get deleted 
and stays there. which is confusing
3.

What is the expected output? What do you see instead?
When an item is collected the item and its art should disappear from the 
screen. When such items are collected, their view object(Art) doesn't get 
deleted and stays there. which is confusing. sometime that art appears along 
with the Hero art and the game freezes.

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 ankushbadyal on 29 Nov 2011 at 10:48

GoogleCodeExporter commented 9 years ago
Please find the screenshots for the same

Original comment by ankushbadyal on 30 Nov 2011 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
Are you sure that your box2d body car touch the box2d body coin using box2d 
debug view ? Maybe the wheels are not really connected to your "Hero".

Original comment by aymeric....@gmail.com on 17 Dec 2011 at 12:19