Updating images in scenes
From version 2.0, you can update any image source in your scenes...
The command to update an image source is image
The parameters are;
- source=<image source name> (case sensitive)
- file=<full path to the image file on your hard drive>
- delay=<time> (optional)
The optional delay specifies a time (in milliseconds) to wait before running the command.
Example - update an image source named PlayerImage.
Update source image image source=PlayerImage file=/Users/Judas/Pictures/Players/Player1.png |