hi guys, i need help, i have 2 fx for my nuke:
Code:
game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_expand.efx");
	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_imapct.efx");
i want to make the 2 play in 1 time.
if i add only 1 , only 1 will show,
if i make this so:
Code:
	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_expand.efx");
	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_imapct.efx");
no fx will show.

how i add the 2 fx in 1 action? so nuke = 2 fx.