
-----------------------------------
Homer_simpson
Thu Sep 25, 2008 12:13 am

particle thing
-----------------------------------
colorback (black)
cls
color (white)

put "Enter Max Number of Particles 

-----------------------------------
Homer_simpson
Thu Sep 25, 2008 12:25 am

Re: particle thing
-----------------------------------
and this one too
colorback (black)
cls
color (white)

put "Enter Max Number of Particles 

-----------------------------------
Homer_simpson
Thu Sep 25, 2008 12:37 am

Re: particle thing
-----------------------------------
wind effect
colorback (black)
cls
color (white)

put "Enter Max Number of Particles 

-----------------------------------
StealthArcher
Thu Sep 25, 2008 3:03 am

RE:particle thing
-----------------------------------
O_.


HOMER SIMPSUN?? HEre?  uhhh...

Hi, don't believe we've ever met.

-----------------------------------
Warchamp7
Thu Sep 25, 2008 7:42 am

Re: RE:particle thing
-----------------------------------
O_.


HOMER SIMPSUN?? HEre?  uhhh...

Hi, don't believe we've ever met.

Also, these little programs of yours are pretty neat Homer

-----------------------------------
petree08
Mon Nov 03, 2008 11:25 am

RE:particle thing
-----------------------------------
round (projectile_a (i).y) + 200, 15+round(20*(projectile_a (i).time1 / projectile_a (i).life))

i really like that draw dot paramater, nice color effect

-----------------------------------
Danjen
Mon Nov 03, 2008 6:28 pm

RE:particle thing
-----------------------------------
Now, what are the differences between declaring a variable as a class, as opposed to making a variable a pointer to a class?

-----------------------------------
StealthArcher
Mon Nov 03, 2008 6:36 pm

RE:particle thing
-----------------------------------
Same thing, in Turing, all 'class' variables are pointers to an instance.  IIRC
