When restart and new scene collision not working

Hi! I want this game when the chick die >> menu return to menu then when start it start over, it does start but the collision aint working. Next i also want it to change scene when the time reach 10. The scene does change but same problems the collision aint working. Please help me make this work. This is the link to google drive for this game. 

https://drive.google.com/open?id=0Bwg59Oi2EqFIZlBUc09IZENKeXc

Thanks in advance.

Just check the current health of the chick, and then send the player to the main menu using:

composer.goToScene("menu")

As for the collision not working, it might have something to do with how you are canceling and starting collision, this should help:

https://docs.coronalabs.com/guide/system/composer/index.html

Read the section about the chart carefully.

I already try composer.removeScene(“game1”) 

but it not function. It just hides. 

Did you use composer.goToScene(“menu”)? Also, did you read the article?

I recommend you read about the composer API here:

https://docs.coronalabs.com/api/library/composer/index.html

Trust me i think i try everything. but when i try recycle scene it does recycle but when i play again the collision didnt work. i dont know why. i try to see whether my game scene still playing while i am at other scene. and it is. why is that??? can i just want game scene play then when the player collide it will end the game scene then go to restart scene??then if i wanna play again it just start back. 

Just check the current health of the chick, and then send the player to the main menu using:

composer.goToScene("menu")

As for the collision not working, it might have something to do with how you are canceling and starting collision, this should help:

https://docs.coronalabs.com/guide/system/composer/index.html

Read the section about the chart carefully.

I already try composer.removeScene(“game1”) 

but it not function. It just hides. 

Did you use composer.goToScene(“menu”)? Also, did you read the article?

I recommend you read about the composer API here:

https://docs.coronalabs.com/api/library/composer/index.html

Trust me i think i try everything. but when i try recycle scene it does recycle but when i play again the collision didnt work. i dont know why. i try to see whether my game scene still playing while i am at other scene. and it is. why is that??? can i just want game scene play then when the player collide it will end the game scene then go to restart scene??then if i wanna play again it just start back.