7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
vspd -= .2;
|
||
|
x += hspd;
|
||
|
y += vspd;
|
||
|
if count >= 40 {
|
||
|
image_alpha -= .1;
|
||
|
if !image_alpha instance_destroy();
|
||
|
}
|