Search the Community
Showing results for tags 'inifinite scrolling'.
-
Hello, I would love to make this kind of animation, but im new to GSAP and for some reason my head wont cooperate. Does anyone have any good tips? 07f6f16c-bc28-4506-983c-caf435ade110.mp4
- 2 replies
-
- infiniteloop
- vertical slider
-
(and 4 more)
Tagged with:
-
Blitting an infinite scrolling parallax background with BlitMask
Aditya posted a topic in GSAP (Flash)
Hi all, I have created an infinite scrolling background with 4 layers. For giving the wrapping effect on each layer, I am using 2 copies of the same image and during the loop i am shifting the x positions. Now i want to use BlitMask for this, and i have sccuessfully implemented it too. I just want to have one doubt cleared : - there are 4 sprites for each layer updating in an update loop - these 4 layers are a child of BGScreen sprite should I use the BlitMask for just the BGScreen sprite or should I create 4 instances for each layer so that i can use the wrapping feature and then blit them each. And finally blit the whole BGScreen sprite too ?? any other suggestions are also welcome thanks I am attaching the two as files... just for your reference