<undefined>
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
label = "";
logid = 0;
newlog = 0;
optionid = 0;
alarm[0] = 1;
tarea_x1 = 0;
tarea_y1 = y - 4;
tarea_x2 = 160;
tarea_y2 = y + 11;
t_x = 0;
t_y = 0;
t_click = 0;
widescreen = oControl.widescreen;
widescreen_space = oControl.widescreen_space;
1
603
7
0
0
-1
2
self
0
0
1
if (global.gotolog == logid) {
global.curropt = optionid;
with (oLogScreenControl) {
expanded = 1;
event_user(2);
x = (view_wview[0] / 2) + 150 + (3*(widescreen_space/2));
}
}
1
603
7
0
0
-1
2
self
0
0
1
if (t_click) {
t_x = mouse_x;
t_y = mouse_y;
if (point_in_rectangle(t_x, t_y, tarea_x1, tarea_y1, tarea_x2, tarea_y2)) {
global.curropt = optionid;
with (oLogScreenControl) if (expanded == 0) {
expanded = 1;
event_user(2);
}
}
}
1
603
7
0
0
-1
2
self
0
0
1
draw_set_font(fontGUI2);
offset = oLogScreenControl.rectoffset * 4;
if (global.curropt == optionid) {
w = string_width(label);
draw_background_ext(bgOptionLine, x - 2, y - 1, w + 4, 1, 0, make_color_rgb(160, 160, 160), 0.4);
}
draw_set_alpha(image_alpha);
draw_set_color(c_black);
draw_text(x + 1 - offset, y - 3, label);
draw_set_color(c_white);
if (global.curropt != optionid) draw_set_color(c_gray);
if (global.newlog[logid]) draw_background(bgLogNew, x - 6, y - 1); // relocated
draw_text(x - offset, y - 4, label);
draw_set_alpha(1);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0