Jump to content

Sprite for mask


ashenemy
 Share

Recommended Posts

Hello
help me please
The task is
There are 2 textures, both textures are obtained from the image
It is necessary that an oin from the bottom be a mask for another.
How not tried it does not work out
Example code

Quote

var maskSprite = maskFrame.sprite;
maskSprite.x = maskFrame.offset.x;
maskSprite.y = maskFrame.offset.y;
maskSprite.alpha = .5;
this.stage.addChild(maskSprite);
frame[i].sprite.mask = maskSprite;

this.stage.addChild(frame[i].sprite)

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...