sMask2
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_alpha = 0;
alarm[0] = 2;
1
603
7
0
0
-1
2
self
0
0
1
if (image_alpha < 1) {
image_alpha += 0.05;
alarm[0] = 1;
}
1
603
7
0
0
-1
2
self
0
0
1
draw_set_blend_mode(bm_add);
if (surface_exists(oSS_Control.s_map)) draw_surface_ext(oSS_Control.s_map, 24, 56, 1, 1, 0, -1, image_alpha);
i = 0;
repeat (27 + (oControl.widescreen*2)) {
draw_background_ext(bgMapScreenBG, (i * 24), 32, 1, 1, 0, -1, image_alpha); // - (oControl.widescreen_space/2) - (oControl.widescreen*3)
draw_background_ext(bgMapScreenBG, 0, 56 + (i * 24), 1, 1, 0, -1, image_alpha);
if (oControl.widescreen) { // widescreen fixeroos
e = 1;
repeat (3) {
draw_background_ext(bgMapScreenBG, 0 - (24*e), 32 + (i * 24), 1, 1, 0, -1, image_alpha);
e += 1;
}
}
i += 1;
}
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1