Graal Forums  

Go Back   Graal Forums > Development Forums > Gani Construction
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-20-2011, 10:38 AM
haro41 haro41 is offline
zenkou
haro41's Avatar
Join Date: Jul 2003
Location: Sol Grotto
Posts: 689
haro41 will become famous soon enough
Send a message via AIM to haro41
using a Gani as a particle

I cant seem to get any emitter to use a gani as a particle. nothing appears on screen. Even ganis that are nothing but a single frame with a definite single image.
graalbible says the correct syntax is:
PHP Code:
emitter.particle.ani "idle"
is there some attribute I'm not setting?


the emitter in its entirety.
PHP Code:
//#CLIENTSIDE
function onCreated()
  {
  if (
graalversion 4) return false;
  
this.visible false;
  
with (findimg(200))
    {
    
layer 2;
    
emitter.delaymin .05;
    
emitter.delaymax .05;
    
emitter.nrofparticles 6;
    
// Basic particle attributes
    
emitter.particle.lifetime 2;
    
//   emitter.particle.image = "g4_particle_spark.png";
    
emitter.particle.ani "idle";
    
emitter.particle.mode 1;
    
emitter.particle.alpha 0.99;
    
//    emitter.particle.zoom = .2;
    
emitter.autorotation true;

    
// Movement
    
emitter.particle.angle pi/4;
    
emitter.particle.speed 8;
    
emitter.addlocalmodifier("once"00"angle""replace"2*pi0);
    
emitter.addlocalmodifier("range"02"zoom""add".8 .8);
    
emitter.addlocalmodifier("range"02"speed""add"812);
  }

__________________

Zenkou for life
Reply With Quote
  #2  
Old 10-20-2011, 04:55 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
I messed around with it trying to use playerlook and such, but couldn't get it to work either.
__________________
Testbed user: I figured since I can never find any scripters it was time to take desperate measures...and...TEACH MYSELF 0.0
Reply With Quote
  #3  
Old 10-31-2011, 12:31 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It will be fixed in the next version.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.