Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:death

34     public static final int DEATH = 9;
100 case DEATH:
101 death(parentObject);
211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
212 mCurrentAnimation = DEATH;
241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
242 mCurrentAnimation = DEATH;
279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
280 mCurrentAnimation = DEATH;
289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) {
290 mCurrentAnimation = DEATH;
349 if (parentObject.life > 0 && parentObject.getCurrentAction() != ActionType.DEATH) {
354 mCurrentAnimation = DEATH;
365 protected void death(GameObject parentObject) {