Hi,
The first thing I tried was to add a background to my canvas in order to draw on top of it. Here is the code:
The problem with this code is that the drawing happens behing the background image.
My second attempt was to set the background image of my paintActor to an ActorContainer instead of canvas. With this solution I am able to paint on the background image BUT all my other actors (like buttons) loose their mouse events. Again here is another code example:
ps: there is also a CAAT error in the console, I have not been able to understand why...
I have not been able to find a solution to my problem, does anybody knows how I can keep my actors to listen to mouse events?
Thanks,
Gregory