I've lost the code from my previous game so I can't get the code I'm looking for from that.
I need to be able to delete the plasma at the worlds edge , this is what I have already: ( the code is in Plasma / Actor)
 but it doesn't work .
help please
Hawx_
   if(getY()>10 ){
           getWorld().removeObject(this);
    }  ;
          
        
  


