Each character starts with the following health
- Isaac: 3
- Maggy: 4
- Cain: 2
- Judas: 1
| # Binding of Isaac Mechanics Guide | |
| ## Stats | |
| ### Health | |
| Each character starts with the following health | |
| * Isaac: 3 | |
| * Maggy: 4 | |
| * Cain: 2 | |
| * Judas: 1 |
| // Action script... | |
| // [Action in Frame 1] | |
| function horsch(trg) | |
| { | |
| if (_root.it == 141) | |
| { | |
| trg.gotoAndStop(2); | |
| } | |
| else |
| movie 'G:\isaac.swf' { | |
| // flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed | |
| movieClip 338 { | |
| } | |
| movieClip 339 b501 { | |
| } | |
| movieClip 342 { |
| movie 'isaac.swf' { | |
| // flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed | |
| movieClip 338 { | |
| } | |
| movieClip 339 b501 { | |
| } | |
| movieClip 342 { |