Hi All,
I was wondering about placement of skins in openspace, and the effect that the type of asset it is has on clicking *behind* the asset.
For example:
I have a circle. I made the circle is in two forms (for testing). both are MovieClips, both come into the openspace editor without any issues.
* bitmap (with an alpha channel so the circle is transparent outside of the circle)
* vector (drawn in flash)
When I put both assets into my room using openspace I get two types of behaviors.
* bitmap: I cannot click *behind* the circle (top left and top right of the circle) on walkable tiles there. even though I can see the tiles (because of the bitmap transparency) it seems that the image is blocking me from clicking on these tiles.
* vector: the above behavior does not exist. I can click anywhere I can see a tile.
In the open space examples, all the tiles are vector. However, I would like to use bitmaps for the look, and frame rate performance.
Is the described behavior above the way that openspace is supposed to function? how exactly does OS handle click events? is it possible to use bitmaps in the same manner as vector object?
thanks in advance for any and all help.