ssEDFX
0
-1
1000
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
afx = 0;
flicker = 0;
if (global.event[200] == 0) image_alpha = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (global.event[200] > 0) {
if (flicker > 0) {
afx = random(1);
flicker -= 1;
} else afx = random(0.3);
if (global.sensitivitymode) {
flicker = 0;
afx = 0;
}
if (image_alpha < 1) image_alpha += 0.02;
}
1
603
7
0
0
-1
2
self
0
0
1
flicker = 120;
1
603
7
0
0
-1
2
self
0
0
1
if (global.event[200] > 0) {
draw_background_ext(bgA4PowerSwitch, 320, 120, 1, 1, 0, -1, image_alpha - afx);
draw_background_ext(bgA4PowerSwitch, 320, 120, -1, 1, 0, -1, image_alpha - afx);
draw_background_ext(bgA4PowerSwitch, 320, 120, 1, -1, 0, -1, image_alpha - afx);
draw_background_ext(bgA4PowerSwitch, 320, 120, -1, -1, 0, -1, image_alpha - afx);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0