L2L2L Posted July 25, 2015 Share Posted July 25, 2015 How to make a sprite/image/bitmapText visible only in a specific area. like the canvas is a specific area; it's a rectangular area. And if anything go pass it's width, or height, it is cut/crop off. I want that effect. How do I get that effect. The only thing I came close to getting that effect is calculating and manipulating the sprite/image/bitmapText texture.crop property, and a few other property like the width, height, x, y, etc. But other problem raise do to this. Can anyone help me? Link to comment Share on other sites More sharing options...
wayfinder Posted July 25, 2015 Share Posted July 25, 2015 Look up the "mask" property, that sounds like what you're looking for. Link to comment Share on other sites More sharing options...
Recommended Posts