Flash help please
Posted: September 7, 2006, 4:04 pm
I use this code to mimic snowflakes or falling ash. What I would like to do is reverse it so that I can make bubbles.
This is the part I have on the actions frame.
This is the part I have on the actions frame.
Code: Select all
no=15;
for (i=1;i<no>480) {
this._y=0;
}
if (this._x>980) {
this._x=0;
}
if (this._x<0>480) {
this._y=0;
}
if (this._x>980) {
this._x=0;
}
if (this._x<0) {
this._x=980;
}
}