Quantcast
Channel: Pixi.js Latest Topics
Viewing all articles
Browse latest Browse all 3978

Mouse events on masked containers

$
0
0

Hello everyone! I'm currently working with the latest version of PIXI.js (4.1.1) and have a problem with masked container.

Code example:

var stage = new PIXI.Container(),
 mask = new PIXI.Graphics(),
 gameStage = new PIXI.Container();

mask.drawRect(0, 0, 1100, 630);
mask.endFill();
gameStage.mask = mask;

stage.addChild(rectangle);
stage.addChild(gameStage);

gameStage contains a list of interactive buttons but I can't interact with any element behind the mask.

        


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>