<undefined>
0
-1
-1100
-1
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
offset = 30;
fadeout = 0;
alarm[0] = 300;
log = 0;
1
603
7
0
0
-1
2
self
0
0
1
fadeout = 1;
1
603
7
0
0
-1
2
self
0
0
1
if (fadeout == 0) {
if(!visible) alarm[0]++; //added
if (offset > 0) offset -= 1;
} else if (offset < 30) {
offset += 1;
} else {
instance_destroy();
global.gotolog = -1;
}
1
603
7
0
0
-1
2
self
0
0
1
if (oControl.widescreen){
if (surface_exists(oControl.widescreen_surface)) {
surface_set_target(oControl.widescreen_surface);
}
} else {
if (surface_exists(application_surface)) {
surface_set_target(application_surface);
}
}
vx = 0; //view_xview[0];
vy = offset; //view_yview[0] + offset;
draw_background_ext(bgNotification, vx, vy + 212, 1, 1, 0, -1, 0.7);
draw_set_font(fontGUI2);
draw_set_alpha(1);
/*if (!log) {
draw_set_color(c_white); // og c_white
draw_text(vx + 7, vy + 214, text1);
if (btn2_name == "") {
if (btn1_name != "") {
draw_txt_1button(vx + 7, vy + 224, text2, 1, btn1_name, 1);
} else {
draw_set_font(fontMenuSmall);
draw_text(vx + 7, vy + 224, text2);
}
} else draw_txt_2buttons(vx + 7, vy + 224, text2, 1, btn1_name, btn2_name, 1);
} else if (log) {*/ // logs
draw_set_color(make_colour_rgb(224, 248, 208)); // og c_white
draw_text(vx + 7, vy + 214, text1);
if (btn2_name == "") {
if (btn1_name != "") {
draw_txt_1button_log(vx + 7, vy + 224, text2, 1, btn1_name, 1);
} else {
draw_set_font(fontMenuSmall);
draw_text(vx + 7, vy + 224, text2);
}
} else draw_txt_2buttons_log(vx + 7, vy + 224, text2, 1, btn1_name, btn2_name, 1);
//}
//draw_set_color(c_white);
surface_reset_target();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0