Jump to content
Search Community

Search the Community

Showing results for tags 'crop masking'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. I have a rectangular area that I'm uploading bitmaps that are controlled with the TransformManager. I would like the targets to only show in a masked area and allow the control points of the TransformManager to extend beyond the mask. I have this working with transformItems, however I would like to use Crop objects. When I use Crop objects I get a red block that extends beyond the mask with the control points and if I double click to enter the crop mode the original mask is ignored. I've tried the two lines of code below to try and mask the Crop object. Any help would be greatly appreciated. manager.selectedTargetObjects[0].target.mask = mask_mc; manager.selectedTargetObjects[0].mask = mask_mc;
×
×
  • Create New...