Can I load and display an image from a file at runtime? I thought the Canvas object might do it but it doesn't seem to have an option to load an image from a file.
Develop games in your browser. Powerful, performant & highly capable.
The sprite object has an action called "Load animation frame from file" which will load the specified image file and replace the current animation frame with it.