mask within and localGroup:insert()

Hi, I searched the forums and found that there was some issues with displayGroups.

I have some problems making a simple mask on a localGroup : I tried :

-- Create mask and apply to image  
local mask = graphics.newMask( "circlemask.png" )  
image:setMask( mask )  
-- insert  
localGroup:insert(image);  
-- localGroup:insert(mask); -- turned off/on with no success  

So, mask are ok within groups ? How can I do it ?

Thx

[import]uid: 9328 topic_id: 10052 reply_id: 310052[/import]

hum hum … sorry don’t know how to delete that post …

I made it worked … [import]uid: 9328 topic_id: 10052 reply_id: 36702[/import]