Slava Troitsky

Results 6 comments of Slava Troitsky

Hi, all. Right now we can overcome this issue with monkey patching of rootBoundry. But it would be great to be able to do it without. There are two approaches...

Hi! You are trying to implement your Filter? If so I bet you should override apply method to set your uniform in each frame. From your code it seems to...

No still not working. But should it realy work with hitArea. Maybe you have some tests or tutorial where this works.

I'm trying flash target first of all other. If i manage to bring it to work in flash target i'll try else where.

Managed to solve this problem. You just nedd to add your shape as child ``` addChild(shape); ``` But when i do so it places itself default in 0,0 - not...

To place shape directly under button add this in your xml defining button on-create="$this.addChild(@SPShape);" and don't forget to put visibility of the shape to false. Hope thi help someone. PS:...