Continuous Scroller Tweeeek

Hey :tie: i was wondering if someone could help me on the “continuous movement” tutorial with the ever-moving cricles of fun :run:. Anyways I wanted to know how to change the code so that the circles would only move at a constant speed and that they wouldnt change thier speed according to the position of the mouse. Could someone please tell me! I would be ever so glad as to have a reply! I can show you the result of my thang! PEECE :alien:

just change:
[AS]
this._x = location+i++;
[/AS]

to…

[AS]
this._x = location+20
[/AS]

20 is the speed, it can be anynumber depending on how fast you want it :wink:

THANKS YO VERY MUCH!

no problem :slight_smile: