ssEDFX
0
0
0
-1
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
shaking = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (global.ingame) {
if (delay > 0) {
delay -= 1;
} else shaking = 1;
if (shaking) {
if (global.classicmode == 0) {
view_xport[0] = round(random(intensity));
view_yport[0] = round(random(intensity));
oControl.xShake = round(random(intensity));
oControl.yShake = round(random(intensity));
}
if (global.classicmode == 1) {
view_xport[0] = 80 + round(random(intensity));
view_yport[0] = 40 + round(random(intensity));
oControl.xShake = 80 + round(random(intensity));
oControl.yShake = 40 + round(random(intensity));
}
duration -= 1;
if (duration <= 0) event_user(0);
}
}
1
603
7
0
0
-1
2
self
0
0
1
if (global.classicmode == 0) {
view_xport[0] = 0;
view_yport[0] = 0;
oControl.xShake = 0;
oControl.yShake = 0;
}
if (global.classicmode == 1) {
view_xport[0] = 80;
view_yport[0] = 40;
oControl.xShake = 0;
oControl.yShake = 0;
}
instance_destroy();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0