The Cached Web Image and Cached Clickable Web Image scripts are used to add images and textures to your places.
The Cached Web Image script now has collidable and visibility trigger states, enabling these allows you to toggle if they collide and/or are invisible.
This script does not need the Activate on Load state to be set to work. However, if you set either the Enable Visibility Toggle or Enable Collision Toggle options, setting the Activate on Load state will toggle these when the prop loads. If you set it the state to Clickable, you can click it to toggle visibility and or collision. Also, as with previous scripts, you can combine this with a Trigger Linked Script to trigger it remotely.
File Caching[]
When adding in new images via web URLs you have the option to cache them:
- Forever leaves it in the cache until either running a repair or manually deleting the cache. This stores the image file locally, so it doesnt have to be re-loaded every time the loacation is entered.
- Per Session means it will be used only until they the client is closed.
- Never prevents images from being saved in the cache.
Tip: Always use the Forever setting.