Now that we have the code in palce, a little explination is required I beleive :
onClipEvent(load){
speedx += 5;
speedy += 5;
}
This part creates the speed variables that our movie will use. You dont have to use variables, but it makes it easier to update the movie if you only need to change something once.