This is my logic for it
SETUP
- Add a instance variable in bullet called bounced (Boolean)
Code
- Bullet Hits the wall and is not bounced
- Set bounced to true
- Set the bullet speed to low 10
- Bounce the bullet
- Set the gravity high
- Add some Torque