sNintendoLogo
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
mytext = get_text("Misc", "Monster2")
image_alpha = 0;
statetime = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (statetime < 100 && image_alpha < 1) image_alpha += 0.05;
if (statetime > 500) {
if (image_alpha > 0) {
image_alpha -= 0.02;
} else instance_destroy();
}
statetime += 1;
1
603
7
0
0
-1
2
self
0
0
1
draw_set_alpha(image_alpha);
draw_set_halign(fa_center);
draw_set_font(fontGUI2);
draw_set_color(c_white);
draw_set_color(c_black);
draw_text(x + 1, y - 7, mytext);
draw_set_color(c_white);
draw_text(x, y - 8, mytext);
draw_set_alpha(1);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1