- 1: Glitched out Isaac
- 2: White Tear
- 3: Default Familiar (Brother Bobby)
- 4: Live Bomb (Player)
- 6: Yellow Tear (Hovers in the air)
- 7: Rock Debris
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
movie 'isaac.swf' { | |
// flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed | |
movieClip 338 { | |
} | |
movieClip 339 b501 { | |
} | |
movieClip 342 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
movie 'G:\isaac.swf' { | |
// flash 8, total frames: 41, frame rate: 30 fps, 800x600 px, compressed | |
movieClip 338 { | |
} | |
movieClip 339 b501 { | |
} | |
movieClip 342 { |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Action script... | |
// [Action in Frame 1] | |
function horsch(trg) | |
{ | |
if (_root.it == 141) | |
{ | |
trg.gotoAndStop(2); | |
} | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Binding of Isaac Mechanics Guide | |
## Stats | |
### Health | |
Each character starts with the following health | |
* Isaac: 3 | |
* Maggy: 4 | |
* Cain: 2 | |
* Judas: 1 |