Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

kim good luck!! this is some really cool progress. my quick guess might be that you could make a 2D array for the x,y coordinates past and then storing those and drawing them at different opacities as they go further down in the array :0c it might be a bit heavy though so maybe google around to see if there's anyone who's done trails in GML before.

(+1)

OOOOOOOO THIS IS SO USEFUL AND IM GONNA DO SOME RESEARCH AND GIVE IT A TRY!!! This helps a lot actually? Cause I'd just figured out how to create an empty path variable and getting the coordinates for it!! > : ] Aaaaaaa im hyped

omg awesome yess ?!?? i'm not too familiar with gm's path class but if you can get the coordinates you're golden!! you prob want something that refreshes the array every tick--moving each position further down and getting rid of them after x index. all of these are associated with a certain opacity inside the 2D array.