Continuos Movement

I’m trying to make an intro with Continuous movement like the Continuous movement tutorial in the special effects section.

I want the objects to move vertical in a continuous stream except i don’t want them to be controlled by the mouse in anyway.

Could anyone help me figure out how to accomplish this?
(-: :trout:

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=23817 ??

Thanks man. I saw this thread a few seconds after i posted mine.

Peace and Chicken Grease:thumb:

:stuck_out_tongue:

ok… just wanted to make sure about that. :wink:

How would i make this script go up instead of left to right?

Also the object i’m using isn’t a simple shape. It’s a movie clip. How would i make this movie clip play while it’s moving up the screen. Keep in mind that i don’t want any code on the main timeline. I’d like to keep it all contained in the object. Mainly because i have to apply this to 20 different clips.

:egg:

use the object._y variable instead of object._x
the shape can be a movie clip with animations in it, it will play by default…

I’m already using _y. It makes it go down instead of up. I need it to go up.

fixed it. the line for “this._y += speed” needed to bechanged to “this._y -= speed”.

Booyakasha
d[O_o]b