Troubles with transparency and organic shapes
lowski
Member Posts: 25
I'm trying to make an organic shaped ground for my platform game (s-shaped like: ~~~~~~ ) I have saved my test ground as a png-24 with transparency on. When I place the image in my game, the transparent square around my squiggly line is well, transparent but when I interact with the solid platform my player actor sits on top of the image where the transparent box would be.
How can I make it so that my actor interacts with the organic shaped platform without interacting with the transparent box?
Thanks!
How can I make it so that my actor interacts with the organic shaped platform without interacting with the transparent box?
Thanks!
Comments
You need to simply bring your image in as a background (no behaviours) and then build a 'S' shape surface using several invisible rectangles that sit ontop of your image.