BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
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.