2D Toolkit Forum

2D Toolkit => Support => Topic started by: vivaldi on December 17, 2013, 03:16:37 pm

Title: visible/invisible area on scene
Post by: vivaldi on December 17, 2013, 03:16:37 pm
Hello,
How can i create visible/invisible areas on scene for some sprites like on this scheme http://s14.postimg.org/pcraktiu9/Image003.png

Sprites can moves up and down, but when  some part of sprite is on invisible area so this part should not be visible.
Thanks.
Title: Re: visible/invisible area on scene
Post by: unikronsoftware on December 17, 2013, 09:43:07 pm
Look at the UI Mask demo - you can get what you need with carefully placed masks.
Title: Re: visible/invisible area on scene
Post by: vivaldi on December 18, 2013, 03:46:39 pm
Thanks