Guest User

Untitled

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. onClipEvent(enterFrame){
  2. if(_root.zombie2.alive == false){
  3. _root.zombie2._x = this._x;
  4. _root.zombie2._y = this._y;
  5. _root.zombie2.hp = 3;
  6. _root.zombie2.alive = true;
  7. _root.zombie2.gotoAndStop(1);
  8. moanSound.start(0,1);
  9. }
  10. }
Add Comment
Please, Sign In to add comment