Hi again!
Thanks for your answer.
You know the option we have inside the sprite editor in C2 that says "Guess polygon shape" and then he creates a collision polygon trying to adequate it to the shape of the picture? I'd like to know if there's a way to call this as an action in an event, more accurately as an action of the "On image URL loaded" event.
A have a bank of images in the game which the user will only see as miniatures, and then he can choose which ones he would like to add to the scene, and then those will appear bigger and with better resolution. The problem is that the bank is very large, there's a ton of pictures, and so far I'm caught between 2 choices:
1) Putting all of these pictures along with the project. That will cause it to be very heavy, and as the internet here is very poor in speed, it'll be bad for the people trying to play it and bad for our product as well.
2) Loading only the images that the user chooses during runtime. But as the pictures will interact with each other I can't afford to have the collision set to the sprite bounding box, as the images have all sorts of different shapes. If I could apply the "Guess polygon shape" right after loading it, that would solve it because when I do it manually in C2 it ignores the transparency around the image quite well.
Thank you for your time.
Cheers!