Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am a newbie in designing flash content. I am designing a flash movie to put up in my website. I need clouds to roll in the background. I have a cloud image, but I want it to roll in the background as below.

<---cloud_img
---cloud_img<
--cloud_img<-
-cloud_img<--
cloud_img<---
loud_img<---c
oud_img<---cl

Is it possible to achieve this kind of effect in flash. I am using swish max to develop flash. Give me some ideas to achieve this effect smoothly. Thanks...

share|improve this question

1 Answer

up vote 0 down vote accepted

The easiest way to achieve that is to make your image doubled horizontally, and then simply scroll it from left to right. When you reach the rightmost position (whole right image is showing), reset the position to the display the whole left image. Rinse. Repeat.

You might want to apply a single-image wide mask to the movieclip/sprite/image, so the extras don't show in the display.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.