sBlockBomb
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
optionid = 0;
bg = bgGalTN1;
image_alpha = 0;
enabled = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (global.curropt == optionid) {
if (image_alpha < 1) image_alpha += 0.1;
} else if (image_alpha > 0) image_alpha -= 0.05;
if(image_alpha > 1) image_alpha = 1;
if(image_alpha < 0) image_alpha = 0;
1
603
7
0
0
-1
2
self
0
0
1
enabled = global.gallery[optionid];
1
603
7
0
0
-1
2
self
0
0
1
var col;
col = make_color_rgb(55 + 200 * image_alpha, 55 + 200 * image_alpha, 55 + 200 * image_alpha);
if (enabled == 0) col = 0;
draw_background_ext(bg, x, y, 1, 1, 0, col, 1);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1