sMonsterEggHatched
0
-1
-2
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_speed = 0;
image_index = 5;
xBite = 0;
xTwitch = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (sprite_index == sMonsterEggCrush && image_index == 9) {
PlaySoundMono(sndEggCrush);
}
if (sprite_index == sMonsterEggCrush && image_index == 12) {
PlaySoundMono(sndHornoadLand);
}
if (sprite_index == sMonsterEggCrush && image_index >= 23) {
sprite_index = sMonsterEggIdle;
image_index = 0;
image_speed = 7/60;
}
if (xBite == 1) {
sprite_index = sMonsterEggBite;
image_speed = 6/60;
image_index = 0;
xBite = 0;
}
if (sprite_index == sMonsterEggBite && image_index >= 5) {
sprite_index = sMonsterEggIdle;
image_index = 0;
image_speed = 7/60;
}
if (xTwitch == 1) {
sprite_index = sMonsterEggTwitch;
image_speed = 7/60;
image_index = 0;
xTwitch = 0;
}
if (sprite_index == sMonsterEggTwitch && image_index >= 8) {
sprite_index = sMonsterEggIdle;
image_index = 0;
image_speed = 7/60;
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0