all groups > flash actionscript > may 2004 >
You're in the

flash actionscript

group:

Scroll help


Scroll help momal_1
5/16/2004 9:04:31 PM
flash actionscript:
Hi,

Im tryin to scroll some ground.

I have got it scrolling from top to bottom, but would like to scrolli the
other way - top to bottom

Here is my code:

onClipEvent (load) {
road.duplicateMovieClip("ground2", 00);
ground2._y = road._y+road._height -1;
groundStarty = this._y;
groundSpeed=20;
}
onClipEvent (enterFrame) {
this._y-=groundSpeed;
if (this._y<= (groundStarty-road._height)){
this._y=groundStarty-groundSpeed;
}
}

Hope someon can help

Thanks
Re: Scroll help fasterthanlight
5/17/2004 12:36:32 AM
Re: Scroll help momal_1
5/17/2004 6:51:26 PM
Tried -20 but it only scrolls a bit then dis apperars

Re: Scroll help momal_1
5/18/2004 2:20:57 PM
AddThis Social Bookmark Button