You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oCharacterTrail_...

9 lines
209 B

image_alpha = 0.5
if (global.screwattack == 0)
image_alpha = 0.3
alarm[0] = 1
fadeout = 0
mysurf = surface_create(64, 64)
if surface_exists(oCharacter.surf)
surface_copy(mysurf, 0, 0, oCharacter.surf)