9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
|
image_angle += 2
|
||
|
image_alpha -= .025
|
||
|
if image_alpha = 0
|
||
|
instance_destroy();
|
||
|
draw_self();
|
||
|
if y > 768
|
||
|
instance_destroy();
|
||
|
|