dices q la escena es de 200widht y 500height??
y el mc fondo es de 200widht y 800height??
weno el mc deve tener el punto de registro en la parte superior izquierda le pones como nombre de instancia fondo y le colocas este codigo.....
Código:
onClipEvent (enterFrame) {
if (_root._ymouse<100 and _root._ymouse>0) {
if(_root.fondo._y>-800){_root.fondo._y-=20}
}
if (_root._ymouse>400 and _root._ymouse<500) {
if(_root.fondo._y<500){_root.fondo._y+=20}
}
}
Saludos ^^
PD:Pronto muchos tutos descargas y ams en mi blog :D!
http://muela-blog.blogspot.com/
espero q lo visiten deves en cuando :P ^^