Help!

Wut would be the code if i wanted an object to follow my x axis inside of some shape…example www.schaferstudios.com

You wrote the URL wrong : http://www.schaferstudios.com

About that effect, all you need to do is move your object to the same _x position as the mouse

onClipEvent (enterFrame) {
   this._x = _root._xmouse;
}

Simple, isn’t it ?

pom :asian:

well… really dont know how long its been since i posted that … but u know wut…ive spent the last few weeks stuck in flash and im starting to not use my n00bish ways and i got it to work finally…but it didnt work right and it took like 5x that much script! Urs worked perfect! thx alot!