Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Muzzle flash
Muzzle flash
2001-07-01, 11:15 AM #1
I made a muzzle flash for a gun using SetMaterialCel to change the mat from transparent to the flash cell, then use a timer to change it back. When I shoot, it works, but the same mat on other 3dos have the flash too. Anyone know how to fix it so it only happens to my own gun's 3do and not others? Or is there a better way to do a muzzle flash?
2001-07-03, 12:40 AM #2
Using MatCel will do it locally everywhere so thats no good, Do it the savageX way, he used a node teleported. I suggest you look up one of his tutuoirls or his TC
2001-07-04, 12:56 AM #3
take my advice (and ss3 proof that it works), get to grips with Pjed and use keyframes to do the muzzleflash.
its so much better!!!
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!