Sideways growth

  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    I know i have asked a similar question before but I tried editing and it wouldn't work I want to create something that grows sideways both ways also how do you make something fade.
  • MiXih
    4th Jan 2011 Member 0 Permalink
    PizzaPlatypus
    you can delete 1 life for frame, and in graphics.c make particle drawing with alpha
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    1. How do I do something for frame and
    2. How do I make particle drawing with alpha?
  • MiXih
    4th Jan 2011 Member 0 Permalink
    PizzaPlatypus:
    1

    if(t==FADE)
    {
    parts[i].life -= 1
    }
    PizzaPlatypus:
    2

    blendpixel(vid, parts[i].x, parts[i].y, parts[i].life, parts[i].life, parts[i].life, parts[i].life)
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    Also what does particle drawing alpha actually do?
  • cracker64
    4th Jan 2011 Developer 0 Permalink
    an example is INVS when under pressure, you can see through it and particles inside it.
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    right thanks for that but how do I do the growing part.
  • MiXih
    4th Jan 2011 Member 0 Permalink
    horizontally or vertically?
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    horizontally, that's why I'm finding it hard.
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    bump also please can someone help me with my problem.