View Single Post
  #12  
Old 05-17-2011, 08:38 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by ffcmike View Post
This is obviously under the assumption that it is exactly the same and not just something else that looks similar, which admittedly I wouldn't know for sure.
This effect however does have multiple images of the singular explosion and a particular lighting, so it should be distinguishable to an extent.
it's not exactly the same.

Also, again unsure how something could be taken a month or more in advance?

PHP Code:
function onPlayerEnters()
{
  
with (findimg(200))
  {
    
with (emitter)
    {
      
nrofparticles 1;
      
particleTypes 1;
      
with (particles[0])
      {
        
image "unevent_swat_explode.png";
        
zoom 1;
        
lifetime 1;
        
layer 2;
      }
      
addlocalmodifier("once"00"spin""replace"degtorad(-360), degtorad(360));
      
addlocalmodifier("impulse"00"zoom""add"00.15);
      
emit();
    }
  }

EDIT:

also still really unsure how this started at all when I said to a guy talking about UN's effect

Quote:
I find this claim a bit dubious
Reply With Quote