Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
texture repeat and scrolling — Gideros Forum

texture repeat and scrolling

I want to make a bitmap scroll indefinitely through the screen. I saw there is a Texture.REPEAT property in the Texture.new method. But I don't know how to use it.
I tried to offset the anchor point of a bitmap, then the anchor position but to no avail.
Also, how do I extend my bitmap if I want to use a smaller texture that should repeat itself?
Sign In or Register to comment.