Page 1 of 1

Aura in GE

PostPosted: Sat Jul 21, 2012 9:55 pm
by Hblade
Pretty neat effect, simple to do :)
scrn.png



Take this image, and then clone it about 4 times, then add this code and enjoy. Note that you can't see it on a browser because it has white and alpha channels.
aura.png


Create Actor:
Code: Select all

yvelocity=-(2-cloneindex);
switch(cloneindex)
{
    case 0:
    xvelocity=1;
    r=255;
    g=0;
    b=255;
    break;
    case 1:
    xvelocity=.7;
    g=255;
    r=0;
    b=0;
    break;
    case 2:
    xvelocity=-1.2;
    g=255;
    b=255;
    r=0;
    break;
    case 3:
    xvelocity=.5;
    r=0;
    g=0;
    b=255;
    break;
}


Re: Aura in GE

PostPosted: Sun Jul 22, 2012 2:02 am
by AliceXIII
thats some good jutsu there hblade ^_^

Re: Aura in GE

PostPosted: Sun Jul 22, 2012 3:17 am
by Hblade
lol ty

Re: Aura in GE

PostPosted: Mon Jul 23, 2012 3:40 am
by SuperSonic
Epic man :P

Re: Aura in GE

PostPosted: Mon Jul 23, 2012 5:44 pm
by Hblade
thanks

Re: Aura in GE

PostPosted: Sat Jul 28, 2012 9:48 pm
by JamesLeonardo32
Image Angus Beer likes this.

Re: Aura in GE

PostPosted: Thu Dec 20, 2012 10:28 pm
by knucklecrunchgames
did you make this code? or where did you learn it from :?: