Hello there, my name is Atha, and i have a question to make, which i am sure many can answer, except me :ponder:
I’ve visited this tutorial
http://www.kirupa.com/developer/flash8/snow.htm
tryed it and it works fine! What i really need to do is, try to move the flakes from bottom to top instead of top to bottom. My problem is that i do not know how to edit the code, and i would like to learn how.
The closest i got so far is by changing the += of this code to -=
this._y += this.k; this._x += this.wind;
the flakes spawn , but they dont respawn when they go out of the screen .
I am sure there is a solution, which i don’t have. Please spare some of your time to help me out~!
Thanks in advance!