About creating picture

I shot my surroundings with a 360 degree camera. So if I click on a particular icon, I want the plants picture showing. at the moment Without using text and pictures in the action block. What went wrong?

1 Like

HI @Jeongmin_Park,

the create item block can only create items that are listed in the API documentation. Creation of pictures via code is something we’re looking into!

Alternatively you can scale your picture items to 0 at the start of the scene. Then, when a button is pressed, scale the images again. Here’s an example below which uses the set scale of item - block in the Actions category.

Show example code

Blockly code
image

Code in action
ShowImage

Hope this helps!

1 Like