sA6Dust
0
-1
-500
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
scale = random_range(0.2, 1);
image_xscale = scale;
image_yscale = scale;
image_alpha = 0;
max_alpha = 0.5 + random(0.5);
fadeout = 0;
alarm[0] = 10 + random(300);
direction = random(360);
speed = random(0.5);
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 < max_alpha) image_alpha += 0.02;
}
else {
if (image_alpha > 0) {
image_alpha -= 0.02;
}
else {
instance_destroy();
}
}
1
603
7
0
0
-1
2
self
0
0
1
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, 0, -1, image_alpha - random(0.5));
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0