sTorizoStatueEye
0
-1
-110
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_speed = 0;
state = 1;
statetime = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (state == 1) {
if (image_index < 7) image_index += 0.1;
if (statetime == 90) {
state = 2;
statetime = 0;
}
}
if (state == 2) {
if (image_index < 9) image_index += 0.1;
if (statetime == 90) {
state = 3;
statetime = 0;
}
}
if (state == 3) image_index += 0.2;
if (floor(image_index >= 11)) {
image_index = 11; // fix 1.5
instance_destroy();
}
statetime += 1;
1
603
7
0
0
-1
2
self
0
0
1
image_speed = 0;
image_index = 11;
instance_destroy();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0