This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
tianhaobu
/
ddmyx
Segui
1
Vota
0
Forka
2
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
content_update
dev-better-input
dev-light-system
dev-new-wheels
master
test0311
ddmyx
/
objects
/
oEnemyDummyIndicator
/
Alarm_1.gml
Alarm_1.gml
86 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
if image_alpha <= 0
instance_destroy();
else
{
image_alpha -= 0.08;
alarm[1] = 1;
}