Jump to content
Search Community

AmerSoft

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by AmerSoft

  1. Hello Jack , thank you for the amazing BlitMask , it is wonderful :D

     

    my question is : how can i use it with Flex 4.x ( I use Flash Builder 4.5) ?

    when I try to use it within a Group component:

     

    blitMask = new BlitMask(myLabel, 0, 0, 200, 30, false);

     

    I get an error :

     

    Error: addChildAt() is not available in this class. Instead, use addElementAt() or modify the skin, if you have one.

    at spark.components::Group/addChildAt()[E]

    at com.greensock::BlitMask/update()[D]

    at com.greensock::BlitMask/set target()[D]

    at com.greensock::BlitMask()[D]

     

    can we have a workaround to make it work in Flex ?

     

    Thanks in advance :)

×
×
  • Create New...