View Single Post
  #2  
Old 12-31-2006, 02:22 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by xXziroXx View Post
How can I make a particle do something once it has moved to the location I want?

For example, once the rain has has gone from # z to 0 z, I want it to show a splash on that location (the x of the rain change as well of course) - how would I do that?
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
with findImg200))
  {
    
image "bomb.png";
    
100;
    
100;
    
5;
    
layer 4;
  }
  
player.chat findImg200).z// returns 5

You can use that for emitters too, like a loop outside the emitter
__________________

Last edited by Chompy; 12-31-2006 at 02:35 AM..
Reply With Quote