sShip
0
-1
-156
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
//
time = 0;
time2 = 0;
float = 1;
image_speed = 0;
1
603
7
0
0
-1
2
self
0
0
1
//
time += 0.1;
time2 += 0.06;
if (float) y -= cos(time) * 0.1;
1
603
7
0
0
-1
2
self
0
0
1
draw_sprite(sprite_index, -1, x, y);
draw_sprite_ext(sShipGlow, 0, x, y, 1, 1, 0, -1, sin(time2));
/*draw_set_blend_mode(bm_add);
draw_background_ext(bgShipBoosterMid, x - 20, y + 49, 1, 1, 0, -1, sin(time2));
draw_background_ext(bgShipBoosterMid, x + 19, y + 49, -1, 1, 0, -1, sin(time2));
draw_background_ext(bgShipBoosterSide, x - 65, y + 49, 1, 1, 0, -1, sin(time2));
draw_background_ext(bgShipBoosterSide, x + 64, y + 49, -1, 1, 0, -1, sin(time2));
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1