sScanning
0
-1
-1100
-1
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_alpha = 0;
image_speed = 0.25;
fadeout = 0;
xoffset = 3;
yoffset = 232;
text = get_text("ScanEvents", "ScanEnvironment");
alarm[0] = 180;
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) {
if (image_alpha < 1) image_alpha += 0.1;
} else if (image_alpha > 0) {
image_alpha -= 0.1;
} else event_user(0);
1
603
7
0
0
-1
2
self
0
0
1
if (global.ophudshowlogmsg) {
notif = instance_create(0, 0, oNotification);
notif.text1 = get_text("ScanEvents", "Monsters");
if (ammount > 1)
{
notif.text2 = string(ammount) + " " + get_text("ScanEvents", "Monsters_Text");
}
else
{
notif.text2 = string(ammount) + " " + get_text("Misc", "Monster_Text");
}
notif.btn1_name = "";
notif.btn2_name = "";
notif.alarm[0] = 240;
}
global.monstersarea = ammount;
global.event[eventno] = 1;
instance_destroy();
1
603
7
0
0
-1
2
self
0
0
1
if (global.ophudshowlogmsg) {
draw_background_ext(bgNotification, view_xview[0] + xoffset - 40 - (53*oControl.widescreen), view_yview[0] + yoffset - 4, 1, 1, 0, -1, 0.7);
draw_sprite_ext(sprite_index, -1, view_xview[0] + xoffset - (53*oControl.widescreen), view_yview[0] + yoffset, 1, 1, 0, -1, image_alpha);
draw_set_font(fontGUI2);
draw_set_color(c_white);
draw_set_alpha(image_alpha);
draw_text(view_xview[0] + xoffset + 8 - (53*oControl.widescreen), view_yview[0] + yoffset - 5, text);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1