I'm not sure on exactly what's happening in the background to make LayeredImageProxy() work but was hoping I could solve this in a couple ways, I'm just not sure what's possible:
- Use a show statement to define the layered image but with a transparency command so they don't appear on screen but Layered Image ignores the transparency command
- Define a new layer that is 'hidden' and show the layered image on that layer instead
- Directly define what the side image should be using in these instances with different code
Code: Select all
image side bear = LayeredImageProxy("bear",Transform(crop=(0,0,750,650), zoom=0.7, xoffset=-30, xzoom=-1.0))
define r = Character("Bear Name", color = "#057ef0", image="bear")
