I am busy developing some basic educational games and need some advice.
I need to create a game where a passage of text is hidden with a mask sliding across left to right, top to bottom and only the text inside the mask is visible.
In essence I want to create a stencil in reverse where the child node remains stationary and the box node slides (animates) across the top of the child node.
Any ideas?